.fieldset-border {
    border: solid #e7e7e7 2px;
}

.fieldset-padding {
    padding: 30px 70px;
}

.fieldset-description {
    background: #f9f9f9;
    padding: 21px 70px;
}

h1 {
    margin: 0 0 30px 0;
}

h2 {
    margin: 0 0 30px 0;
}

.login-form .reset-password,
.login-form .reset-password:link,
.login-form .reset-password:visited {
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.login-form .reset-password:hover {
    color: #dc3545;
}

.register-form .label-long-text {
    font-size: 11px;
}

input[type="submit"].btn-red {
    width: 200px;
    font-family: 'Avenir';
    font-weight: 600;
    font-size: 12px;
    padding: 20px 20px 17px 20px;
    line-height: 1.0;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: unset !important;
}

input[type="submit"].btn-register {
    width: 250px;
    font-family: 'Avenir';
    font-weight: 600;
    font-size: 12px;
    padding: 20px 20px 17px 20px;
    line-height: 1.0;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: unset !important;
}

.btn-register {
    display: block;
    width: 445px;
    font-family: 'Avenir';
    font-weight: 600;
    font-size: 12px;
    padding: 22px 20px 19px 20px;
    background: #dc3545;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.0;
    border: none;
    border-radius: unset !important;
}

.btn-register:hover {
    color: #fff;
}

.admin-terms {
    font-size: 11px !important;
    line-height: 1.8;
}

.phone {
    display: block;
    font-size: 36px;
    color: #333;
    font-family: 'Avenir';
    font-weight: 600;
}

/* only for X-LARGE */
@media all and (min-width: 1200px) and (max-width: 1399px) {
    .fieldset-wrapper {
    }

    .fieldset-description {
        background: #f9f9f9;
        padding: 21px 70px 22px 70px;
    }

    h2 {
        font-size: 28px;
    }

    .btn-register {
        width: 400px;
    }
}

/* only for LARGE */
@media all and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 28px;
    }

    input[type="submit"].btn-red {
        width: 160px;
    }

    .btn-register {
        width: 310px;
    }

    .fieldset-description {
        padding: 23px 70px 24px 70px;
    }
}

/* only for MEDIUM */
@media all and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 28px;
    }

    .btn-register {
        width: 310px;
    }

    .phone {
        font-size: 31px;
    }
}

/* only for SMALL */
@media all and (min-width: 576px) and (max-width: 767px) {
    .btn-register {
        width: 360px;
    }

    .phone {
        font-size: 31px;
    }
}

/* up to X-SMALL */
@media all and (max-width: 575px) {
    .fieldset-padding {
        padding: 30px 30px;
    }

    .fieldset-description {
        padding: 30px 30px;
    }

    input[type="submit"].btn-red {
        width: 120px;
    }

    .btn-register {
        width: 100%;
    }

    .phone {
        font-size: 31px;
    }
}
