.dpo-registration-container {
    max-width: 420px;
    margin: 40px auto;
}

.dpo-registration-container h2 {
    margin-bottom: 0px;
}

.dpo-registration-container .btn {
    min-width: 100%;
    margin: 0px auto;
}

.dpo-registration-container .message-box {
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
    color: #FF000A;
    /*position: absolute;
    bottom: -23px;
    left: 0;
    overflow: hidden;
    height: 17px;*/
}

.dpo-registration-container .user_agreement {
    margin-bottom: 60px;
}

.dpo-registration-container .user_agreement_opd {
    min-height: 30px;
}

.dpo-registration-container .user_agreement_ev {
    min-height: 70px;
}

.dpo-registration-container .user_agreement_opd .madforms-field-Flag label,
.dpo-registration-container .user_agreement_ranepa_policy .madforms-field-Flag label,
.dpo-registration-container .user_agreement_ev .madforms-field-Flag label {
    min-width: 320px;
    margin-left: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 21px;
    color: #271919 !important;
    transform: translate(24px, 8px) scale(0.75) !important;
    white-space: normal;
}

.dpo-registration-container .user_studied_at_academy .madforms-field-Flag label,
.dpo-registration-container .user_not_studied_at_academy .madforms-field-Flag label,
.dpo-registration-container .user_does_not_remember .madforms-field-Flag label {
    font-size: 24px !important;
}

.dpo-registration-container .user_agreement_opd .opd,
.dpo-registration-container .user_agreement_ev .ev-page-link,
.dpo-registration-container .user_agreement_ranepa_policy .policy-page-link {
    cursor: pointer;
    color: #4dab4d;
}

.dpo-registration-container a {
    text-decoration: none;
}

.dpo-registration-container a.left {
    text-align: left;
}

.html-text {
    display: block;
    color: #b2b2b2;
    font-size: 13px;
    line-height: 1rem;
    margin-top: 5px !important;
    padding: 0 26px;
}

.popup-background {
    background: rgba(207, 207, 207, 0.42);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
}

.popup-reg {
    position: absolute;
    top: calc(50% - 200px);
    margin: auto;
    left: 0;
    right: 0;
    width: 600px;
    max-height: 400px;
    min-height: 230px;
    border: 2px solid #951a1d;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1) !important;
}

#dpo-registration-form-spinner {
    visibility: hidden;
    width: 80px;
    height: 80px;
    border: 3px solid #f3f3f3;
    border-top: 4px solid #f25a41;
    border-radius: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#dpo-registration-form-spinner.show {
    visibility: visible;
}

#dpo-registration-form-overlay {
    display: none;
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.20;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.modal-window {
    margin: 0 auto;
}

.modal-window .confirm-email-modal-buttons {
    justify-content: center;
}

@media (min-width: 421px) {
    .dpo-registration-container {
        min-width: 420px;
    }
}