/* Global custom styles */
.edulink-primary-text {
    color:#124265; 
}


#body h1 {
    font-weight: bold; 
    font-size:40px; 
    color:#124265; 
    text-transform:uppercase;
}

.formBox #forgetText {
	color: white;
}
.submit-w3 {
	background-color: rgb(18, 66, 101);
}

.formBox .forgetbox .btn {
	color: rgb(18, 66, 101);
}

@media(max-width: 748px) {
    .footer-w3ls {
        position: relative;
    }
}

/* The Session session select user login path background */
.session-auth-page {
    width: 100vw; /* Full width of the viewport */
    height: 100vh; /* Full height of the viewport */
    position: relative;
    background: url("../img/hero-bg.jpg") top center;
    background-size: cover;
    position: relative;
}

.admin-login-bg {
    background: url("../img/admin-login.png") no-repeat;
}

.staff-login-bg {
    background: url("../img/staff-login.png") no-repeat;
}

.student-login-bg {
    background: url("../img/student-login.png") no-repeat;
}

.guardian-login-bg {
    background: url("../img/guardian-login.png") no-repeat;
}

.login {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    background-position: center;
    font-size: 100%;
    font-family: 'Magra', sans-serif;
    overflow-x: hidden;
}