@charset "UTF-8";
.custom-well {
  padding: 30px !important;
  border: 1px solid #dddddd !important;
  background-color: #efefef !important; }

.custom-form {
  padding: 30px 30% !important; }

.custom-form-forgot {
  padding: 30px 23% !important; }

.custom-label {
  max-width: none !important; }

.btn-success-custom {
  border-radius: 50px; }

.btn-success-custom:hover {
  background-color: #727684 !important; }

@media only screen and (max-width: 767px) {
  .custom-form {
    padding: 0 !important; }

  .custom-well {
    margin: 20px !important; }

  .custom-form-forgot {
    padding: 20px !important; }
}