html, .login {
    height: 100%;
}
.login {
  background-color: #364150 !important;
}

.login .logo {
    margin: 0;
    border-radius: 7px 7px 0 0;
    color: #4db3a5;
    display: block;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align:center;
}

.login .logo img{
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}

.login .content {
  background-color: #25a8e0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  /*overflow-y: scroll;*/
  position: relative;
}

.login .pane-left {
        width: 50%;
        min-height: 100%;
        min-width: 486px;
        max-width: 624px;
        float: left;
        z-index: 1;
        background: #eff3f8;
        padding: 30px;
}

.login .pane-right{ 
    width: auto; 
    overflow: hidden;
    padding: 40px;
    height: 100%;
}

    .login .pane-right-content {
        position: relative;
        min-height: 100%;
        background-image: url('/assets/img/people-01.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }


.login .content h3 {
  color: #7d91aa;
  text-align: center;
  font-size: 18px;
  font-weight: 600 !important;
  margin: 0 0 30px 0;
  padding: 0;
  text-transform:lowercase;
}


.login .content .hint {
  color: #999;
  padding: 0;
  margin: 15px 0 7px 0;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0;
  margin: 0;
}

.form-group.form-title{font-size: 36px;}

.login .content .form-control {
  height: 43px;
  color: #8290a3;
  border: 1px solid #fff;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.login .content .form-control:focus, .login .content .form-control:active {
  border: 1px solid #c3ccda;
}
.login .content .form-control::-moz-placeholder {
  color: #8290a3;
  opacity: 1;
}
.login .content .form-control:-ms-input-placeholder {
  color: #8290a3;
}
.login .content .form-control::-webkit-input-placeholder {
  color: #8290a3;
}

.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login-options {
  margin: 40px 0 20px 0;
  overflow: hidden;
  text-align: center;

}

.login-options h4 {
  font-weight: 600;
  font-size: 18px;
  color: #7d91aa !important;
  color: #555;
  text-align:center;
}

.login-options .social-icons {
  padding-top: 3px;
  text-align:center;
  margin: 0 auto;
  display: inline-block;
}

.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .btn {
  margin-top: 1px;
  background: transparent;
  border: 2px solid #0592d2;
  padding: 9px 30px;
  color: #0592d2;
}

.login .content .form-actions .btn-success {
  font-weight: 600;
  padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #ffffff;
  border: none;
}

.login .content .form-actions .btn-default:hover {
  background-color: #fafaff;
  color: #45b6af;
}

.login .content .forget-password {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 10px;
}

.login .content .check {
  color: #8290a3;
}

.login .content .rememberme {
  margin-left: 8px;
  margin-top: 10px;
}

.login .content .create-account {
  margin: 0 -40px -40px -40px;
  padding: 15px 0 17px 0;
  text-align: center;
  background-color: #6c7a8d;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #c3cedd;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

.login .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.login .alert {
    border-width: 1px;
}
.login .display-none, .display-hide {
    display: none;
}

.login .visible-ie9 {
    display: none;
}
.login .visible-ie8 {
    display: none;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #7a8ca5;
  font-size: 13px;
}

.validation-summary-errors { color:#f3565d; margin-bottom: 10px; font-weight: 600; }
.validation-summary-errors ul, .validation-summary-errors li{ margin: 0; padding: 0; list-style:none; }

/*
    Carmel Login
*/

.carmel-login .pane-left {
    position: relative;
    padding-top: 140px;
    overflow:hidden;
}

.carmel-login .pane-left .carmel-school-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 30px;
    height: 84px;
    background: #FFF;
    text-align: center;
}
.carmel-login .pane-left .arrow{
    width: 620px;
    height: 0;
    border-style: solid;
    border-width: 30px 310px 0 310px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 84px;
    left: 50%;
    margin-left: -310px;
    display:block; 
}


.carmel-login .pane-left .carmel-school-logo img {
    display: block;
    max-width: 255px;
    max-height: 70px;
    margin: 16px auto 0 auto;
}


/***
Social Icons
***/
.social-icons { padding: 0; margin: 0; }
.social-icons:before, .social-icons:after { content: " "; display: table; }
.social-icons:after { clear: both; }
.social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin: 5px;
  text-indent: -9999px;
}
.social-icons li > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.social-icon-color.facebook,.social-icon-color.twitter,.social-icon-color.googleplus,.social-icon-color.linkedin{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.social-icons li:hover > a { background-position: 0 -38px; }
.social-icon-color.facebook, .social-icon-color.twitter, .social-icon-color.googleplus, .social-icon-color.linkedin {background-position: 0 -38px; }
.social-icons li .facebook { background: url(/assets/img/social/facebook.png) no-repeat; }
.social-icons li .googleplus { background: url(/assets/img/social/googleplus.png) no-repeat; }
.social-icons li .linkedin { background: url(/assets/img/social/linkedin.png) no-repeat; }
.social-icons li .youtube { background: url(/assets/img/social/youtube.png) no-repeat; }
.social-icons li .twitter { background: url(/assets/img/social/twitter.png) no-repeat; }
.social-icons.social-icons-color > li > a { opacity: 0.7; background-position: 0 -38px !important; }
.social-icon-color.facebook, .social-icon-color.twitter, .social-icon-color.googleplus, .social-icon-color.linkedin { opacity: 0.7; background-position: -1px -39px !important;  }
.social-icons.social-icons-color > li > a:hover { opacity: 1; }
.social-icon-color.facebook, .social-icon-color.twitter, .social-icon-color.googleplus, .social-icon-color.linkedin {opacity: 1;}
.social-icons.social-icons-circle > li > a { border-radius: 25px !important; }
.social-icon-color.facebook, .social-icon-color.twitter, .social-icon-color.googleplus, .social-icon-color.linkedin {border-radius: 25px !important; }



@media (max-width:764px) {
    .login .pane-right {
        display:none;
    }
     .login .pane-left {
        width: 95%;
        max-width: 100%;
        min-width: inherit;
        margin: 0 auto;
        float: none;
        overflow: auto;
    }
     .carmel-login .pane-left .carmel-school-logo {
         text-align: center;
     }
     .login .content {
        overflow-y: scroll; 
    }
}

@media (max-width: 440px) {
  /***
  Login page
  ***/
  .login .logo img {
      max-width: 145px;
  }

  .login .logo {
    text-align: center;
  }

  .login .pane-left {
      height: 100%;
  }



  .login .content h3 {
    font-size: 22px;
    color: #7d91aa;
  }

  .login-options h4 {
      display: block;
      width: 100%;
  }

  .forget-password {
    display: inline-block;
    margin-top: 20px;
  }

  .login-options {
      text-align: center;
      margin: 20px 0;
  }

  .login-options .social-icons {
    float: none;
    padding-top: 3px;
  }

  .login-options .social-icons li {
      float: none;
      display: inline-block;
      margin: 15px 5px 5px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}
