.toolbar_container {
    display: none;
}

.step_1 {
    background: url('/images/accounts/step_1/step-1-background.jpg') repeat-y center 0;
    border-top: 4px solid #8e8e8e;
    border-bottom: 4px solid #8e8e8e;
    min-height: 563px;
}

.step_1 h1 {
    font-size: 20px;
    margin-top: 45px;
}

.service {
    font-size: 0;
    margin-top: 20px;
}

.service img {
    vertical-align: top;
}

.service p {
    width: 91.35135135135135%;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
}

.join-now-form .form-group {
    position: relative;
}

.join-now-form {
    height: 555px;
    background-color: rgba(255,255,255,0.8);
    padding: 50px 40px 0 40px;
    -webkit-box-shadow: 0 0 20px 1px rgba(193,193,193,1);
    -moz-box-shadow: 0 0 20px 1px rgba(193,193,193,1);
    box-shadow: 0 0 20px 1px rgba(193,193,193,1);
}

.join-now-form .form-control {
    height: 40px;
}

.join-now-form select.form-control {
    line-height: 34px;
}

.join-now-form h4 {
    margin-bottom: 30px;
}

.join-now-form button {
    width: 227px;
    height: 45px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 0;
    font-size: 18px;
}

.join-now-form p {
    font-size: 12px;
    margin-bottom: 25px;
}

.join-now-form p a {
    color: #5a5a5a;
    text-decoration: underline;
}

.join-now-form .step1-area-code {
    float: left;
    padding-right: 0;
}

.join-now-form .step1-area-code span {
    border-right: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    line-height: 26px;
    direction: ltr;
}

.join-now-form .step1-phone {
    padding-left: 0;
}

.join-now-form .step1-phone input {
    border-left: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.join-now-form .step1-area-code span,join-now-form .step1-phone input {
    box-shadow: none;
}

form input+.error label.customValidationFirstNameOnFocus {
    right: -240px;
}

form input+.error label.customValidationLastNameOnFocus {
    right: -216px;
}

form input+.error label.customValidationEmailOnFocus {
    right: -285px;
}

form input+.error label.customValidationPhoneOnFocus {
    right: -196px;
}

form input+.error label.customValidationFirstNameSuccess {
    top: 5px;
    right: 405px;
}

form input+.error label.customValidationLastNameSuccess {
    top: 5px;
    right: 405px;
}

form input+.error label.customValidationFullNameOnFocus {
    right: -200px;
    top: -10px;
}

form input+.error label.customValidationFullNameSuccess {
    top: 5px;
    right: 405px;
}

form input+.error label.customValidationEmailOnValidate {
    right: -292px;
}

form input+.error label.customValidationEmailSuccess {
    top: 5px;
    right: 405px;
}

form input+.error label.customValidationPhone {
    right: 0;
}

form input+.error label.customValidationPhoneSuccess {
    top: 5px;
    right: 310px;
}

form input+.error label.customValidationPhoneOnValidate {
    right: -330px;
}

.service p {
    margin-right: 10px;
    margin-left: inherit;
}

.join-now-form button {
    margin-right: auto;
    margin-left: 0;
}

@media(max-width :1199px) {
    .service p {
        width: 89.45054945054945%;
    }
}

@media(max-width :992px) {
    .service p {
        width: 86.08695652173913%;
    }
}