.auth-btn {
  width: 100px;
  height: 40px;
}

.error-email {
  margin: 0.5rem;
  padding-bottom: 10px;
  text-align: left;
  font-weight: 400 !important;
  font-size: 12px !important;
  color: red !important;
}

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

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

.text-lable {
  color: #333333;
  font-size: 13px !important;
}

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

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

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

.w-500 {
  width: 480px !important;
}

.row-display {
  display: inline-flex !important;
}

.error {
  font-weight: 400 !important;
  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;
}

.block-space {
  margin-top: 17px;
  padding-left: 40px;
  padding-right: 40px;
}

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

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