*{
    padding: 0;
    margin: 0;
    font-family: "Content", system-ui;
    box-sizing: border-box;
  
    
}
header{
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.432) 0px 7px 29px 0px;

}
.sign-link{
    text-decoration: none;
    font-size: 22px;
    text-decoration: none;
    font-family: "Dangrek", sans-serif;
    color: #00b4d8;
}

.login-nav{
    width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    align-items: center;
}
.login-nav img{
    width: 140px;
    object-fit: cover;
    height: 100px ;
}
body{
    background-color: whitesmoke;
    background-size: cover;
}

.login-container{
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;

   
}

.signup .first-side{
    background-image: url(../assets/registrer/female.png);
}
.form-login{
    box-shadow: rgba(100, 100, 111, 0.432) 0px 7px 29px 0px;
    background-color: white;
    height:550px;
    width: 800px;
    display: flex;
    border: 2px solid #00b4d8;
    border-radius: 8px;
}
/* first-side */
.first-side{
    background-image: url(../assets/registrer/login\ banner.jpg);
    background-size: cover;
    width: 50%;
    border-radius: 6px;
}
.first-side-2{
    background-image: url(../assets/registrer/sign\ up\ bannner.jpg);
    background-size: cover;
    width: 50%;
    border-radius: 6px;
}
.first-side-text{ 
    text-align: center;
    padding: 12% 0; 
}
.first-side-text h2 {
    color: white;
}


/* second-side */

.second-side{
    width: 50%;
    align-items: center;
    text-align: center;


}
.second-side h2{
    padding-top: 20px;
    color: #00b4d8;
    font-family: "Dangrek", sans-serif;
    font-weight: 200;
    font-style: normal;
}
.login-profile{
    margin-top: 15px;
    margin-bottom: 5px;
}
.login-profile img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.second-side h1{
    color: white;
}
.login{
    margin-bottom: 17px;
   
    
}

form{
    margin-top: 3px;
    padding: 20px;
    align-items: center;
    text-align: center;
}
.login input{
    background-color:#eeeeeec4;
    border-radius: 50px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    color: black;
    border: none;
    
}
.forgot label{
    margin-bottom: 23px;
}
.submit-btn{
    margin: 20px auto;
}
.create{
    background-color: #00b4d8;
    color: white;
    padding: 8px 24px;
    border-radius: 20px;
    text-decoration: none;
    font-family: "Content", system-ui;
    font-size: 15px;
   
    
}
.create:hover{
    opacity: 0.7;
}

span{
  text-align: right;
  
}
.forgot{
    
    display: inline;
    margin-right: 50px;
}
.forgot label{
    color: gray;
    margin-left: -20px;
    font-family: "Content", system-ui;

}
.psw{
    color: gray;
}
.psw a{
    color:#00b4d8;
}
/* click to sign-up */
.click-to-sign-up{
    margin-top: 15px;
}
.sign-up-submit {
    text-decoration: none;
    color: #00b4d8;
    font-weight: 700;
    font-size: 16px;
}
.sign-up-submit:hover{
    border: 2px solid #3572EF ;
    border-radius: 14px;
    padding: 8px;

}

.name{
    display: flex;
    justify-content: space-between;
}
.name input{
    background-color:#eeeeeec4 ;
    border-radius: 50px;
    width: 47%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    border:1px solid #00b4d8 !important ;
    font-family: "Content", system-ui;
    font-size: 13px;
}
.name input:focus{
    color: #00b4d8;
    outline: 0;
}
.login input{
    font-family: "Content", system-ui;
    font-size: 13px;
    border:1px solid #00b4d8 !important ;
    
}
.login input:focus{
    color: #00b4d8;
    outline: 0;
}