@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
ol,ul{padding-left:0}
body,html{width:100%;height:100%;}
*{margin:0;padding:0;outline:none}
body{font-family: "Inter", sans-serif;overflow-x:hidden;background: white;}
a{text-decoration:none}
h1,h2,h3,h4{font-family: "Inter", sans-serif;}
p{color: #505050;font-size: 16px;line-height: 33px;text-align:justify; font-family: "Inter", sans-serif;font-weight: 500;}
p span{color:#a70202;font-weight:600}
.form-control:focus {color: #212529;background-color: #fff;border-color: inherit;outline: 0;box-shadow: none;}
/* ------------------------------------
Login Page
---------------------------------------*/
.logo {margin-top: 28px;margin-left: 10px;}
.LoginArea {margin-top: 218px;margin-top: 80px;}
.CampusSoft-indicators [data-bs-target] {background-color: #83B647;width: 40px;border-radius: 5px; height:5px;border-top: none;border-bottom: none;}
.CampusSoft-indicators {margin-bottom: 6rem;}
.login-caption p {font-family: "Inter", sans-serif;font-size: 20px;font-weight: 600;line-height: 24.2px;text-align: left;color: #5A5972;}
.login-caption{position: initial;}
.Login-Box-Form { padding-top: 35px; } 
.Login-Box-Top h3 { font-family: "Inter", sans-serif; font-size: 20px; font-weight: 500; line-height: 24.2px; text-align: center; color: #5A5972; margin-top: 20px; }
.Login-Box-Top img
{
    height: 85px;
}
.Login-Box {
    background: #f7f8fa;
    border-radius: 40px;
    box-shadow: #7bae3c4f 5px 5px 15px 0px;
    border: solid 1px #e8e8e8;
    padding: 30px 30px 60px 30px;
} 
.form-label { margin-bottom: .5rem; color: #5A5972; font-size: 14px; font-weight: 500; } 
.form-control-login {display: block;padding: .375rem .75rem;font-size: 13px;font-weight: 400;line-height: 2.3;color: #868693;background-color: #fff;background-clip: padding-box;border: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: .25rem;transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;box-shadow: #00000014 0 3px 4px 0px;border-radius: 10px;} 
.input-group-addon { padding: 6px 12px; font-size: 14px; color: #555; text-align: center; background-color: #fff; font-weight: 500; line-height: 30px; border-right: 1px solid #ededed; border-radius: 10px; box-shadow: #00000014 0 3px 4px 0px; }
h3.Forgot { text-align: right; color: #8091E7; font-size: 15px; } 
h3.Forgot a { color: #8091E7; } 
h3.Forgot a:hover{color:#2843c7;}
a.btn.btn-secondary.Login-submit {
    background: #15aa19 none repeat scroll 0 0;
    border-radius: 10px;
    width: 119px;
    height: 41px;
    border: none;
    color: #fff;
    font-weight: 500;
    line-height: 29px;
    font-size: 14px;
} 
.Loginpage-Footer {background: #83B647;margin: 0 auto;text-align: center;position: absolute;bottom: 0px;width: 59%;position: absolute;left: 50%;transform: translateX(-50%);border-radius: 30px 30px 0px 0px;margin-top: 30px;} 
.copyright p { text-align: center; color: white; font-size: 11px; font-weight: 400; margin-bottom: 0px; line-height: 21px; }
/* ------------------------------------
CampusSoft Login Page Media Quiry
---------------------------------------*/
@media (max-width:1399px){
.LoginArea {margin-top: 218px;margin-top: 0px;}
.Login-Box {box-shadow: #7bae3c4f 5px 5px 15px 0px;border: solid 1px #e8e8e8;padding: 15px 10px 15px 10px;} 
.logo {margin-top:7px;margin-left: 0px;}
.Login-Box-Form {padding-top: 6px;}
}
@media (max-width: 991.98px) {
.Loginpage-Footer {bottom: inherit;}  
.Login-Box {padding: 30px 30px 60px 30px;} 
.login-caption p {font-size: 18px; text-align:center;} 
.CampusSoft-indicators {margin-bottom: 5rem;}
} 
@media (max-width:767px){
.CampusSoft-indicators{margin-bottom: 0rem;}
.Login-Box {margin-top: 40px;}
} 


