.auto-form {
 position: relative; 
}

.auto-form .auto-form-wrapper {
 min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auto-form .form-background {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top:0;
}

.auto-form .auto-form-container {
 position:relative; 
}

.auto-form .content {
 background-color: #FFF;
  padding: 80px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}

.auto-form form {
 background-color: #FFF;
  font-family: inherit;
}

.auto-form .form-title {
 background-color: #FFF; 
}

.auto-form fieldset.form-columns-1 .hs-input {
 width: 100% !important; 
}

.auto-form fieldset.form-columns-1 input[type=checkbox] {
 width: auto !important; 
}

.auto-form form .hs-button {
  background-color: #005ca4;
  border: 2px solid #005ca4;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2px;
    margin-bottom: 12px;
    padding: 8px 80px;
    text-align: center;
    text-decoration: none;
    transition: .2s ease;
}

.auto-form form .hs-button:hover {
  border: 2px solid #005ca4;
}

.auto-form form input[type=submit]:active, .auto-form form .hs-button:active,
.auto-form form input[type=submit]:focus, .auto-form form .hs-button:focus {
  border: 2px solid #005ca4;
{
  
}