/*--------------------------------------------------
    [TRANSITION]
----------------------------------------------------*/
/* Cubic Bezier Transition */
/***
Login page
***/
/* logo page */
.error-summary {
  color: #D54E21;
  background: #fdf7f7;
  border-left: 3px solid #D54E21;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.error-summary { margin-top: -15px; }
.error-summary ul {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

a.btn-link {
  color: orange !important;
}

.auth {
  background-color: #666 !important;
}

.auth .logo {
  margin: 60px auto -60px auto;
  padding: 15px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.auth .logo img{
  height: 100px;
}

#card {
  width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
}

.auth .content {
  background: url(../img/bg-dark2-lock.png) repeat;
  padding: 30px;
  padding-top: 40px;
  padding-bottom: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  z-index: 2;
}

.auth .content h3 {
  color: #eee;
  margin: 25px 0;
}

.auth .content h4 {
  color: #eee;
}

.auth .content p,
.auth .content label {
  color: #fff;
}

.auth .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.auth .content .form-actions {
  background-color: transparent;
  clear: both;
  border: 0px;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.auth .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.auth .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.auth .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.auth .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.auth .content .forget-password {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 10px;
}

/***
Lock screen page
***/
#LockScreen .error-summary {
  margin-top: 0; }

#LockScreen .hint-block {
  margin-top: 3px; }

.page-lock-info {
  margin: 10px 0;
  text-align: center;
}
.page-lock-info h1 {
  margin-top: 5px;
  font-weight: 300;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 5px; }

.page-lock-info .email {
  color: #eee;
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px; }

.page-lock .page-lock-info .locked {
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-style: normal; }

/* footer copyright */
.auth .copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #eee;
  font-size: 13px;
  opacity: 0.8;
}
.auth .copyright small {
  display: block;
}

.auth .copyright,
.auth .content h3,
.auth .content h4,
.auth .form-group.has-error .help-block {
  text-shadow: 1px 1px 2px #000000;
}

.auth .alert {
  border-radius: 0;
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px 30px;
}

@media (max-width: 480px) {
  /***
  Login page
  ***/
  .auth .logo {
    margin-top: 10px;
  }

  .auth .content {
    padding: 30px;
    width: 222px;
  }

  .auth .content h3 {
    font-size: 22px;
  }

  .auth .checkbox {
    font-size: 13px;
  }
}
