.user-log-fa, .user-pwd-fa i {
  font-size: 25px !important;
  padding: 5px;
  margin: 2px 10px 2px 0;
  vertical-align: top;
}

.user-pwd-fa i {
  color: darkgoldenrod;
}

.user-log-fa {
  color: cornflowerblue;
}

.form-message-log {
  color: red;
  margin: 10px;
}

input[type=text], input[type=password], input[type=email] {
  border-color: lightslategray;
  color: #c5b8b8;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
  color: rgba(159, 192, 178, 0.459);
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  height: 10px;
  width: 10px;
  background: gray;
  border: 1px solid #37c2e8;
  border-radius: 50%;
}

input[type=checkbox]:checked {
  background: #00ff22;
  border: solid 1px gray;
}

label {
  color: slategray;
  margin-left: 8px;
  font-size: 0.8em;
}

#login-form-btn {
  border: none;
}

a.btn-link {
  color: darkslategray;
}

a.btn-link:hover {
  color: lightslategray;
}

.modal-header {
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid chocolate;
}

.modal-title {
  font-size: x-large;
  color: lightgray;
  text-align: center;
}
