@font-face {
    font-family: Helvetica Neue LT;
    src: url(/assets/fonts/helvetica-neue-lt-geo-75-bold.ttf);
}

@font-face {
    font-family: Helvetica Neue LT GEO;
    src: url(/assets/fonts/helvetica-neue-lt-geo-55-roman.ttf);
}

@font-face {
    font-family: FiraGOUPP-MEDIUM;
    src:url(/assets/fonts/FiraGOUPP-Medium.ttf)
}

@font-face {
    font-family: FiraGOUPP-SEMI-BOLD;
    src:url(/assets/fonts/FiraGOUPP-SemiBold.ttf)
}

#register-modal {
    z-index: 9999;
}

#register-modal .modal-content {
    border-radius: 30px;
    max-width: 926px;
}

#register-modal .modal-body {
    padding-bottom: 0;
}

#register-form-step1 {
    margin-top: 40px;
}

#register-form-step2 {
    margin-top: 72px;
}

#register-modal .form-label {
    font-size: 15px;
    margin-bottom: 12px;
    margin-left: 10px;
    font-family: Helvetica Neue LT GEO;

}

#register-modal .form-control {
    border-radius: 5px;
    padding-left: 21px;
    height: 49px;
    background-color: #FAFAFA;
    box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.09);
    border: 1px solid #D9D9D9;
    width: 442px;
}

#register-modal .form-control:focus {
    border: 1px solid #363752;
    background-color: #FAFAFA;
    box-shadow: none;
    box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.19);
}

#register-modal .form-control::placeholder {
    color: #ABABAB;
    font-family: Helvetica Neue LT GEO;
}

.welcome-text {
    font-family: Helvetica Neue LT;
    font-size: 27px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: -0.02em;
    margin-top: 20px;
    padding-top: 2px;
}

.promo-text {
    font-family: Helvetica Neue LT GEO;
    font-size: 27px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: -0.02em;
    margin-top: 20px;
    padding-top: 8px;
}

.password-text {
    font-family: Helvetica Neue LT GEO;
    font-size: 27px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: -0.02em;
    margin-top: 20px;
    padding-top: 2px;
}

.next-button {
    border-radius: 8px;
    height: 49px;
    background-color: #E3423E;
    width: 442px;
    font-size: 15px;
    font-family: FiraGOUPP-MEDIUM;
}

.border-text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #D2D2D2;
    line-height: 0.1em;
    margin: 30px 0 27px;
}

.border-text span {
    font-family: Helvetica Neue LT GEO;
    background: #fff;
    padding: 0 10px;
    font-size: 15px;
    color: #363752;
    padding-bottom: 20px;
}

.right-side {
    background-color: #F2F5F7;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.modal-body {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 0;
}

.left-side {
    padding-top: 25px
}

.form-group-email {
    margin-bottom: 33px;
}


.women-text {
    font-family: Helvetica Neue LT GEO;
    margin-top: 20px;
    color: #737373;
    font-size: 14px;
    text-align: center;
    margin-left: 20px;
}

.step.active .step-number {
    border: 2px solid #041731;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    background-color: #041731;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 11px;
    color: #FFFFFF;
    padding: 4px;
}

.step.previous .step-number {
    border: 2px solid #041731;
    background-color: #FFFFFF;
    color: #041731;
}

.step.previous .step-number:after {
    background: #041731;
}

.step .step-number {
    border: 2px solid #D4D4D4;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    background-color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 11px;
    color: #B6B6B6;
    padding: 4px;
    position: relative;
}

.step.active .step-text {
    font-family: FiraGOUPP-MEDIUM;
    font-size: 12px;
    color: #363752;
    font-weight: normal;
    margin-left: -43px;
    text-align: center;
}

.step.previous .step-text {
    color: #363752;
}

.step .step-text {
    font-family: FiraGOUPP-MEDIUM;
    font-size: 12px;
    color: #ACAFB1;
    font-weight: normal;
    margin-left: -26px;
    text-align: center;
    padding-top: 10px;
}

.step-number:not(.last):after {
    content: "";
    width: 47px;
    height: 2px;
    background: #D5D5D5;
    top: 50%;
    position: absolute;
    margin-left: 7px;
}

.step.active .step-number:after {
    margin-left: 8px;
}

.step-text.first {
    margin-left: -36px !important;
}

