/**********************************************************!
 * GENERALS STYLES
 **********************************************************/
/**********************************************************!
 * GENERALS
 * STYLE
 **********************************************************/
 *:focus {
  outline: none;
}

html,
body {
  height: 100%;
  background-color: #f7f7f7;
  font-family: 'Source Sans Pro';
}

p {
  color: #888;
}

a,
a:active,
a:hover,
a:focus {
  text-decoration: none;
  transition: 0.3s;
}

label {
  font-weight: 700;
  color: #999;
}

/**********************************************************!
 * LOGIN / REGISTER
 * STYLE
 **********************************************************/
 .head {
  background-color: #CC0000;
  height: 50%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px,
              rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

#errorDiv {
  margin-top: -100px;
}

#loginForm {
  margin-top: -150px;
}

.well {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, .13);
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

@media only screen and (min-width: 480px) {
  .well {
    width: 375px;
  }
}

.form-control {
  box-shadow: none;
  font-weight: 700;
}

.form-control:focus {
  border-color: #eee;
  border-bottom-width: 2px;
  border-bottom-color: #CC0000;
  box-shadow: none;
}

.form-control.inputError {
  border-color: #F44336;
}

.btn-submit {
  width: 100%;
  font-weight: 600;
  margin-top: 10px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.create-account {
  font-size: 12px;
  display: block;
  text-align: center;
}

.create-account.first {
  margin-top: 8px;
  margin-bottom: 0;
}

.create-account.second {
  margin-top: 2px;
  margin-bottom: 0;
}

p.error-text {
  color: #F44336;
  margin: 0 0 15px 0;
  text-align: center;
}

p.button-p {
  margin: 25px 0 0 0;
}

.back-to-index {
  margin: 0 0 30px 0;
  font-weight: 700;
}

.back-to-index img {
  width: 100%;
  max-width: 320px;
  margin-top: -10px;
  margin-bottom: 10px;
}

/**********************************************************!
 * BUTTONS
 * STYLE
 **********************************************************/
.btn {
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px,
              rgba(0, 0, 0, 0.12) 0px 1px 4px;
  transition: .3s;
  font-size: 16px;
  font-weight: 700;
}

/**********************************************************!
 * MESSANGER
 * STYLE
 **********************************************************/
.messenger-message-inner {
  font-family: 'Source Sans Pro';
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right,
ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {
  right: 15px;
}

ul.messenger.messenger-fixed.messenger-on-bottom {
  bottom: 0;
}

ul.messenger-theme-air .messenger-message {
  box-shadow: rgba(0, 0, 0, 0.18) 0 1px 6px,
              rgba(0, 0, 0, 0.18) 0 1px 4px;
  background: #333;
  border: 1px solid transparent;
  border-radius: 3px;
}

ul.messenger-theme-air .messenger-message:hover {
  background: #333;
}