/* signup */
.signup-container {
    width: 100%;
    max-width: 500px;
    margin: 110px 0 0 100px;
    height: auto;
    position: relative;
    padding-top: 20px;
    font-size: 18px;
}
.signup-container .logo-div {
    margin-bottom: 50px;
}
.signup-container .logo {
    display: inline-block;
    text-decoration: none;
    outline: none;
    padding: 15px 0;
    margin: 15px 0;
}
.writeup-wrapper {
    padding: 0 25px 10px 0px;
}
.writeup-wrapper h2 {
    color: #099247;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}
.signup-container .p {
    font-size: 20px;
    color: #3E3E3E;
}
.writeup-wrapper h4 {
    margin-top: 25px;
    color: #099247;
    font-size: 20px;
}
.form-fields {
    display: inline-block;
    width: 100%;
}
.form-fields>span {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}
.form-fields .email-text-box {
    background-color: #F8F8F8 !important;
    width: 470px !important;
    height: 52px !important;
    padding: 5px 15px !important;
    border: #191c2c29 solid 0.2px !important;
    
    border-radius: 28px !important;
    color: #191c2c99;
    box-shadow: none !important;
    font-size: 16px !important;
}
span.help{
    display: inline-block;
    font-size: 12px;
    color: #b9003f;
}
.info-help{
    display: inline-block;
    font-size: 12px;
    color: #666;
}
.form-fields .row .email-text-box{
    width: 98% !important;
}
.form-fields select.email-text-box {
    width: 460px !important;
    height: 45px !important;
}
.form-fields .phone-field select {
    display: inline-block;
    vertical-align: middle;
    width: 150px !important;
    margin-right: 17px;
}
.form-fields .phone-field input {
    display: inline-block;
    vertical-align: middle;
    width: 250px !important;
}
.form-fields .email-text-box::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888;
    font-size: 14px;
}
.form-fields .email-text-box::-moz-placeholder {
    /* Firefox 19+ */
    color: #888;
    font-size: 14px;
}
.form-fields .email-text-box:-ms-input-placeholder {
    /* IE 10+ */
    color: #888;
    font-size: 14px;
}
.form-fields .email-text-box:-moz-placeholder {
    /* Firefox 18- */
    color: #888;
    font-size: 14px;
}
.form-fields input.not_valid{
    /* border-color: red !important; */
}
.login-button-div {
    margin-top: 10px;
}
.remind-me-button #signupPage_remindMe {
    background-color: #079247;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    padding: 14px 40px;
    display: none;
    border-radius: 28px;
    user-select: none;
    outline: none;
    border: none;
    width: 100%;
}
.remind-me-button #signupPage_remindMe.back{
    background-color: #f0f0f0;
    margin: 10px 0;
    font-weight: 400;
}
.remind-me-button #signupPage_remindMe i {
    font-size: 24px;
    position: relative;
    top: 5px;
    left: 10px;
    transition: left .5s;
}
.remind-me-button #signupPage_remindMe:disabled,
.remind-me-button .disabled {
    background: #c7c7c7 !important;
    cursor: not-allowed;
    color: #9a9a9a;
    pointer-events: none;
}

