
.form-registration .login_title,
.form-reset .login_title,
.form-login .login_title {
    padding-top: 0px;
}

.form-registration .inner-form,
.form-reset .inner-form,
.form-login .inner-form {
    position: relative;
    padding: 57px;
    min-width: 600px;
    margin: 0 auto;
    max-width: 600px;
}

.form-login .inner-form .new-form,
.form-reset .inner-form .new-form,
.form-registration .inner-form .new-form {
    background-color: #fff;
    opacity: 38%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
.form-registration .inner-form input[type="text"],
.form-login .inner-form input[type="text"],
.form-reset .inner-form input[type="text"],
.form-registration .inner-form input[type="tel"],
.form-login .inner-form input[type="tel"],
.form-reset .inner-form input[type="tel"],
.form-registration .inner-form input[type="email"],
.form-login .inner-form input[type="email"],
.form-reset .inner-form input[type="email"],
.form-login .inner-form input[type="password"],
.form-reset .inner-form input[type="password"],
.form-registration .inner-form .jq-selectbox__select {
    background: none;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    opacity: 100%;
    font-size: 16px;
    font-weight: 500;
}

.form-registration .inner-form input[type='text'],
.form-reset .inner-form input[type='text'],
.form-login .inner-form input[type='text'] {
    width: 100%;
}

.form-registration .inner-form input::placeholder,
.form-reset .inner-form input::placeholder,
.form-login .inner-form input::placeholder {
    color: #fff;
    opacity: 100%;
    font-size: 16px;
    font-weight: 500;
}

.type-form li {
    text-align: center;
}

.type-form li a {
    color: #fff;
    opacity: 41%;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    border: none;
}
.type-form li.active {
    color: #fff;
    opacity: 100%;
    font-weight: 400;
    line-height: 20px;
    font-size: 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
}

.show-tool-help-icon {
    float: left;
    position: absolute;
    top: -10px;
}

.partner-id {
    width: 100%;
    display: none;
}

.partner-checkbox-and-input {
    min-height: 50px !important;
}

.acceptAgreement {
    float: left;
    position: relative;
    display: flex;
    flex-direction: row;
    padding-top: 10px;
}

.acceptAgreement .policy-check {
    display: flex !important;
    float: left;
    position: relative !important;
    min-width: 30px;
}

.policyAgreement-label {
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.hiddenRecaptcha {
    border: none !important;
}

.acceptAgreement .jq-checkbox.checked .jq-checkbox__div {
    margin-left: 22px;
}

.registration-fields .btn,
.section-login .btn,
.section-reset .btn {
    background-color: #fff;
    border: none;
}
.registration-fields .btn.active:hover,
.section-login .btn.active:hover,
.section-reset .btn.active:hover,
.section-login .btn.active:focus,
.section-reset .btn.active:focus,
.registration-fields .btn.active:focus{
    color: #00AFCA !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border: none !important;
    font-weight: 500;
    outline: none;
}

.section-reset .btn.active,
.section-login .btn.active,
.registration-fields .btn.active {
    background-color: rgba(255, 255, 255, 0.41) !important;
    border: none !important;
}

#firstName-error {
    margin-top: 37px;
}

@media only screen and (max-width: 768px) {
    .form-registration .inner-form,
    .form-reset .inner-form,
    .form-login .inner-form {
        min-width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .section-registration, .section-login, .section-reset {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin: 0px auto;
    }
    .inner-form {
        display: flex;
        flex-direction: column;
        float: unset !important;
        padding: 15px !important;
    }
}
