/* ========================================================
*
* Melon - Flat & Responsive Admin Template
*
* ========================================================
*
* File: login.css
* Description: Login template styling
* Version: 1.0
*
* ======================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.login {
  background-color: #d9d9d9;
  /*padding-top: 180px;*/


}
.login .logo,
.login .single-sign-on,
.login .footer {
  margin: 0 auto;
  text-align: left;
}
.login .logo {
    margin-top:20px;
  padding: 0!important;
  font-size: 23px;
}
.login .box {
  background-color: #fff;
  width: 550px;
  border: 1px solid #cfcfcf;
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /*position: absolute;*/
  /*margin: 0 auto;*/
  /*margin-left: -275px;
  margin-top: -215px;*/
}
.login .box .content {
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.login .box form {
  padding: 0;
  margin: 0;
}
.login .box .form-title {
  text-align: left;
  font-weight: 300;
  margin-bottom: 25px;
}
.login .box .form-group {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.login .box .form-actions {
  background-color: #fff;
  border-top: none;
  padding: 10px 0;
  margin: 0;
}
.login .box .input-icon {
  position: relative;
}
.login .box .input-icon input {
  border-left: none!important;
  border-right: none!important;
  border-top: none!important;
  border-top-color: transparent!important;
  border-left-color: transparent!important;
  border-right-color: transparent!important;
  box-shadow: none!important;
  padding-left: 38px!important;
}
.login .box .has-error .input-icon input {
  border-left-color: #b94a48;
}
.login .box .has-success .input-icon input {
  border-left-color: #468847;
}
.login .box .checkbox {
  margin-top: 7px;
}
.login .box .inner-box {
  background-color: #f9f9f9;
  border-top: 1px solid #c0c0c0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.login .box .inner-box .content {
  padding: 12px 30px;
  text-align: left;
}
.login .box .inner-box a {
  color: #555555;
  font-size: 12px;
  font-weight: 600;
}
.login .box .inner-box a:hover {
  text-decoration: none;
  color: #576a83;
}
.login .box .inner-box .close {
  font-size: 12px;
  margin-top: -3px;
  margin-right: -20px;
}
.login .box .inner-box .close.hide-default {
  display: none;
}
.login .box .inner-box form {
  margin-top: 10px;
  margin-bottom: 10px;
}
.login .box .inner-box a + form {
  margin-top: 20px;
}
.login .box .inner-box .form-group {
  margin-bottom: 10px;
}
.login .box .inner-box .forgot-password-done {
  padding: 10px 0;
}
.login .box .inner-box .forgot-password-done .success-icon,
.login .box .inner-box .forgot-password-done .danger-icon {
  display: block;
  font-size: 30px;
  padding: 15px;
  padding-top: 0;
}
.login .box .inner-box .forgot-password-done .success-icon {
  color: #94b86e;
}
.login .box .inner-box .forgot-password-done .danger-icon {
  color: #e25856;
}
.login .box .inner-box .forgot-password-done span {
  font-weight: 600;
}
.login .single-sign-on {
  width: 350px;
  padding: 15px 0;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.login .single-sign-on:hover {
  opacity: 1;
}
.login .single-sign-on span {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  color: #888888;
}
.login .single-sign-on .btn i {
  padding-right: 5px;
}
.login .footer {
  width: 350px;
  padding-top: 30px;
}
.login .footer a {
  font-size: 13px;
  color: #6f6f6f;
}
.login .footer a:hover {
  text-decoration: none;
  color: #576a83;
}
.login .spacing-top {
  padding-top: 7px !important;
}


input.form-control {
    padding: 10px,50px,10px,10px!important;
    height:40px!important;
    font-weight:400!important;
    font-size:20px!important;
}

.icon-user, .icon-lock {
    font-size:20px!important;
    color: #828282!important;
}

a {
    font-size:13px!important;
    float:right;
}

h3, h5 {
    text-align: left!important;
}

.btn-login {
    float:right;
    margin:0!important;
    padding:5px,15px,5px,15px!important;
    font-size:17px!important;
    border-radius:5px;
    background-color: #0f66b0!important;
    color:white!important;
}

.btn-login:hover {
    background-color: #208ce8!important;
    color: white!important;
}

.col-md-12 {
    padding:0!important;
}
