.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.login {
  background-color: rgba(56, 40, 23, 0.8);
  padding-top: 5%;
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  /* Helper */
}

.login-box-wrapper {
  background-color: #eceaeb;
  /* border: solid 1px #d6cfbc; */
  border-radius: 5px;
  padding-bottom: 10px;
}

.login .logo,
.login .footer {
  margin: 0 auto;
  text-align: center;
}

.login .logo {
  padding: 15px;
  font-size: 23px;
}

.login .box {
  background-color: #fff;
  width: 350px;
  margin: 0 auto;
  border: 1px solid #c99127;
  border-top: 5px solid #c99127;
  /* * * * * * * * * * * *
		 * Inner Box
		 * * * * * * * * * * * */
}

.login .box .content {
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.login .box form {
  padding: 0;
  margin: 0;
}

.login .box .form-title {
  text-align: center;
  font-weight: 300;
  margin-bottom: 25px;
  color: #c99127;
}

.login .box .field {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.login .box .Actions {
  background-color: #fff;
  border-top: none;
  padding: 10px 0;
  margin: 0;
}

.login .box input {
  border-left: 3px solid #4d7496;
}

.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: 0px;
  margin-right: 10px;
}

.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: center;
}

.login .box .inner-box a {
  color: #555555;
  font-size: 12px;
  font-weight: 600;
}

.login .box .inner-box a:hover {
  text-decoration: none;
  color: #4d7496;
}

.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 .footer {
  width: 350px;
  padding-top: 30px;
}

.login .footer a {
  font-size: 13px;
  color: #6f6f6f;
}

.login .footer a:hover {
  text-decoration: none;
  color: #4d7496;
}

.login .spacing-top {
  padding-top: 7px !important;
}

input.text,
select,
textarea {
  border-left: 2px solid #c99127 !important;
  width: 100%;
  background-color: #ffffff;
  background-image: none !important;
  border-radius: 0;
  color: #555555;
  filter: none !important;
  font-weight: normal;
  padding: 6px !important;
  vertical-align: top;
  border: 1px solid #c99127 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  margin-bottom: 5px;
  border-radius: 0px !important;
}

input.text:focus {
  border-color: #4d7496 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(0, 0, 0, 0.1);
}

.form-actions {
  margin-top: 15px;
}

.form-actions .action,
.Actions .action {
  float: right;
  background-color: #468847;
  color: #ffffff !important;
  z-index: 2;
  -moz-user-select: none;
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #333333;
  cursor: pointer;
  filter: none;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 20px;
  text-transform: uppercase;
  position: relative;
  text-shadow: none;
  border-radius: 5px;
  border-left: none !important;
}

.form-actions .action.btn:hover {
  background-color: #000 !important;
}

input[type="checkbox"] {
  margin-left: 0px !important;
}

#ForgotPassword {
  float: right;
}
