#form-login input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
}

.form-title {
  color: #000000 !important;
  font-size: 20px;
}

.input-group-text {
  color: #777777 !important;
  background-color: #EEEEEE !important;
  border-color: #CCCCCC !important;
}

.form-control {
  border-color: #CCCCCC !important;
  font-size: 15px;
}

.btn {
  font-size: 15px;
  padding: 8px 22px !important;
}

.btn-link {
  font-size: 13px;
}

.error {
  font-weight: 400;
  font-size: 12px !important;
  color: red !important;
}

.text-input:focus {
  border-color: #66afe9 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.form-control:focus {
  box-shadow: none !important;
}

.text-error {
  background: #fff3f3 !important;
  border: 0.1rem solid #e05959 !important;
}

.wrapper-block {
  width: 500px !important;
  height: 350px;
}

input {
  color: #333333;
}

.auth-forward-btn {
  position: relative;
  right: -20px;
  outline: none;
}

.auth-forward-btn:focus {
  box-shadow: none;
}
