html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #272727;
}

.login-area {
  margin: auto;
}

form {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

form .checkbox {
  font-weight: 400;
}

form .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  color: #767676 !important;
  background-color: #272727 !important;
  text-align: center;
  border: none !important;
  border-bottom: solid 1px #888 !important;
  box-shadow: none;
}

form .form-control:focus {
  z-index: 2;
}

form .form-control:placeholder {
  color: #555 !important;
}

form input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

form input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

button, .button {
  background-color: #2F959D;
  color: #FFF;
  margin-top: 25px;
  line-height: 1px !important;
  
}

h1 {
    color: #2F959D;
    font-size: 25px;
    text-transform: uppercase;
}

.navbar-brand {
  padding: 0;
  padding-bottom: 4.313rem;

}

div.message {
    z-index: 5555;
    border: none;
    border: solid 1px #97231F;
    color: #FFF;
    padding: 10px;
    background: url(../../img/core/error.png) no-repeat #272727 16px 10px;

}

.register-cancel {
    background:#c93d24;
    margin-left:20px;
    text-decoration: none !important;
    color: white !important
}