body{
    background-color: white;
    font-family: 'Exo';
}

.login-page-container{
    background-image: url('../images/loginbg.png');
    background-position: 100% 0;
    background-size: 40% 100%;
    background-repeat: no-repeat;
    height: 100vh;
    display : flex;
}
.register-page-container{
    background-image: url('../images/registerbg.png');
    background-position: 100% 0;
    background-size: 40% 100%;
    background-repeat: no-repeat;
    height: 100vh;
    display : flex;
}
.register-admin-container{
    background-image: url('../images/registeradminbg.png');
    background-position: 100% 0;
    background-size: 40% 100%;
    background-repeat: no-repeat;
    height: 100vh;
    display : flex;
}
.form-container{
    /* margin: auto; */
    vertical-align: middle;
    height: auto;
    width: 40%;
    background: #FFFFFF;
    box-shadow: 0px 0px 22px rgba(84, 131, 234, 0.25);
    border-radius: 5px;
    padding-top: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
}
.form-logo{
    width: 10rem;
}
.form-header{
    font-style: normal;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 48px;
    color: #5483EA;
    margin-top: 5%;
}
.form-sub-header{
    font-style: normal;
    font-weight: 500;
    font-size: 1.8vw;
    line-height: 29px;
}
.form-label{
    font-style: normal;
    font-weight: 400;
    font-size: 1.2vw;
    line-height: 19px;
    color: #5A5C62;
}
.form-input{
    border: 1px solid #EABB54;
    filter: drop-shadow(0px 0px 3px rgba(74, 139, 243, 0.25));
    border-radius: 5px;
    width: 440px;
    height: 50px;
    padding-left: 3%;
    margin-top: 1%;
}
.form-password{
    display: inline-block;
    border: 1px solid #EABB54;
    width: 218px;
    height: 50px;
    padding-left: 3%;
    filter: drop-shadow(0px 0px 3px rgba(74, 139, 243, 0.25));
    border-radius: 5px;
    margin-top: 1%;
}
.form-checkbox{
    border: 1px solid #EABB54;
    border-radius: 2px;
}
.form-submit-btn{
    background: #4A8BF3;
    width: 143px;
    height: 50px;
    border: none;
    color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.form-label-right{
    margin-left: 25.5%;
}