.remind-me-button .disabled:hover i {
    left: 10px !important;
}
.remind-me-button #signupPage_remindMe:hover i {
    left: 19px;
}
.remind-me-button .after {
    display: none;
}
.image-container {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 50px 110px 0 250px;
}
.signin-image-part {
    background-size: contain;
    width: 500px;
    height: 416px;
    position: absolute;
    right: 0;
}
.signin-image {
    background-size: cover;
    height: 400px;
    position: absolute;
    right: 0;
}
.signup-button-top {
    display: inline-block;
    position: absolute;
    top: 50px;
    background-color: #099247;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 7px 40px;
    font-size: 16px;
    color: #fff;
    right: 80px;
}
.third-party-logins {
    margin-top: 30px;
    text-align: center;
}
.third-party-logins>div {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
.third-party-logins>div>span {
    display: inline-block;
    vertical-align: middle;
    color: #C1C1C1;
    font-size: 14px;
    padding: 4px 15px;
    background-color: #eff1f3;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
}
.third-party-logins>div>i {
    display: block;
    position: absolute;
    top: 15px;
    height: 2px;
    border-top: #d6d6d6 solid 1px;
    z-index: 1;
    width: 100%;
}
.third-party-logins .signin_with_google {
    display: inline-block;
    width: 191px;
    height: 46px;
    background-size: contain;
    user-select: none;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
.abcRioButton,
.abcRioButton:hover {
    outline: none !important;
    box-shadow: 0 1px 0 1px #ddd !important;
}
#already_subscribed {
    text-align: center;
    width: 450px;
    padding: 40px;
}
#already_subscribed p {
    font-size: 16px;
    line-height: 24px;
}
#weburl {
    margin-top: 120px;
}
#weburl h4 {
    font-size: 20px;
    line-height: 24px;
}
#weburl h4 a {
    display: inline-block;
    font-size: 22px;
    color: #2ca241;
    line-height: 26px;
    margin-top: 15px;
}
#weburl p {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    margin-top: 20px;
}
.opacity-one {
    display: inline-block !important;
}
.email-availabilty {
    position: absolute;
    top: 63px;
    right: 18px;
    cursor: pointer;
    opacity: 0;
}
.domain-availabilty {
    position: absolute;
    top: 115px;
    right: 160px;
    cursor: pointer;
    opacity: 0;
}
.email-availabilty.active,
.domain-availabilty.active {
    opacity: 1;
}
.email-availabilty.text-danger{
    /* background-color: ; */
}
#passwordStrength {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    display: inline-block;
}
.password-rules {
    font-size: 12px;
    color: #a0a0a0;
}
.password-rules ul {
    margin: 0;
}

.strength-container {
    position: absolute;
    right: -285px;
    top: 40px;
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0 0 13px 0 #d4d4d4;
    display: none;
    width: 270px;
    z-index: 9;
}
.strength-container i {
    width: 15px;
    height: 15px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: -8px;
    transform: rotate(45deg);
    border-left: 1px solid #dedcdc;
    border-bottom: 1px solid #dedcdc;
}
.relative {
    position: relative;
}
.signin-form-box{
    display: none;
}
.signup-page-side-layout{
    /* background: var(--assets-mailer-bg-url) no-repeat -40px 440px #191F2C; */
    background-color: #EEEFF1;
    min-height: 100vh;
    overflow: hidden;
}
.signup-page-side-layout .container-fluid{
    font-size: 18px;
    line-height: 24px;
    /* color: #fff; */
    padding: 40px;
}
.get-started-message a{
    color: #079247;
    font-size: 18px;
    cursor: pointer;
    line-height: 30px;
}
.checbox-div{
    margin-top: 20px;
}
.checbox-div input {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
}
.checbox-div label{
    width: 190px;
    vertical-align: top;
    margin-top: -3px;
}
.username-note {
    font-size: 13px;
    color: #666;
}
.margin-top-40{
    margin-top: 40px;
}
.margin-top-80{
    margin-top: 80px !important;
}
.side-write-up{
    margin-top: 50px;
    line-height: 30px;
}
.signup-page-side-layout ul {
    padding-left: 0;
}
.signup-page-side-layout ul li{
    list-style: none;
    background: url("/static/images/tick.e0cdee2be91c.svg") no-repeat left transparent;
    margin-bottom: 15px !important;
    padding-left: 35px;
    background-size: 18px;

}
.side-footer{
    position: absolute;
    padding-right: 90px;
    font-size: 14px;
    line-height: 24px;
    bottom: 20px;
}
.side-footer a{
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.side-footer a:hover{
}
.signup-wrapper{
    background-color: #fff;
    overflow-x: hidden;
}
.action-button{
    margin-top: 15px;
    max-width: 470px;
}
.action-button > span{
    margin-bottom: 20px;
    display: inline-block;
}
.steps-level{
    margin-bottom: 20px;
}
.signin-form-box.step-three{
    width: 740px;
    padding: 0 50px 0 0;
}   
.heading-level-three{
    font-size: 24px;
}
.no-margs{
    margin-right: 0;
    margin-left: 0;
}

.form-help{
    font-size: 12px;
    color: #b9003f;
}
#regForm{
    margin-top: 10px;
}
.spinner-box {
    position: absolute;
}

