/* iframe#\:1\.container {
    display: none;
} */
 
.notAuthorized-container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-55%, -50%);
}

body {
    background: #f0ebf8;
    font-family: 'Roboto';
    letter-spacing: 0.4px;
}

.bodyWrapper {
    max-width: 720px;
    margin: 0 auto;
}

.mainHeading {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.logoWrapper,
.subWrapper,
.headerWrapper,
.languageWrapper,
.emailWrapper {
    padding: 24px;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 8px;
}

.logoWrapper {
    /* text-align: center; */
}

select {
    height: 48px;
    width: 100%;
    max-width: 200px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    margin-top: 8px;
    padding: 5px;
}

.label {
    margin-bottom: 16px;
}

.buttonStyle {
    background: #3B5F7A;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    height: 42px;
    color: #fff;
    border: 2px solid #3B5F7A;
    padding: 0 24px;
    transition: all 1s;
    cursor: pointer;
}

.buttonStyle:hover {
    border: 2px solid #3B5F7A;
    color: #3B5F7A;
    background: #fff;
}

.red {
    color: red;
}

#secondPage,
#thirdPage {
    display: none;
}

.tHeadingWrap {
    background: #3B5F7A;
    padding: 12px 24px;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.termsWrapper div:first-child {
    border-radius: 0 0 8px 8px;
}

#englishTermsWrap,
#frenchTermsWrap,
#germanTermsWrap,
#spanishTermsWrap,
#russianTermsWrap,
#portTermsWrap,
#czechTermsWrap,
#termsError {
    display: none;
}

#emailWrap,
#emailWrapTwo {
    font-weight: 600;
}

#emailWrapTwo {
    margin-bottom: 20px;
}

.bgWrap {
    margin-bottom: 10px;
}

.bgWrap img {
    border-radius: 8px;
    height: auto;
    width: 100%;
}

div#termsError {
    padding: 12px 24px;
    font-size: 14px;
    margin-bottom: 12px;
    background: #ffff;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 1px;
}

.redButton {
    float: right;
}

