.login-header{
  float:left;
  margin-bottom:22px;
}
.login-success {
  float:left;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 8px 14px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.login-success p {
  margin: 0;
  font-weight: 500;
  font-size:16px;
}

.login-error {
  float:left;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 8px 14px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.login-error p {
  margin: 0;
  font-weight: 500;
  font-size:16px;
}

.reset-form .btn-block,
.login-form .btn-block {
  width: 100%;
  margin-top: 10px;
}

.login-footer a {
  color: #007cba;
  text-decoration: none;
}

.login-footer a:hover {
  text-decoration: underline;
}


.login-form label[for="arc_remember"]{
  float: left;
  height: 44px;
}
.login-form button[name="arc_login_submit"]{ 
  float: left;
  min-width: 200px;
}
.login-footer{
  float:right;
}
.login-footer a{
  text-decoration: none;
  font-size: 16px;
  margin-top: 13px;
  display: inline-block;
}