/*.steps:last-child .step .step-number:after{*/
/*  content: "";*/
/*  width: 94px;*/
/*  height: 2px;*/
/*  background: #D5D5D5;*/
/*  top: 50%;*/
/*  position: absolute;*/
/*  margin-left: 7px;*/
/*}*/

/*#step2:after{*/
/*  content: "";*/
/*  width: 94px;*/
/*  height: 2px;*/
/*  background: #D5D5D5;*/
/*  top: 50%;*/
/*  position: absolute;*/
/*  margin-left: 7px;*/
/*}*/
/*#step2:after{*/
/*  content: "";*/
/*  width: 94px;*/
/*  height: 2px;*/
/*  background: #D5D5D5;*/
/*  top: 50%;*/
/*  position: absolute;*/
/*  margin-left: 7px;*/
/*}*/


.steps {
    margin-left:18px;
    padding-left: 8px;
    margin-top: 65px !important;
}


.btn-google {
    background: #FFFFFF !important;
    color: #363752 !important;
    border: 1px solid #C4C4C4 !important;
    border-radius: 8px;
    width: 100%;
    height: 48px;
    font-size: 15px;
    font-weight: bold;
    padding-top: 11px;
}

.btn-google:active:hover {
    border-color: #dd4b39 !important;
}

.mobile-close {
    display: none;
    position: absolute;
}

.mobile-close:hover {
    cursor: pointer;
}

.mobile-image {
    display: none;
    margin: auto;
}

.mobile-image:hover{
    cursor: pointer;
}


.women-image {
    margin-top: 71px;
    margin-left: 28px;
}

.women-image-1 {
    margin-top: 90px;
    margin-left: 61px;
}

.promo-image {
    margin-top: 80px;
    margin-left: 71px;
}

@media (max-width: 991.98px) {
    .mobile-close {
        display: block;
    }

    .mobile-image {
        display: block;
    }

    .right-side {
        display: none;
    }

    .mobile-welcome-text {
        margin-left: 65px;
        margin-top: -62px;
    }

    .mobile-promo-text {
        margin-left: 65px;
        margin-top: -22px;
    }

    .password-welcome-text {
        margin-left: 65px;
        margin-top: -60px;
    }

    #register-modal .form-label {
        margin-bottom: 4px;
    }

    .button-content {
        margin-bottom: 33px !important;
    }

    #register-form-step3 {
        margin-top: 40px !important;
    }

    .email-verification-text {
        margin-left: 52px !important;
        font-size: 22px !important;
    }

    .success-text {
        margin-left: 52px !important;
        font-size: 22px !important;
    }

    .send-verification-text {
        margin-top: 40px !important;
    }

    .footer-text {
        margin-top: 39px !important;
    }

    #form-email-verification .left-side {
        padding-bottom: 31px !important;
        padding-top: 36px !important;
    }

    #success-form .left-side {
        padding-bottom: 31px !important;
        padding-top: 36px !important;
    }

    .appreciate-container {
        margin-left: unset !important;
        margin-right: unset !important;
    }
}

@media (max-width: 510px) {
    .welcome-text {
        font-size: 22px;
    }

    .password-text {
        font-size: 22px;
    }
}

.social-buttons .col-sm-6 {
    padding-right: 11px;
    margin-bottom: 10px;
    /*margin-right: 10px;*/
}

#register-form-step2 .form-control {
    /*background: url(/assets/register/icons/eye.svg) no-repeat 15px;*/
    /*background-origin: content-box;*/
    background-color: #FAFAFA;
}

.eye-icon-password {
    float: right;
    margin-right: 15px;
    margin-top: -35px;
}

.eye-icon-password:hover {
    cursor: pointer;
}

.eye-icon-repeat {
    float: right;
    margin-right: 15px;
    margin-top: -35px;
}

.eye-icon-repeat:hover {
    cursor: pointer;
}

.left-side .col {
    margin-left: 20px;
}

#page-1 {
    font-family: Helvetica Neue LT GEO;
    border-bottom: 1px solid #3184D0;
    color: #3184D0;
    z-index:10000;
    padding-bottom: 2px;
}

#page-2 {
    font-font: Helvetica Neue LT GEO;
    border-bottom: 1px solid #3184D0;
    color: #3184D0;
    z-index:10000;
}

