/*--------------------------------------------------
    [TRANSITION]
----------------------------------------------------*/
/* Cubic Bezier Transition */
/***
Login page
***/
/* logo page */
.htmlbody {
  background-color: #666 !important;
  height: auto;
}

.htmlbody .logo {
  margin: 70px auto 10px auto;
  padding: 15px;
  text-align: center;
}

.htmlbody .content {
  background: url(../Images/bg-white-lock.png) repeat;
  width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 20px 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}

.htmlbody .content h3 {
  color: #eee;
}

.htmlbody .content h4 {
  color: #eee;
}

.htmlbody .content p,
.htmlbody .content label {
  color: #fff;
}

.htmlbody .content .login-form { margin: 0;  }

.login-form .form-group { width:auto; }
.htmlbody a { color:#eee; }

.htmlbody .content .htmlbody-form,
.htmlbody .content .forget-form {
  padding: 0px;
  margin: 0px;
}

.htmlbody .content .form-control {
  background-color: #fff;
}

.htmlbody .content .form-title {
  font-weight: 300;
  margin-bottom: 40px;
  text-align: center;
}

.htmlbody .content .form-actions {
  background-color: transparent;
  clear: both;
  border: 0px;
  padding: 0px 30px 15px 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.htmlbody .content .form-actions i { margin-left:8px; }

.htmlbody .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.htmlbody .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.htmlbody .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.htmlbody .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.htmlbody .content .form-actions .btn {
    margin-top: 1px;
    width: 100%;
}

.htmlbody .content .forget-password {
  margin-top: 10px;
}

.htmlbody .content .create-account {
  border-top: 1px dotted #eee;
  padding: 10px 0;
  color: #fff;
  margin: 15px 0 0;
}

.htmlbody .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
.htmlbody .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;
}

.htmlbody .content .has-error .select2-container i {
  color: #b94a48;
}

.htmlbody .content .select2-container a span {
  font-size: 13px;
}

.htmlbody .content .select2-container a span img {
  margin-left: 4px;
}

/* footer copyright */
.htmlbody .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #eee;
  font-size: 13px;
}

.login-form a.form-link {
    color: #5b9bd1;
}
.login-form a.form-link:hover{
    color:#eee;
}

@media (max-width: 480px) {
  /***
  Login page
  ***/
  .htmlbody .logo {
    margin-top: 10px;
  }

  .htmlbody .content {
    padding: 30px;
    width: 222px;
  }

  .htmlbody .content h3 {
    font-size: 22px;
  }

  .htmlbody .checkbox {
    font-size: 13px;
  }
}
