.form-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
}
.form-group input {
    width: 100%;
    height: 50px;
}
.form-group label{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: black;
    padding-bottom: 6px;
}

.is-invalid {
    border-color: red !important;
}
.help-block, .invalid-feedback {
    color: red;
}

.field-signupform-recaptcha,  .field-loginform-recaptcha, .field-passwordresetrequestform-recaptcha{
    padding-bottom: unset;
}
.field-loginform-password{
    padding-bottom: 10px;
}