.login-container .form-fields .relative{
    margin-top: 15px;
}
.login-container span.help{
    display: inline;
}

.custom_modal{
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999;
}
.content-box{
    width: 70%;
    height:88vh;
    margin:70px auto;
    display: block;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.content-box.last-step{
    width:40%;
    height:60vh;
}
.content-box.last-step .signup-page-side-layout{
    /* background-color: #F0BE1A; */
}
.content-box.last-step .signup-page-side-layout .container-fluid{
    display: none;
}
.custom_modal .signup-container{
    margin: 40px 20px 0 20px;
    width: auto;
    max-width: 100%;
    font-size: 15px;
    height: calc(100vh - 200px);
   
}
.custom_modal .signup-container.scroll{
    overflow-y: scroll;
    overflow-x: hidden;
}
.head-liner{
    font-size: 20px;
    margin-bottom: 25px;
}
.custom_modal .form-fields .row .email-text-box {
    width: 100% !important;
}

.custom_modal .signup-page-side-layout ul li{
    font-size: 14px;
}
.custom_modal .remind-me-button #signupPage_remindMe{
    margin-top: 15px;
    /* width: 450px; */
}
.custom_modal .form-help{
    margin-bottom: 10px;
    display: inline-block;
}
.custom_modal .head-label{
    font-size: 20px;
    margin: 0 0 10px;
}
.custom_modal .padtop{
    padding-top: 15px;
}
.custom_modal .padtop2x{
    padding-top: 30px;
}
.custom_modal .padtop3x{
    padding-top: 45px;
}
.custom_modal .form-fields .row textarea.email-text-box{
    resize: none;
    border-radius: 10px !important;
}
.feature-divider{
    border-top: 2px solid #fcfafa;
    margin-top: 15px;
}
.custom_modal .signup-page-side-layout{
    height: calc(100vh- 116px) !important;
}
.billing-address-box{
    margin-top: 15px;
}
::-webkit-scrollbar {
    width: 7px;
    height: 4px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
    background: rgb(221, 239, 253);
    border-radius: 4px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
    background: #099247;
    border-radius: 4px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    background: #F0BE1A;
    border-radius: 4px;
    }

#ein-tooltip{
    display: inline-block;
    vertical-align: text-top;
    text-decoration: none !important;
    background-color: #eee;
    border-radius: 50%;
    padding: 1px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

.iti.iti--allow-dropdown{
    width: 100%;
}

.custom_modal #phone{
    padding-left: 50px !important;
}
.setup-sandbox{
    position: relative;
}
.setup-sandbox .wrapper{
    padding-top: 60px;
    font-size: 20px !important;
    line-height: 30px;
    text-align: center;
}
.setup-sandbox .wrapper svg,
.setup-sandbox .wrapper span{
    display: inline-block;
    vertical-align: middle;
}

.resend-section{
    display: inline-block;
}

.first-name-salutation{
    color: #079247;
}

/* Forgot Password */
.fp-container{
    /* width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: 100vh;
    position: relative;
    padding-top: 150px;
    font-size: 18px;
    background: url("/static/images/signup-complete-bg.e58f3455c1b5.svg") no-repeat center transparent; */
 }
 .fp-container .logo{
    margin-bottom: 30px;
 }
 .fp-container .side-image{
    width: 100%;
    overflow: hidden;
    padding: 50px;
 }
 .fp-container .side-image img{
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    padding-top: 50px;
 }
/* Forgot Password */

@media  (min-width: 1200px) and (max-width: 1500px){
    .side-footer{
        position: relative;
        margin-top: 50px;
        bottom: 0;
        padding-right: 0;
    }
    .margin-top-80{
        margin-top: 40px !important;
    }
    .signup-page-side-layout .container-fluid {
        font-size: 14px;
        line-height: 20px;
    }
    .signup-container {
        width: 100%;
        max-width: 390px;
        margin: 110px 0 0 60px;
        font-size: 14px;
    }
    .form-fields .email-text-box {
        width: 360px !important;
        height: 40px !important;
    }
    .get-started-message a{
        font-size: 14px;
    }
    .custom_modal .remind-me-button #signupPage_remindMe{
        width: 100%;
    }
    .remind-me-button #signupPage_remindMe {
        font-size: 16px;
    }
    .strength-container {
        right: -222px;
        top: 28px;

    }
    .form-fields .relative{
        margin-top: 20px;
    }
}

