#auth .round-button {
  background-color: #4faa53;
  border-radius: 5;
  color: white;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#auth .round-button:hover {
  background-color: #e3342f;
}

#auth a {
  color: #4faa53;
}

#auth .card,
#auth hr {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

#auth form .form-control {
  padding: 21px 16px;
  font-size: 13px;
  line-height: 1.25;
  background: #e8f0fe;
  background-clip: padding-box;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border: 0.5px solid rgba(0, 0, 0, 0.05);
  transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
}

#auth form .input-group-prepend {
  cursor: pointer;
}

#auth form .input-group-prepend .input-group-text {
  background-color: #387b33;
  color: white;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
  font-size: 13px;
}

#auth form .input-group-prepend .input-group-text:hover {
  background-color: #e3342f;
}

