
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* body{
    background-color:  #F8F8F8 !important;
} */
.container{
    max-width: 100%;
}

.logo{
    width: 180px;
    margin-top: 30px;
}
.heading{
    font-size: 38px;
    font-weight: 700;  
    margin-top: 70px;
    font-family: Archivo;
    text-align: center;
}
.content{
    text-align: center;
    font-size: 12px;
    line-height: 13.06px;
    font-family: Archivo;
}
.form-container{
    width: 431.99px;
}
.form-border{
    margin-left: 20px;
}
#email{
    width: 431.99px;
    height: 58.13px;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    max-width: 100% !important;
}
/* .form{
    margin-left: 10px;
    
} */
#email:hover{
    border-color: #006D76;
}
#pwd{
    width: 431.99px;
    height: 58.13px;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    max-width: 100% !important;
    margin-top: 25px;
}
#pwd:hover{
    border-color: #006D76;
}
::placeholder{
    font-family: 'Archivo';
}
.show{
    position:absolute;
    margin-top: -35px;
    font-weight:bold;
    font-size:0.8em;
    color: #006D76;
    float:right;
    left: 390px;
    font-family: 'Archivo';
}

.form-text{
   position:relative;
}
/* form{
    padding: 20px;
    width: 100%;
} */
.checkbox{
    font-family: 'Archivo';
}
.login{
    width: 431.99px;
    height: 58.13px;
    background-color: #006D76;
    border: 2px solid #006D76;
    font-size: 16px;
    font-weight: 600;
    border-radius: 29.0674px;
    font-family: 'Archivo';
    color: white;  
    max-width: 100% !important;
    margin-top: 20px;
}
.forgot{
    color: #006D76;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    gap: 30px;
    display: inline-flex;
    font-family: 'Archivo';

}
  #background-image{
    background-image:url(../images/Rectangle.png);
    height: 630px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    position:relative;
    overflow: hidden; 
    border-radius: 10px;
    padding: 25px;
    margin-top: 10px;
}
.back-border{
    height: 300px;
    width: 871.79px;
    background-color: #006D76;
    transform: rotate(-45.76deg);
    position: absolute;
    border-radius: 258.646px;
}
 .border-image{
    width: 540px;
    height: 520px;
    transform: rotate(45.76deg);
    margin-left: -100px;
    margin-top: -80px;
}
#background{
    padding: 10px;
}
@media screen and (max-width: 400px)and (min-width: 360px){
    .show{
        margin-left: -160px;
    }
}
@media screen and (max-width: 430px)and (min-width: 401px){
    .show{
        margin-left: -120px;
    }
}
 @media screen and (max-width: 450px)and (min-width: 431px){
    .show{
        margin-left: -100px;
    }
} 
 @media screen and (max-width: 480px)and (min-width: 451px){
    .show{
        margin-left: -70px;
    }
}
@media screen and (max-width: 500px)and (min-width: 481px){
    .show{
        margin-left: -40px;
    }
}
@media screen and (max-width: 515px)and (min-width: 501px){
    .show{
        margin-left: -30px;
    }
}
@media screen and (max-width: 991px)and (min-width: 768px){
    .show{
        margin-left: -170px;
    }
}
@media screen and (max-width: 1199px)and (min-width: 992px){
    .show{
        margin-left: -40px;
    }
}







  
  
  


 