@media  (min-width: 992px) and (max-width: 1199px){
    .side-footer{
        position: relative;
        margin-top: 50px;
        bottom: 0;
        padding-right: 0;
        font-size: 12px;
        line-height: 20px;
    }
    .side-footer a{
        font-size: 12px;
        line-height: 20px;
    }
    .margin-top-80{
        margin-top: 40px !important;
    }
    .signup-page-side-layout .container-fluid {
        font-size: 14px;
        line-height: 20px;
        padding: 40px 20px;
    }
    .signup-container {
        width: 100%;
        max-width: 390px;
        margin: 110px 0 0 60px;
        font-size: 14px;
    }
    .form-fields .email-text-box {
        width: 360px !important;
        height: 40px !important;
    }
    .get-started-message a{
        font-size: 14px;
    }
    .remind-me-button #signupPage_remindMe {
        font-size: 16px;
    }
    .strength-container {
        left: 240px;
        top: 28px;
        width: 250px;

    }
    .form-fields .relative{
        margin-top: 20px;
    }
    
}

@media  (min-width: 768px) and (max-width: 991px){
    .side-footer{
        position: absolute;
        margin-top: 50px;
        bottom: 0;
        padding-right: 30px;
        font-size: 12px;
        line-height: 20px;
    }
    .side-footer a{
        font-size: 12px;
        line-height: 20px;
    }
    .margin-top-80{
        margin-top: 40px !important;
    }
    .writeup-wrapper h2, .heading-level-three{
        font-size: 16px;
    }
    .signup-page-side-layout .container-fluid {
        font-size: 14px;
        line-height: 20px;
        padding: 40px 20px;
    }
    .signup-container {
        width: 100%;
        max-width: 390px;
        margin: 110px 0 0 60px;
        font-size: 14px;
    }
    .form-fields .email-text-box {
        width: 360px !important;
        height: 40px !important;
    }
    .get-started-message a{
        font-size: 14px;
    }
    .remind-me-button #signupPage_remindMe {
        font-size: 16px;
    }
    .strength-container i {
        left: 230px;
        border:none;
        border-right: 1px solid #dedcdc;
        border-bottom: 1px solid #dedcdc;
        bottom: -8px;
    }
    .strength-container {
        left: 50px;
        top: -155px;
        width: 280px;
    }
    .form-fields .relative{
        margin-top: 20px;
    }
}

@media  (max-width: 767px){
    .signup-wrapper{
         background: var(--assets-mailer-bg-url) no-repeat 170px 340px transparent;
         background-size: cover;
         border-left: 10px solid #099247;
    }
    .signup-container {
        width: 100% !important;
        margin:0 auto !important;
        height: calc(100vh - 100px) !important;
        position: relative;
        padding: 30px;
        font-size: 14px !important;
    }
    .signup-page-side-layout{
        display: none;
    }
    .writeup-wrapper h2{
        margin-top: 50px;
    }
    .form-fields .email-text-box {
        width: 100% !important;
        height: 40px !important;
    }
    .get-started-message a{
        font-size: 14px;
    }
    .remind-me-button #signupPage_remindMe {
        font-size: 16px;
        padding: 8px 40px;
    }
    .strength-container i {
        left: 17px;
        border:none;
        border-left: 1px solid #dedcdc;
        border-top: 1px solid #dedcdc;
        top: -8px;
    }
    .strength-container {
        left: 0;
        top: 88px;
        width: 280px;

    }
    label {
        width: 100%;
    }
    .form-fields .row .email-text-box{
        width: 100% !important;
    }
    .writeup-wrapper h2 {
        font-size: 16px;
        line-height: 24px;
    }
    .strengths{
        display: none;
    }
    .form-fields .relative{
        margin-top: 20px;
    }
}
