body.user_login_page{
    margin: 0;
    padding: 0;
    background: url('/login_page_img/image.jpg');
    background-size: cover;
    background-position: center;
    font-family: sans-serif;
}
body.student_login_page{
    margin: 0;
    padding: 0;
    /*background: url('/login_page_img/student_login_bg.jpg');*/
    background: url('/login_page_img/watercolor-background-1.jpg');
    /*background: url('/login_page_img/studentGIN.jpg');*/
    background-size: cover;
    background-position: center;
    font-family: sans-serif;
}
body.user_login_page .login-box{
    width: 320px;
    height: 420px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    top: 60%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px;
}
body.student_login_page .login-box{
    width: 320px;
    height: 470px;
    background: rgba(226, 228, 190, 0.5);
    color: #074a5a;
    top: 60%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px;
}
.avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}
h3{
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 22px;
}
.login-box p{
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.login-box input,button{
    width: 100%;
    margin-bottom: 20px;
}
.login-box input[type="password"], input[type="email"], input[type="number"]
{
    border: none;
    border-bottom: 1px solid #673AB7;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}
.login-box button[type="submit"]
{
    border: none;
    outline: none;
    height: 40px;
    background: #7edb1c;
    color: #08293a;
    font-size: 18px;
    border-radius: 20px;
}
.login-box button[type="submit"]:hover
{
    cursor: pointer;
    background: #39dc79;
    color: #000;
}

body.user_login_page .login-box a{
    text-decoration: none;
    font-size: 14px;
    color: #34dc21;
}
body.student_login_page .login-box a{
    text-decoration: none;
    font-size: 14px;
    color: #0a748e;
}

.login-box a.student_login{
    text-decoration: none;
    font-size: 14px;
    color: #c1f52e;
}
.login-box a.user_login{
    text-decoration: none;
    font-size: 14px;
    color: #540782;
}
.login-box a:hover
{
    color: #39dc79;
}
.login-box a#student_forget_password:hover,.login-box a#first_time_login:hover
{
    color: #17f5e2;
}
.login-box a#student_forget_password,.login-box a#first_time_login
{
    text-decoration: none;
}
.login-box a.student_login:hover
{
    color: #dcc460;
}
.login-box a.user_login:hover
{
    color: #078239;
}
/*.header{*/
/*text-align: center;*/
/*}*/
/*.header span*/
/*{*/
/*color: #39dc79;*/
/*text-transform: uppercase;*/
/*width: 100%;*/
/*}*/
/*.text1{*/
/*font-size: 60px;*/
/*font-weight: 700;*/
/*letter-spacing: 8px;*/
/*}*/
/*.text2{*/
/*font-size: 40px;*/
/*font-weight: 300;*/
/*letter-spacing: 8px;*/
/*}*/
.header{
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.header span{
    text-transform: uppercase;
    display: block;
}
.text1{
    font-family: "Times New Roman", Times, serif;
    color: #b4a232;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 0px;
    background: transparent;
    position: relative;
    animation: text 3s 1;
}
.text2{
    font-family: "Times New Roman", Times, serif;
    font-size: 40px;
    font-weight: 800;
    color: #2a750a;
    color: rgb(255,255,255);
    /*-webkit-text-stroke: 1px rgb(0,0,0);*/
    text-shadow: -1px 1px 0 #000, 
        1px 1px 0 #000, 
        1px -1px 0 #000, 
        -1px -1px 0 #000; 
}



@keyframes text {
    0%{
        color: #b4a232;
        margin-bottom: -40px;
        background: #274a06;
    }
    30%{
        letter-spacing: 25px;
        margin-bottom: -40px;
        background: #274a06;
    }
    85%{
        letter-spacing: 8px;
        margin-bottom: -40px;
        background: #274a06;

    }
}
.alert_div{
    width: 100%;
    background: transparent;
    color: #fff;
    top: 93%;
    /*left: 50%;*/
    text-align: center;
    position: absolute;
    /*transform: translate(-50%,-50%);*/
    /*box-sizing: border-box;*/
    /*padding: 70px 30px;*/
}


.text0{
    color: #042b28;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    /*-webkit-animation: glow 1s ease-in-out infinite alternate;*/
    /*-moz-animation: glow 1s ease-in-out infinite alternate;*/
    /*animation: glow 1s ease-in-out infinite alternate;*/
}
/*@-webkit-keyframes glow {*/
/*from {*/
/*!*text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;*!*/
/*text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #f71515, 0 0 40px #ef0606, 0 0 50px #e60000, 0 0 60px #e60000, 0 0 70px #cc0606;*/
/*}*/


/*to {*/
/*!*text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;*!*/
/*text-shadow: 0 0 20px #fff, 0 0 30px #ff4d4d, 0 0 40px #ff4d4d, 0 0 50px #ff4d4d, 0 0 60px #ff4d4d, 0 0 70px #ff4d4d, 0 0 80px #ff4d4d;*/
/*}*/
/*}*/






























































