.popup-window {
    width: 100%;
    max-width: 429px !important;
    max-height: 90% !important;
    overflow-y: scroll;
}

.popup-content {
    width: 100%;
    background: #F7F7F7;
}

.popup-content-header {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    padding: 16px 45px 17px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 2;
    position: relative;
}
.popup-content-body {
    padding: 16px 30px 16px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.popup-content-footer {
    padding: 16px 45px 17px 30px;
}

.popup-content-body .error-row,
.popup-content-body .error-row * {
    color: #D2292E;
}

.popup-content-body .success-row,
.popup-content-body .success-row * {
    color: #007d1e;
}

.popup-content-body .form-outer .agree-label {
    font-size: 12px;
    padding-left: 30px;
}
.popup-content-body .form-outer .agree-label * {
    font-size: 12px;
}