.form-group-checkbox {
    margin-bottom: 33px !important;
}

.terms {
    margin-top: -33px;
    margin-bottom: 33px;
    font-size: 15px;
}

.form-check-label {
    font-family: Helvetica Neue LT GEO;
    font-size: 15px;
}

#form-promo-code .row {
    margin-right: 20px;
}

.next-button-column {
    padding-right: 8px;
    padding-bottom: 15px;
}

.skip-button-column {
    padding-left: 8px;
}

.skip-button {
    font-family: FiraGOUPP-MEDIUM;
    border-radius: 8px;
    height: 49px;
    background-color: #FFFFFF;
    width: 442px;
    font-size: 15px;
    border: 2px solid #E3423E;
    color: #E3423E;
    text-align: center;
    padding-right: 11px;
}

.skip-button:hover {
    color: #E3423E;
}

#register-form-step3 {
    margin-top: 120px;
}

#register-modal a {
    color: #3184D0;
    border-bottom: 1px solid #3184D0;

}

.image-text {
    font-family: Helvetica Neue LT GEO;
    margin-top: 20px;
    color: #737373;
    font-size: 14px;
    text-align: center;
}

.email-verification-text {
    font-size: 27px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: -0.02em;
    padding-top: 2px;
    margin-left: 10px;
    margin-right: 10px;
}

.send-verification-text {
    margin-top: 76px;
}

.send-message {
    margin: auto;
    max-width: 353px;
}

#form-email-verification .left-side {
    text-align: center;
    padding-bottom: 70px;
    padding-top: 82px;
}

#form-email-verification .left-side .col {
    margin-left: unset;
}

.footer-text {
    margin-top: 87px;
    font-size: 15px;
}

.spam-text {
    margin-top: -15px;
}

.email-image {
    margin-top: 160px;
    margin-bottom: 45px;
    margin-left: 46px;
}

.success-text {
    font-family: Helvetica Neue LT;
    font-size: 27px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: -0.02em;
    padding-top: 2px;
    margin-left: 10px;
    margin-right: 10px;
}

#success-form .left-side {
    text-align: center;
    padding-bottom: 62px;
    padding-top: 120px;
}

#success-form .left-side .col {
    margin-left: unset;
}

.appreciate-text {
    font-family: Helvetica Neue LT GEO;
    margin-top: 46px;
}

.success-image {
    margin-top: 100px;
    margin-bottom: 7px;
    margin-left: 46px;
}

.footer-logo {
    margin-top: 120px;
}

.error-block {
    font-family:Helvetica Neue LT GEO;
    margin-left: 8px;
    font-size: 13px;
    color:#E3423E !important;
}
.social-text {
    font-family: Helvetica Neue LT;
    font-size: 15px;
    position: relative;
    top: 1px;
}

.btn:hover::after {
    height: unset;
    transform: unset;
}

.spinner-border{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}




@media (max-width: 1199.98px) {

    .women-image {
        margin-left: auto !important;
    }

    .women-image-1 {
        margin-left: 30px !important;
    }

    .promo-image {
        margin-left: 30px !important;
    }

    .email-image {
        margin-left: 30px !important;
        margin-bottom: 71px;
    }

    .success-image {
        margin-left: 12px !important;
        margin-bottom: 8px !important;
    }

    .steps {
        width: 380px !important;
        margin-left: 0px !important;
    }

    .steps .step-text {
        font-size: 11px !important;
    }

    .steps .step-text {
        /*margin-left: -47px !important;*/
    }

    #register-modal .form-control {
        width: 100%;
    }

    .next-button {
        width: 100%;
    }

    .left-side .col {
        margin-left: auto
    }

    .next-button {
        width: 100% !important;
    }

    .skip-button {
        width: 100% !important;
    }

    #form-promo-code .row {
        margin-right: -15px !important;
    }

    .next-button-column {
        padding-right: 15px !important;
    }

    .skip-button-column {
        padding-left: 15px !important;
    }

}

.button-content {
    margin-bottom: 84px;
}

#step-form-2 .steps {
    margin-top: 92px !important;
}

@media (min-width: 1199px) {

    .eye-icon-password {
        margin-right: 50px;
    }

    .eye-icon-repeat {
        margin-right: 50px;
    }

}

@media (max-width: 488px) {
    .form-group-checkbox {
        width: 280px !important;
    }
}


