.container-login 
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

}
.containerlogcenter
{
    padding: 1em;
    width: 30%;
    border-radius: 10px;
    background-color: white;
    box-shadow: 1px 1px 3px 3px rgba(39, 38, 35, 0.192);  
    border-radius: 5px;
}

.containerlogcenter h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    /* text-decoration-line: underline; */
}

.logform form
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
}

.logform form .pass input[type='password'],.logform form .user input[type='text']
{
    width: 100%;
    height: 30px;
    border-radius: 5px;
    font-size: 0.7em;
    
}

.logform form .login
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logform form .login input
{
    margin-top: 10px;
    font-size: 20px;
    width: 30%;
    height: 40px;
    background-color: green;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    cursor: pointer;
    margin-bottom: 1em;
}

/* forget passwordsssssssssss */

.reset
{
    margin: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.erer{
    height: 30px;
    background-color: #7fffd4;
    display: flex;
    align-items: center;
    margin-top: 2px;
    font-size: 0.8em;
}

.titlereset
{
    
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: black;
    font-size: 2em;
    padding: 0.3em;
    color: white;
}

.mesout
{
    margin-top: 1em;
}

.name
{
    font-size: 1em;
    margin-bottom: 0.1em;
}

#resname
{
    width: 80%;
    height: 30px;
    border-radius: 2px;
}

.email
{
    margin-top: 1em;
    font-size: 1em;
    margin-bottom: 0.1em;
}

#resmail
{
    width: 80%;
    height: 30px;
    border-radius: 2px;
    margin-bottom: 1em;
}

#respass
{
    width: 30%;
    height: 30px;
    border: none;
    cursor: pointer;
    background-color: black;
    color: white;
}


/* for tablet use */

@media screen and (max-width: 360px) {


.container-login 
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

}
.containerlogcenter
{
    padding: 1em;
    width: 68%;
    border-radius: 10px;
    background-color: rgb(153, 150, 150);
    box-shadow: 3px 3px rgba(177, 139, 45, 0.192);
}

.containerlogcenter h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    /* text-decoration-line: underline; */
}

.logform form
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

.logform form .pass input[type='password'],.logform form .user input[type='text']
{
    width: 100%;
    height: 30px;
    border-radius: 5px;
    font-size: 0.7em;
    
}

.logform form .login
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logform form .login input
{
    margin-top: 10px;
    font-size: 20px;
    width: 30%;
    height: 40px;
    background-color: green;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    cursor: pointer;
    margin-bottom: 1em;
}

/* forget passwordsssssssssss */

.reset
{
    margin: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titlereset
{
    
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: black;
    font-size: 1em;
    padding: 0.3em;
    color: white;
}

.mesout
{
    margin-top: 1em;
}

.name
{
    font-size: 1em;
    margin-bottom: 0.1em;
}

#resname
{
    width: 90%;
    height: 30px;
    border-radius: 2px;
}

.email
{
    margin-top: 1em;
    font-size: 1em;
    margin-bottom: 0.1em;
}

#resmail
{
    width: 90%;
    height: 30px;
    border-radius: 2px;
    margin-bottom: 1em;
}

#respass
{
    width: 40%;
    height: 30px;
    border: none;
    cursor: pointer;
    background-color: black;
    color: white;
}

.forgetpass,.noaccount
{
    font-size: 0.7em;
}


  
}

@media screen and (max-width: 512px) {


.container-login 
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

}
.containerlogcenter
{
    padding: 1em;
    width: 50%;
    border-radius: 10px;
    background-color: rgb(153, 150, 150);
    box-shadow: 3px 3px rgba(177, 139, 45, 0.192);
}

.containerlogcenter h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    /* text-decoration-line: underline; */
}

.logform form
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

.logform form .pass input[type='password'],.logform form .user input[type='text']
{
    width: 100%;
    height: 25px;
    border-radius: 5px;
    font-size: 1em;
    border: 1px solid wheat;
    
}

.logform form .login
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logform form .login input
{
    margin-top: 10px;
    font-size: 1em;
    width: 30%;
    height: 30px;
    background-color: green;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    cursor: pointer;
    margin-bottom: 1em;
}

/* forget passwordsssssssssss */

.reset
{
    margin: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titlereset
{
    
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: black;
    font-size: 1.3em;
    padding: 0px 10px 0px 10px;
    padding: 0.3em;
    color: white;
}

.mesout
{
    margin-top: 1.2em;
}

.name
{
    font-size: 1.2em;
    margin-bottom: 0.1em;
}

#resname
{
    width: 100%;
    height: 30px;
    border-radius: 2px;
}

.email
{
    margin-top: 1em;
    font-size: 1.2em;
    margin-bottom: 0.1em;
}

#resmail
{
    width: 100%;
    height: 30px;
    border-radius: 2px;
    margin-bottom: 1em;
}

#respass
{
    width: 40%;
    height: 30px;
    border: none;
    cursor: pointer;
    background-color: black;
    color: white;
}

.forgetpass,.noaccount
{
    font-size: 1em;
}


  
}

