main {
    background-color: #000;
}

#captcha_error {
    margin: 10px 0;
    color: red;
    display: none;
}

.consultation-prompt {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.content {
    background-color: #000000;
}

.form-group label {
    color: #ffffff;
}

#mobile_header {
    background-color: rgb(51, 51, 51);
    padding-top: 35px;
    margin: 0;
}

#mobile_header img {
    padding: 0;
}

#mobile_header p {
    font-size: 30px;
    color: white;
    margin: 25px 0 0 0;
}

#nfmenu-mobile .nfmenu .submenu > li.menu-item {
    margin: 10px;
}

#nfmenu-mobile div.title a {
    font-size: 16px;
}

.register-section .register-body .cell-phone {
    text-align: center;
    float: left;
    width: 45%;
}

.register-section .register-body .cell-phone h2 {
    padding: 0 20px 50px;
    text-transform: uppercase;
    font-size: 38px;
    word-wrap: break-word;
}

.register-section .register-body .register-details {
    width: 55%;
    margin: 0 auto;
}

.register-section .register-body .register-details .text {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    width: 80%;
}

.register-section .register-title {
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.register-section.container {
    padding: 40px 0;
    border-radius: 5px;
}

.row.plan p {
    color: #fff;
}

.terms-conditions-root {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.terms-conditions-root a {
    color: inherit;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-decoration: underline;
}

@media (max-width: 576px) {
    .register-section .register-title img {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .row.plan {
        background-image: url("/static/img/chevron-down-bg1.png");
        background-position: center center;
        background-repeat: no-repeat;
    }
}
