.user-register-form {
    margin: 3% 17.04%;
}

.user-register-form #edit-customtext {
    font-size: 20px;
    color: var(--dark-blue);
}

.user-register-form #edit-pass>.custom-input__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.user-register-form #edit-pass .confirm-parent,
.password-parent {
    max-width: 100% !important;
}

.user-register-form #edit-pass>.custom-input__wrapper>fieldset {
    width: 49.3%;
}

.user-register-form #edit-pass .custom-input__wrapper .form-item-pass-pass2 .label__wrapper {
    order: 3;
}

.user-register-form #edit-pass .custom-input__wrapper .form-item-pass-pass2 .password-confirm {
    order: 2;
}

.user-register-form #edit-pass .custom-input__wrapper .form-item-pass-pass2 .edit-pass-pass2 {
    order: 1;
}

.user-register-form .custom-input__wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.user-register-form .custom-input__wrapper .label__wrapper {
    margin-left: 17px;
    margin-bottom: 10px;
}

.user-register-form .description {
    display: none;
}

.user-register-form .form-control {
    height: 46px;
    border-radius: 50px;
    background-color: #f7f7f7;
}

.user-register-form .row_direction {
    display: flex;
}

.user-register-form .row_direction .field--type-string:not(:last-child) {
    margin-right: 14px;
}

.user-register-form .row_contact {
    display: flex;
    justify-content: space-between;
}

.user-register-form .row_contact>div {
    width: 49.3%;
}

.user-register-form #edit-actions button {
    width: 124px !important;
    height: 46px;
    border-radius: 40px;
    background-color: #091b39;
    border-color: unset;
}

.user-register-form .js-form-type-checkbox {
    margin-bottom: 25px;
}

@media screen and (max-width: 1919px) {}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1279px) {}

@media screen and (max-width: 991px) {
    .user-register-form {
        margin: 3% !important;
    }
}

@media screen and (max-width: 570px) {
    .user-register-form #edit-pass>.custom-input__wrapper {
        display: unset;
    }
    .user-register-form #edit-pass > .custom-input__wrapper > fieldset {
        width: 100%;
    }
    .user-register-form .row_direction {
        display: unset;
    }
    .user-register-form .row_contact {
        display: unset;
    }

    .user-register-form .row_contact>div {
        width: 100%;
    }
}