@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
*{
    margin:0; padding:0;
}
a{
    font-size: 15px;
}
a:hover{
 text-decoration: none;   
}
body{
    background-color:#fff;
    font-size:14px;
    font-family: 'Lato', sans-serif;
    font-weight:400;
}

p{
    font-size:14px;
    font-family: 'lato', sans-serif;
    font-weight:400;
    color:#222;
    line-height:18px;
}
.ebox-icon{
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
}
.fb-icon{
    background-image: url("../../images/online/icons/facebook.svg");
    width: 12px;
    height: 24px;
}
.g-plus-icon{
    background-image: url("../../images/online/icons/g-plus.svg");
    width: 34px;
    height: 34px;
}
.insta-icon{
    background-image: url("../../images/online/icons/instagram.svg");
    width: 26px;
    height: 34px;
}
.center-show{
    display: flex;
    justify-content: center;
    align-items: center; 
}
.background-image {
    background-image: url("../../images/online/Background.png");
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}
.login-pop-up {
    height:auto;
    background-color: #fff;
    position:absolute;
    margin: auto;
    width:800px;
    top: 12%;
    left: 0;
    right: 0;
    background-image: url("../../images/online/amphimain.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}
.description{
    color:#493070;
    margin-top: 20%;
    margin-left: 20%;
}
.description .level5, .level4, .level3{
    font-weight: 400;
    color:#493070;
}
.description .level3{
    margin-top: 16px;
    color:#493070;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    line-height: normal;
    font-weight: 700;
}
.description .level4{
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0;
}
.description .level5{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.form h2{
    margin-top: 0;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color:#493070;
}
.form .form-group{
    margin-bottom: 15px;
}
.forgot-password a{
    font-weight: 700;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: normal;
    text-decoration: none;
    color: #ec5578;
    text-align: left;
}
.forgot-password a:hover{
    text-decoration: underline;
}
.thank-you-div{
    padding:36% 0;
    text-align: center;
}
.login-pop-up .reset-password{
    padding-top: 36%;
    padding-bottom: 36%;
}
.reset-password h3{
    font-weight: 600;
    text-align: center;
    color:#493070;
    margin-top: 0px;
}
.reset-password .forgot-password{
    text-align: center;
}
.form{
    vertical-align:middle;
    margin:auto;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-right: 20%;
}
.form >form{
    margin-top:25px;    
}
.login-pop-up .form .form-group .form-control {
    width: 100%;
    font-size: 13px;
    padding: 1px 14px;
    height: 40px;
    font-weight:700;
    color:#000;
    display: inline-block;
    border: 1px solid #cccccc6b;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.login-pop-up .form .form-group .form-control::-webkit-input-placeholder {
  color: #8f8f8f;
}
.login-pop-up .form .form-group .form-control::-moz-placeholder { 
  color: #8f8f8f;
}
.login-pop-up .form .form-group .form-control:-ms-input-placeholder {
  color: #8f8f8f;
}
.login-pop-up .form .form-group .form-control:-moz-placeholder { 
  color: #8f8f8f;
}
.login-pop-up .form .form-group .form-control:focus {
    border-color:#673AB7;
}
.social-icons {
    text-align: center;
    display: block;
    position: relative;
}
.social-icons ul{
    margin: 0 auto;
    padding:  0;
    display: inline-block;
}
.social-icons ul:after{
    content:'';
    display:table;
    clear:both;
}
.social-icons ul li{
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 15px;
}
.social-icons ul li:last-child{
    margin-right: 0;
}
.social-icons ul li a {
    text-align: center;
    padding-top: 10px;
    width: 45px;
    height: 45px;
    border: 1px solid #f4eff9;
    display: inline-block;
    border-radius: 50%;
}
.social-icons ul li a:hover {
    background-color:#f4eff9;
}
.social-icons ul li+li a{
    padding-top: 5px;
}
.submit-button{
    vertical-align: center;
    width: 100%;
    background-color: #EC5578;
    color: #fff;
    padding: 8px 1px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
.form-submit-button{
 padding-bottom: 10px;
 margin-top: 10px;

}
.submit-button:hover{
   background-color: #e05e7c; 
}

.sign-via h5{
    text-align: center;
    font-weight: 600;
    color:#000;
    font-size: 17px;
    font-weight: 400;
    text-transform: lowercase;
}
.sign-via{
    margin-top: 40px;
    width:100%;
}
.parsley-errors-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.parsley-errors-list > li, .error-msg{
    color: #b50b33;
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.forgot-password{
    text-align: center;
}

.signin-error-msg {
    color: #b50b33;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
    padding-bottom: 5px;
}
.sign-up{
    margin-top: 20px;
}
.sign-up a{
    color:#493070;
    font-weight: 700;
}
.sign-up a:hover{
    text-decoration: underline;
}

.corporate-signup .login-pop-up{
    width: 600px;
}
.corporate-signup .form {
    margin-right: 50px;
}
.corporate-signup .form-submit-button{
    text-align: center;
}
.corporate-signup .submit-button{
    width: 300px;
    margin:0 auto;
}
.corporate-signup.background-image {
    background-image: url("../../images/online/bulid-bg.png");
}
.corporate-signup .form {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px; 
    padding-bottom: 30px;
    padding-top: 30px;
}
.corporate-signup .login-pop-up{
    background-color: rgba(247, 247, 247, 0.95);
    background-image: none;
    -webkit-box-shadow: 0 0 10px #e0e0e0;
    -moz-box-shadow: 0 0 10px #e0e0e0;
    -o-box-shadow: 0 0 10px #e0e0e0;
    -ms-box-shadow: 0 0 10px #e0e0e0;
    box-shadow: 0 0 10px #e0e0e0;
}
.corporate-signup .submit-button {
    background-color: #7450ad;
}
.corporate-signup .form .form-group {
    margin-bottom: 10px;
}


.corporate-login .login-pop-up{
    width: 400px;
}
.corporate-login .form {
    margin-right: 50px;
}
.corporate-login .form-submit-button{
    text-align: center;
}
.corporate-login .submit-button{
    width: 150px;
    margin:0 auto;
}
.corporate-login.background-image {
    background-image: url("../../images/online/bulid-bg.png");
}
.corporate-login .form {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px; 
    padding-bottom: 30px;
    padding-top: 30px;
}
.corporate-login .login-pop-up{
    background-color: rgba(247, 247, 247, 0.95);
    background-image: none;
    -webkit-box-shadow: 0 0 10px #e0e0e0;
    -moz-box-shadow: 0 0 10px #e0e0e0;
    -o-box-shadow: 0 0 10px #e0e0e0;
    -ms-box-shadow: 0 0 10px #e0e0e0;
    box-shadow: 0 0 10px #e0e0e0;
}
.corporate-login .submit-button {
    background-color: #7450ad;
}
.corporate-login .form .form-group {
    margin-bottom: 10px;
}
.corporate-background-image{
    background-image: url("../../images/online/bulid-bg.png");
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}
.corporate-background-image .login-pop-up{
    background-color: rgba(247, 247, 247, 0.95);
    background-image: none;
    -webkit-box-shadow: 0 0 10px #e0e0e0;
    -moz-box-shadow: 0 0 10px #e0e0e0;
    -o-box-shadow: 0 0 10px #e0e0e0;
    -ms-box-shadow: 0 0 10px #e0e0e0;
    box-shadow: 0 0 10px #e0e0e0;
    min-height:300px;
    padding-left: 30px;
    padding-right: 30px; 
    padding-bottom: 30px;
    padding-top: 30px;
    
    
}
.success-msg{
    text-align:center;
}
.success-msg > p{
    font-size:30px;
    color:#7450ad;
    line-height: 30px;
}
.success-msg > h3{
    color:#d68484;
}

.service__banner{
    background-repeat: no-repeat;
    position: absolute;
    width: 45%;
    height: 37%;
    bottom: 0;
    left: calc(50% - (45%/2));
    z-index: -1000;
}

.corporate-signup.background-image.college-banner {
    background-image: url("../../images/online/bulid-bg.svg")
}

.corporate-signup.college-banner .service__banner{
    background-image: url("../../images/online/college-banner.svg")
}
@media (max-width:992px) {
  .login-pop-up {
    width: 100%;
  }
  .form {
    margin-right: 0;
}
}
@media (max-width:768px) {
  .description {
    display: none;
}
.login-pop-up {
  width: 380px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.background-image {
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover;
}
.social-icons ul li a {
  background-color: #fff;
}
}
@media (max-width:480px) {
  .login-pop-up {
    width: 280px;
  }
}
