.register-ab-test {
    display: none;
}

/* AB Test */

/* header {
    display: none;
}

body {
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 255, 255) 50%, #2B4070 50%);
}

.container {
    max-width: unset !important;
    width: 100%;
}

.register-ab-test {
    display: unset;
}

.login-form-container {
    display: none !important;
}

.pme-nav-logo {
    display: none !important;
}

.pme-nav-logo.register-ab-test {
    display: block !important;
    margin-bottom: 86px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#mainBody {
    min-height: unset !important;
}

#navbarSupportedContent {
    display: none !important;
}

.site-header {
    display: none;
}

.register-form-container {
    padding-bottom: 150px;
    height: 100vh;
}

.register-section {
    max-width: 500px;
}

.register-form-container .hr-or {
    border: none;
    border-top: 1px solid rgba(33, 68, 196, 0.2);
    margin-top: 36px;
    margin-bottom: 36px;
}

.testimonial-container {
    display: flex;
    background: #2B4070;
}

.testimonial-card {
    padding: 32px;
    background: linear-gradient(225deg, rgba(18, 23, 52, 0.48) 0%, rgb(18, 23, 52, 0.48) 100%);
    border-radius: 6px;
    width: 552px;
    max-width: 100%;
}

.testimonial-content-container {
    opacity: 1;
}

.testimonial-star-rating {
    margin-top: 13px;
    margin-bottom: 0px;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.testimonial-author {
    padding-left: 7px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.testimonial-job-title {
    padding-left: 7px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ECECEC;
    opacity: 0.8;
}

.testimonial-content {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ECECEC;
}

#carouselTestimonial {
    min-height: 256px;
}

.carousel-indicators {
    bottom: -15px;
}

.carousel-indicators .active {
    background: white;
}

.social-login-label {
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #121734;
}

.social-login-button {
    display: inline-table;
    margin-right: 8px;
    padding: 12px 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 6px;
}

.social-login-button .icon {
    margin-right: 8px;
}

.login-form .label-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.login-form .label-sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #A7B1C7;
}

.login-form input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #121734;
    padding: 16px;
    border: 1px solid #ECECEC !important;
    border-radius: 6px !important;
}

.login-form input.has-error {
    border: 1px solid #E95757 !important;
    color: #E95757 !important;
}

.login-form small.text-danger {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #E95757;
}

.register-btn {
    margin-top: 10px;
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.login-footer {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #121734;
    margin-top: 8px;
}

.confirm-email-card {
    max-width: 494px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A7B1C7;
}

.confirm-email-card .card-body {
    padding: 32px;
}

.confirm-email-card .label-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #121734;
    margin-bottom: 24px;
}

.confirm-email-card .login-form-divider {
    height: 0;
    border: 1px solid #ECECEC;
    margin-top: 24px;
    margin-bottom: 24px;
}

.confirm-email-card strong {
    color: #000000;
}

.confirm-email-card .login-footer {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A7B1C7;
}

.social-login-button.google:hover {
    background: #5A94F6;
}

.social-login-button.linkedin:hover {
    background: #2D74C8;
}

.social-login-button.facebook:hover {
    background: #5074BE;
}

.pme-footer {
    display: none;
}

@media only screen and (min-height: 1000px) {
    .register-form-container {
        height: auto;
    }
} */