/***
Login page
***/
/* logo page */
.login {
  background-color: #fdfdfd;
/*min-height: 1000px;*/
    
}

/*.login .logo {
  margin: 60px auto 20px auto;
  padding: 15px;
  text-align: center;
}*/

.login .content {
  background-color: #fff;
  width: 360px;
  margin: 135px auto 90px auto;
  margin-bottom: 0px;

  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: #419ae5 solid 1px;
  height:auto;
  overflow:hidden;
}

.login .content h3 {
  color: #ccc;
    margin-top:0px;padding-top:0px;
    margin-bottom:0px;
}

.login .content h4 {
  color: #555;
}

.login .content p {
  color: #222;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 30px 30px 100px 30px ;
  padding-top: 20px;
  padding-bottom: 15px;
}

.login .content .input-icon {
  border-left: 2px solid #025194 !important;
}

.login .content .input-icon {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.login .content .input-icon .form-control {
  border-left: 0;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 500;
  /*margin-bottom: 25px;*/
    margin-bottom:10px;
    margin-top:5px;
}

.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0px;
 
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.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 .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .forget-password {
  margin-top: 13px;
}

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container {
  border-left: 2px solid #44B6AE !important;
}

.login .content .select2-container .select2-choice {
  border-left: none !important;
}

.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top: 1px;
  margin: 4px 4px 0px -1px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.login .content .has-error .select2-container i {
  color: #b94a48;
}

.login .content .select2-container a span {
  font-size: 13px;
}

.login .content .select2-container a span img {
  margin-left: 4px;
}

/* footer copyright */
 .copyright {
  margin: 0px auto 0 auto;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    background: #33241A;
    height:54px;
    background-position: bottom;
}

@media (max-width: 675px) {
   
        .login .content {
          margin: 100px auto 90px auto;
  
    }
}
@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }

  .login .content {
    width: 280px;
          margin: 95px auto 90px auto;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}
.login .form-control
{
        /* border: #CF832B; */
}

/*************by neo 2222***********/

.outer_logo
{
    width:100%;
    height:auto;
    background: #92300A;
    position: relative;
    height: 75px;
    z-index:10;
}
.outer_logo .logo
{
    position: absolute;
    top: 16px;
    z-index: 100;
    left: 49px;
}
.forget-password a
{
    color: #025194;
}
.forget-password a:hover
{
    color: #0d476d;
}
.light_green
{
    background:#38611B;
    color:#fff;
}
.loginhead
{
    background:#025194;
    margin:0px;
    padding:10px 0;
    width:100%;
    text-align:center;
}
.light_green:hover {
    color: #fff;
    text-decoration: none;
    background:#4B6737;
}
.form-control
{
    height:40px;
}
/**************neo 222 ends here**********/