*, *::before, *::after{
    box-sizing: border-box;
}

body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin:0;
    padding: 0;    
    height: 100vh;
    background-color: #F3F5F9;    
}

.logo{
    width: 100%;    
    display: flex;
    justify-content: center;
}

.logo > img{
    width: 8vw;
    height: 8vw;        
}


@media screen and (max-width: 992px) {
    .logo > img{
        width: 12vw;
        height: 12vw; 
    }

    .f-form{
        width: 50% !important;
    }

    .r-form{
        width: 50% !important;
    }
}

@media screen and (max-width: 768px) {
    .logo > img{
        width: 16vw;
        height: 16vw; 
    }

    .f-form{
        width: 80% !important;
    }

    .r-form{
        width: 80% !important;
    }
}

@media screen and (max-width: 600px) {
    .logo > img{
        width: 20vw;
        height: 20vw; 
    }

    .f-form{
        box-shadow: none !important;
        border: none !important;
        border-radius: none;
    }

    .r-form{
        box-shadow: none !important;
        border: none !important;
        border-radius: none;
    }

    body{
        background-color: #ffffff;    
    }
}

@media screen and (max-width: 400px) {
    .logo > img{
        width: 26vw;
        height: 26vw; 
    }

    .f-form{
        box-shadow: none !important;
        border: none !important;
        border-radius: none;
        width: 100% !important;
    }

    .r-form{
        box-shadow: none !important;
        border: none !important;
        border-radius: none;
        width: 100% !important;
    }

    body{
        background-color: #ffffff;    
    }
}


.f-main-content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.f-form{
    box-sizing: border-box;
    width: 35%;
    background-color: white;
    padding: 2rem 3rem;
    border: solid rgba(235, 235, 235, 0.6) 1px;
    border-radius: 1rem;
    box-shadow: 0rem 0rem 2rem 0.2rem rgba(179, 173, 173, 0.1);
}

.btn-back > a > svg{
    position: relative;
    left: -20px;
    transition: ease-in-out 0.3s;
}

.btn-back > a:hover{
    cursor: pointer;
    color: #2D5FFF;
}

.f-info >h3{                
    text-align: center;
}

.f-info >p{        
    font-weight: 300;
}

.f-info{
    margin: 0.4rem 0rem 1rem 0rem;
}

.f-success-msg{
    margin: 1rem 0rem;
    border: solid #2dcc55 1px;
    border-radius: 0.4rem;
    background-color: rgba(105, 216, 133, 0.293);
    color: #2dcc55;
}

.f-success-msg > p{
    margin:0; 
    padding: 0.5rem 0.8rem;
    font-size:smaller;    
}

.f-error-msg{
    margin: 1rem 0rem;
    border: solid #DA3B56 1px;
    border-radius: 0.4rem;
    background-color: #fb94a66f;
    color: #DA3B56;
}

.f-error-msg > p{
    margin:0; 
    padding: 0.5rem 0.8rem;
    font-size:smaller;    
}

.f-input-email{    
    width: 100%;    
    padding: 0.6rem;
    margin-top: 0.6rem;
    border: solid #373737 1px !important;
    border-radius: 0.4rem;
}

.f-input-email:focus{    
    outline: solid #2D5FFF 1px !important;
    border: solid #2D5FFF 1px !important;    
}

.f-input-email:hover{    
    outline: solid #2d5eff78 1px !important;
    border: solid #2d5eff78 1px !important;
}

.f-button{
    display: flex;
    justify-content: center;
    width: 100%;
}

.r-btn-submit,.f-btn-verify{                
    width:100%;
    padding: 0.6rem;
    margin: 1rem 0rem 0rem 0rem;
    border: solid #2D5FFF 1px;
    color: #fff;
    font-weight: bold;    
    border-radius: 0.4rem;    
    background-color: #2D5FFF;
}

.f-btn-verify:hover{
    background-color: #274ece;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.f-label-add{
    font-weight:500;       
}

.f-input-group > p{
    margin:0;
    padding:0;
    font-size: small;
    text-align: end;
}

.f-button > button{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


/* reset-password-form */


.r-main-content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.r-form{
    box-sizing: border-box;
    width: 35%;
    background-color: white;
    padding: 2rem 3rem;
    border: solid rgba(235, 235, 235, 0.6) 1px;
    border-radius: 1rem;
    box-shadow: 0rem 0rem 2rem 0.2rem rgba(179, 173, 173, 0.1);
}

.r-info >h3{                
    text-align: center;
}

.r-info >p{        
    font-weight: 300;
    text-align: center;
}

.f-success-msg > p > a{
    text-decoration: none;
    color: #2D5FFF; 
    cursor: pointer;   
}
.f-success-msg > p > a:hover{
    text-decoration: underline;
    
}

.r-info{
    margin: 0.4rem 0rem 1rem 0rem;
}

.r-input-newpass{
    margin-bottom: 1rem;
}

.r-input-confirm > input, .r-input-newpass > input{    
    width: 100%;    
    padding: 0.6rem;
    margin-top: 0.6rem;
    border: solid #373737 1px !important;
    border-radius: 0.4rem;
}

.r-input-confirm > input:focus,.r-input-newpass > input:focus{    
    outline: solid #2D5FFF 1px !important;
    border: solid #2D5FFF 1px !important;    
}

.r-input-confirm > input:hover, .r-input-newpass > input:hover{        
    outline: solid #2d5eff78 1px !important;
    border: solid #2d5eff78 1px !important;
}

.r-input-newpass > label, .r-input-confirm > label{
    font-weight: 500;
}

.r-btn-submit:hover{    
    background-color: #274ece;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.r-input-newpass, .r-input-confirm{
    position: relative;
}

.open-eye, .confirm-open-eye{
    cursor: pointer;
    display: none;
    position: absolute;  
    float: right;
    right: 0.5rem;    
    bottom: 0.3rem;
    transition: ease-in-out 0.3s;
    color: #373737;
}

.close-eye, .confirm-close-eye{
    cursor: pointer;    
    position: absolute;  
    float: right;
    right: 0.5rem;    
    bottom: 0.2rem;
    transition: ease-in-out 0.3s;
    color: #373737;
}

.open-eye:hover, .confirm-open-eye:hover, .close-eye:hover, .confirm-close-eye:hover{
    color:#2D5FFF;
}

.r-button > button{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.f-btn-cont, .r-btn-confirm{
    height: 22px;
    display: flex;
    align-items: center;
}

.svg-spinner{        
    display: none;
}
