
body{
    overflow-x: hidden !important;
    overflow-y: scroll !important;

}
.errorMessage {
    color: red;
    position: relative;
    top: -17px;
    font-size: 11px;
    left: 2px;
}

.errorTextBottom{
    font-size: 21px;
    color: #FA0707;
    text-align: center;
    position: absolute;
    top: 92%;
    left: 224px;
}
/* summary height css is in its own file summary.php */
.full-section{
    position: relative;
    width: 600px;
    height: auto;
    margin: 0 auto;
    /* text-align: center; */
    padding-left: 58px;
    padding-right: 58px;
    box-sizing: border-box;
    margin-top: 45px;
    margin-bottom: 0px;
    border-radius: 5px;
    background: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 105px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}

.full-section.email{
    padding-left: 56px;
    padding-right: 56px;
}
.full-section.email .step-1-desc{
    position: relative;
    top: -13px;
    color: black;
}
.full-section.account-section,
.full-section.payment-section{
    padding:35px 32px;
}
.full-section.company_name { padding-top: 105px; padding-bottom: 30px} 

.step-title{
    font-size: 20px !important;
}

@media (max-width: 1200px){
	.full-section.company_name {
		padding-top: 23px;

	}
	.full-section.company_name .form-container-2{
		margin-bottom: 154px !important;
	}
	.full-section.company_name .step-title{
		width: 85%;
	}
}

.full-section.subdomain .pseudo-text-url::before {
    position: relative;
    top: 58px;
    color: rgba(0, 0, 0, 0.54);
    left: 23px;
    font-size: 21px;

}
.full-section.subdomain .pseudo-text-url::after {
    position: relative;
    font-size: 21px;
    top: 7px;
    left: calc(83% - 20px);
    color: rgba(0, 0, 0, 0.54);
}

.full-section.subdomain{
    padding-top: 73px;
}
.full-section.subdomain .md-label{
    top: -20px;
    margin-bottom: 0;
}
.full-section.subdomain .md-label > label{
    font-size: 21px !important;
}
.full-section.subdomain .errorMessage{
    top: -140px;
}
@media (max-width: 1200px){
    .full-section.subdomain .errorMessage{
        top: -128px;
    }
    .full-section.subdomain .step-title{
        font-size: 18px !important;
        width: 100%;
    }
    .full-section.subdomain .md-label > label{
        font-size: 14px !important;
    }	
    .full-section.subdomain.pseudo-text-url::before {
        top: 34px;
        left: 23px;
        font-size: 14px;
    }
    .full-section.subdomain .pseudo-text-url::after {
        font-size: 14px;
        top: -3px;
        left: calc(75% - 20px);
    }
    .full-section.subdomain .pseudo-text-url.android::before{
        top: 36px;
    }
    .full-section.subdomain .pseudo-text-url.android::after{
        top: 5px;
    }
    .full-section.subdomain .form-container-3 > div{
        margin-bottom: 20px !important; 
    }
    .full-section.subdomain{
        padding-top: 11px;
    }
    .full-section.subdomain .pseudo-text-url{
        height: 17px !important;
        margin-bottom: 0 !important;
    }
    .full-section.subdomain .form-container-3__2 {
        margin-bottom: 214px !important;
    }
    .full-section.subdomain input{
        padding-left: 22% !important;
        padding-right: 33% !important;
    }
}	

.full-section.profile #container-form > .row:first-child {
    margin-bottom: 0px;
}
.full-section.profile #container-form > .row{
    margin-bottom: 0px;
}
.full-section.profile #container-form > .row:nth-child(4) md-input-container{
    margin-bottom: 0;
}
.full-section.profile #container-form > .row:nth-child(4) .errorMessage{
    top: 7px;
}
.full-section.profile{
    padding-top: 62px;
}
.full-section.profile.error{
    padding-top: 10px;
}
@media (max-width: 1200px){
    .full-section.profile{
        padding-top: 18px;
    }
    .full-section.profile .step-title{
        font-size: 18px !important;
        margin-bottom: 12px;
    }
    .full-section.profile #container-form > .row:nth-child(n+1):nth-child(-n+3) > div{
        margin-bottom: 8px;
    }
    .full-section.profile #container-form > .row .errorMessage{
        top: 7px;
    }
    .full-section.profile .navigation-buttons div{
        margin-top: 0 !important;
    }
    .full-section.profile .step-container{
        margin-bottom: -10px !important;
        margin-top: 73px !important;

    }
    .full-section.profile .step-title{
        margin-bottom: 10px !important;
    }
    .full-section.profile md-input-container{
        margin-bottom: 0 !important;
    }
}

.full-section.profile.error{
    height: 566px;
}
.full-section.summary{
    height: unset;
    padding-top: 41px;
}
.full-section.summary #container-form{
    width: 350px;
    margin: 0 auto;
}
.full-section.summary #container-form input{
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 0;
    box-shadow: none;
}

.full-section.summary #container-form > .row:first-child {
	margin-bottom: 0;
}
@media (max-width: 1200px){
    .full-section.summary{
        /* height: 506px; */
        margin-top:0;
        padding-top: 21px;
    }
    .full-section.summary #container-form > .row > div{
        margin-bottom: 9px;
    }
    .full-section.summary #container-form{
        width: 100%;
    }
    .full-section.summary #container-form > .row{
        margin-bottom: 2px;
    }
    .full-section.summary input{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .full-section.summary .step-container{
        margin-bottom: 4px !important; 
        margin-top: -16px;
    }
    .full-section.summary .navigation-buttons div{
        margin-top: 0 !important;
    }
    .full-section.summary .last-data-summary{
        margin-bottom: 50px !important;
    }
    .full-section.summary label{
        font-size: 13px !important;
    }
    .full-section.summary input{
        border-color: #b7b7b7 !important;
    }
    .full-section.summary .step-title{
        margin-bottom: 5px !important;
        font-size: 13px !important;
    }
    .full-section.summary md-input-container{
        margin-bottom: 0;
        padding: 0;
    }
    .errorMessage{
        top: 5px;
    }
    .errorMessage.subdomain{
        top: 6px;
    }
    .errorMessage.email{
        /*! top: 40px; */
    }
    .full-section .button {
        padding: 7px 25px !important;
        min-height: 38px;
        font-size: 14px;
        box-shadow: 0px 6px 7px rgba(0,0,0,.25);
    }
}

.contact-container{
    padding: 0 !important;
    margin: 0 !important;
}

.flex-control-nav{
    bottom: 0;
}

.full-section .button {
    padding: 10px 12.5px!important;
    box-sizing: border-box;
    margin: 0 !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    width: 100px;
    min-height: 45px;
    line-height: 10px;
    border-radius: 10px;
    outline: 0 !important;
    min-width: 150px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%);
    border-radius: 5px;
    min-height: 40px;
}
.full-section .input{
    width: 120px;
}
.full-section .input-error{
    border-color: #ED1C24 !important;
    box-shadow: 0 1px 5px rgba(255,24,0,0.1) !important;
}
.full-section input:not([type="button"]),
.full-section select:not([type="button"]) {
    border: 1px solid rgba(78, 47, 47, 0.12);
    padding: 8px 15px;
    border-radius: 5px;
    font-family: "Roboto";
    font-size: 16px;
    height: 40px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.full-section select:not([type="button"]){
    background-image: url('../images/select-arrow.svg');
    background-repeat:no-repeat;
    padding: 0.25rem 1rem;
    -webkit-appearance: none;
  -moz-appearance: none;
  background-position: calc(100% - 15px) calc(50% - 3px);
}
.full-section input:not([type="button"]):focus{
    border: 1px solid transparent !important;
    box-shadow: 0 0 4px 0 #FF8902;
    outline:none;
}
.full-section input:not([type="button"])::placeholder{
    color: #6A7C92;
}
.full-section input:not([type="button"]):-ms-input-placeholder{
    color: #6A7C92;
}

md-input-container{
    margin-bottom: 22px;
}
.full-section h1{
    color: #010101;
    font-size: 24px;
}

.misc-section h1{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #1E1666;
    margin-bottom:40px;
}
.misc-section .section-title{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 11px;
}
.full-section label{
    color: #959595;
    font-size: 12px !important;
    transform: scale(1) !important;
}
.registration-process{
    display: flex;
    position: relative;
    width: 21%;
    margin: 0 auto;
    justify-content: space-between;
}
.payment-section .form-container .col-6:first-child{
    padding-right:10px;
}
.payment-section .form-container .col-6:last-child{
    padding-left:10px;
}
svg line.active{
    stroke: #FF8900;
}
.regis.step {
    position: relative;
    z-index: 2;
    background: #B7B7B7;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Futura" !important;
    font-weight: normal;
}
.regis.step div{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.regis.step span *{
    margin: auto auto;
}
.regis.step.active{
    background: rgb(255, 137, 0);
}
.regis.step::after{
    color: #B7B7B7 !important;
    font-family: "Futura";
    font-weight: normal;
}
.regis.step.active::after{
    color: rgb(255, 137, 0) !important;
}
.sign-up-bg{
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 120px;
    width: 100vw;
    object-fit: cover;
}
.navigation-buttons{
    width: 100%;
}
.flex-control-nav{
    margin-left: -21px;
}
.flex-control-paging li a{
    width: 10px;
    height: 10px;
}
.flex-control-paging li a:not(.flex-active){
    background: #E3E8F2 !important;
}

.contact-container.container{
    width: 100% !important;
}
.regis.step.s1::after {
    position: absolute;
    content: 'Plan & Pricing';
    font-size: 16px;
    width: 200px;
    top: calc(92% + 9px);
    left: calc(50% - 100px);
}
.regis.step.s2::after {
    position: absolute;
    content: 'Account Details';
    font-size: 16px;
    width: 200px;
    top: calc(92% + 9px);
    left: calc(50% - 100px);
}
.regis.step.s3::after {
    position: absolute;
    content: 'Payment Summary';
    font-size: 16px;
    width: 200px;
    top: calc(92% + 9px);
    left: calc(50% - 100px);
}

#container-form > .row:first-child{
    margin-bottom: 79px;
}
.full-section.email.error .step-1-desc {
	position: relative;
	top: -11px;
	/*! margin-bottom: 2px; */
	left: 1px;
}
.full-section .button.button-orange.btnloading {
    width: 100% !important;
    position: relative;
    padding: 10px !important;
}
.full-section .btn-group-vertical{
    border: 0px;
    box-sizing: border-box;
    border-radius: 5px;
}
.full-section .btn-group-vertical .btn{
    background: transparent;
    color: #000;
    height: 41px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    position:relative;
    padding-left: 50px;
    padding-right: 50px;
    border-color: #ddd;
}
.full-section .plan-total-section{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 35px;
    margin-bottom: 31px;
    padding: 21px 0px;
}
.full-section .plan-total-section > div{
    padding:0 17px;
}
.full-section .plan-total-section .plan-grandtotal{
    border-top: 1px solid #DDDDDD;
    margin-top: 35px;
    padding: 24.5px 17px;
    display: flex;
    padding-bottom: 0;
}
.full-section .plan-total-section .plan-grandtotal .left-text{
    font-family: "Roboto";
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
.full-section .plan-total-section .plan-grandtotal .right-text{
    margin-left: auto;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #000000;
}
.full-section .plan-total-section .plan-total-item,
.full-section .plan-total-section .plan-total-item label.billing-name{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 19px;
    color: #000000;
    margin-bottom: 0;
}
.full-section .plan-total-section .plan-total-item{
    display: flex;
}
.full-section .plan-total-section .plan-total-item .item-total{
    margin-left: auto;
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: #000000;
}
.full-section .plan-total-section .plan-total-item{
    margin-bottom:20px;
}
.full-section .plan-total-section .plan-total-item .total-desc{
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    text-align: right;
    color: #6A7C92;
}
.full-section .plan-total-section .plan-total-item .custom-switch{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    padding-left:42px;
}
.full-section .plan-total-section .plan-total-item .custom-control-label::before{
    background: #DDDDDD;
    height:22px;
    width:38px;
    border-radius: 15px;
    left: -42px;
    border-color: #ddd;
    top: -4px;
    outline: none;
    box-shadow: unset;
}
.full-section .plan-total-section .plan-total-item .custom-control-label::after{
    width:17.68px;
    height:17.68px;
    background:#fff;
    left: -40px;
    top: -2px;
}
.full-section .plan-total-section .plan-total-item .custom-control-label{
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #00C4BB;
    min-height: 14px;
}
.full-section .plan-total-section .plan-total-item .custom-control-label .annual-text-on{
    color:#000;
}
.full-section .plan-total-section .plan-total-item .custom-switch .custom-control-input:checked ~ .custom-control-label::after{
    -webkit-transform: translateX(18px);
    transform: translateX(18px);
}
.full-section .plan-total-section .plan-total-item .custom-switch .custom-control-input:checked ~ .custom-control-label::before{
    background:#00C4BB;
}
.full-section .btn-group-vertical .btn .img-wrapper{
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.full-section .plan-referral-item .input-group{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 5px;
}
.full-section .plan-referral-item .input-group input{
    border: 0;
    box-shadow: none;
}
.full-section .plan-referral-item .input-group input{
    border: 0 !important;
    box-shadow: none;
}
.full-section .plan-referral-item .input-group .btn{
    height:100%;
    border: 0;
    align-items: center;
    display: flex;
    background: transparent;
    color: #1E1666;
}
.full-section .plan-referral-item .input-group .btn:hover{
    color:#4054B2;
    background:transparent;
}
.full-section .plan-referral-item .input-group .btn:focus{
    outline:none;
    box-shadow:none;
}
.full-section .tnc-section .form-check{
    display: inline-flex;
    align-items: center;
    margin: 0 auto;
}
.full-section .tnc-section .form-check input{
    height: auto;
    line-height: 1;
    margin-top: 0;
}
.full-section .tnc-section .form-check .custom-control-label::before,
.full-section .tnc-section .form-check .custom-control-label::after{
    top:0;
}
.full-section .tnc-section .form-check .custom-control-input:checked ~ .custom-control-label::after{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231E1666' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.plan-promo-item .promo-coupon-wrapper{
    display:inline-block;
    margin-left:16px;
    position:relative;
    padding-right: 15px;
}
.plan-promo-item .promo-coupon-wrapper .promo-coupon{
    background-color: #1E1666;
    box-sizing: border-box;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding:8px 18px;
    position:relative;
}
.plan-promo-item .promo-coupon-wrapper .promo-coupon:before{
    content:'';
    background-image:url('../images/coupon.svg');
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:15px;
    background-repeat:no-repeat;
    z-index:1;
    background-color: #fff;
}
.plan-promo-item .promo-coupon-wrapper .promo-coupon:after{
    content:'';
    background-image:url('../images/coupon.svg');
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    width:10px;
    background-repeat:no-repeat;
    z-index:1;
    background-color: #fff;
    background-position: top right;
}
.plan-promo-item .promo-coupon-wrapper .coupon-remove{
    position:absolute;
    top:0;
    background: #F44336;
    transform: matrix(1, 0, 0, -1, 0, 0);
    width:20px;
    height:20px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content: center;
    right: 0;
    z-index: 2;
    top: calc(50% - 10px);
}
.full-section .plan-total-section .plan-total-item .custom-control-label .discount{
    background: linear-gradient(
270deg
, #0099D6 0%, #00C4BB 100%);
    border-radius: 3px;
    margin-left: 6px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #FFFFFF;
    font-weight: 500;
    padding: 2px 5px;
}
.full-section .plan-total-section .plan-total-item .item-total.promo-amount .discount-percentage{
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #1E1666;
}
@media(min-width: 1200px){
    .form-container-3{
        margin-bottom: 35px !important;
    }    	

    .row.detail-form md-input-container{
        margin-bottom: 22px !important;;
    }
}


.row.detail-form md-input-container{
    padding-right: 4px;
    
}

.account-section label.web-addr-right{
    order: 3;
    position: absolute;
    color: rgba(0, 0, 0, 0.54);
    font-size: 16px !important;
    top: 13px;
    right: 16px;
}
.full-section.summary .tnc-section a{
    color: #00C4BB;
}
@media (max-width: 1200px){
    .full-section.email .step-1-desc{
        position: relative;
        top: 8px !important;
    }
    .registration-process{
        width: 256px;
        
    }
    .form-container-3{
        margin-bottom: 0 !important;
    }
    .navigation-buttons > div{
        margin-top: 35px !important;
    }
    .row.form-container-1{
        margin-bottom: 0px !important;
    }
   
    .full-section.company_name .form-container-2{
        margin-bottom: 225px !important;
    }

    .regis.step.s3:after, .regis.step.s2:after, .regis.step.s1:after{
        font-size: 14px !important;
            top: calc(92% + 13px);
    }
    .regis.step{
        width: 36px;
        height: 36px;
        padding-left: 1px;
        font-size: 18px;
    }
    .big-text{
        font-size: 25px;
        margin-top: 0px;
        margin-bottom: 24px;
    }
    .regis.step.s1::after {
        left: calc(-50% - 72px);
    }
    .regis.step.s2{
        margin-left: 0;
    }
    .regis.step.s2::after {
        left: calc(-50% - 67px);
    }
    .regis.step.s3::after {
        left: calc(-50% - 65px);
    }
    .registration-process svg{
        top: 8px !important;
    }
    .full-section{
        margin-top: 45px;
        width: 355px;
        height: 466px;
        padding-top: 5px;
        padding-bottom: 18px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .step-title{
        font-size: 20px !important;
    }
    .full-section input:not([type="button"]),
    .full-section select:not([type="button"]){
        padding-top: 7px !important;
        padding-bottom: 7px !important;
        font-size: 14px;
    }
    .full-section .btn-group-vertical .btn{
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #000000;
    }
    .full-section .plan-total-section .plan-total-item .item-total{
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 21px;
        text-align: right;
        color: #000000;
    }
    .full-section .plan-total-section .plan-total-item .item-total.promo-amount{
        font-size:14px;
    }
    .full-section .plan-total-section .plan-total-item .item-total.promo-amount .discount-percentage{
        font-size:12px;
    }
    .full-section .plan-total-section .plan-total-item .total-desc{
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 12px;
        text-align: right;
        color: #6A7C92;
    }
    .full-section .plan-total-section .plan-total-item.plan-item-billing .item-total{
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        text-align: right;
        color: #000000;
    }
    .full-section .plan-total-section .plan-total-item .custom-switch{
        margin-left: 11px;
    }
    .full-section .plan-total-section .plan-total-item .custom-control-label{
        font-size:10px !important;
        width:75px;
    }
    .full-section .plan-item-billing .item-name{
        align-items: center;
        display: flex;
    }
    .full-section .plan-item-billing .item-name{
        align-items: center;
        display: flex;
    }
    .full-section .plan-total-section .plan-total-item .custom-control-label::before{
        top:2px;
    }
    .full-section .plan-total-section .plan-total-item .custom-control-label::after{
        top:4px;
    }
    .full-section .plan-referral-item .input-group .btn{
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #1E1666;
    }
    .full-section .plan-total-section .plan-grandtotal{
        margin-top: 25px;
        padding: 20px 17px;
        padding-bottom: 0;
    }
    .full-section .plan-total-section .plan-grandtotal .left-text{
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        color: #000000;
    }
    .full-section .plan-total-section .plan-grandtotal .right-text{
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        text-align: right;
        color: #000000;
    }
    .full-section .plan-total-section .plan-total-item, .full-section .plan-total-section .plan-total-item label.billing-name{
        font-style: normal;
        font-weight: 500;
        font-size: 14px !important;
        line-height: 16px;
        color: #000000;
    }
    .full-section .plan-total-section .plan-total-item .custom-control-label .discount{
        display:inline-block;
        margin-left:0;
        font-size: 10px;
    }
    .full-section .plan-total-section .plan-referral-item label.billing-name{
        width:50px;
    }
    .plan-promo-item .promo-coupon-wrapper .promo-coupon{
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        color: #FFFFFF;
    }
    .plan-promo-item .promo-coupon-wrapper{
        margin-left:5px;
    }
    .plan-promo-item .promo-coupon-wrapper .promo-coupon:before,
    .plan-promo-item .promo-coupon-wrapper .promo-coupon:after{
        background-size:cover;
    }
    .full-section .plan-total-section .plan-promo-item .item-name{
        display:flex;
        align-items:center;
    }
    .full-section.summary .tnc-section label{
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 13px;
        color: #000000;
    }
    .full-section label{
        font-size: 12px !important;
    }
    .form-container-1{
        margin-bottom: 130px !important;;
    }
    .step-container{
        margin-bottom: -50px
    }
    .errorTextBottom {
        font-size: 16px;
        text-align: center;
        top: 70%;
        left: unset;
        width: 100%;
    }
    .sign-up-bg{
        top: 75px;
    }
    html, body{
        width: 100vw !important;
    }
    .misc-section [class*="col-md-"]{
        margin-bottom: 20px;
    }

    body{
        background: url(../images/mobile-bg-2.png);
        background-position-y: 50px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .row.detail-form > div{
        margin-bottom: 20px !important;
    }
    .account-section label.web-addr-right{
        top:12px;
    }
    .account-section label.web-addr-right{
        font-size:12px !important;
    }
    .misc-section .section-title{
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
    }
    .payment-section .form-container{
        margin-bottom:19px;
    }
    .payment-section.full-section .input{
        width:auto;
    }
    .misc-section h1{
        font-size:14px;
    }
}

.input.center-button{
    margin: 0 auto;
}

.errorMessage.subdomain{
    /*! height: 0px; */
    /*! left: 15px; */
}

.step-title{
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    visibility: hidden;
    font-size: 11px !important;;
}
.full-section input:not([type="button"]):focus ~ .step-title{
    visibility: visible;
    display: block;
    position: absolute;
    opacity: 1;
    font-size: 10px !important;;
    background: white;
    left: 14px;
    top: -3px;
    transition: 100ms all;
    padding: 0 5px;
    font-family:"Roboto";
    color: #000000;
}
.row.detail-form > div {
	display: flex;
	flex-basis: 100%; 
    padding-left: 5px;
    padding-right: 5px;
}
.row.detail-form md-input-container{
    padding:0 10px;
    width:50%;
}
.row.detail-form input{
    width: 100%;
}
.row.detail-form .errorMessage{
    top: 51px !important;
    position: absolute;
}
.row.number-of-user > div{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.row.number-of-user md-input-container{
    margin-bottom: 0 !important;
    width: 50%
}


.number-of-user-icon{
    width: 11px;
    height: 14px;
    position: absolute;
    left: calc(100% - 11px - 18px);
    top: calc(50% - 7px);
}
.errorMessage.number-user{
    position: absolute;
    top: 52px;
}
.btn-next-wrapper{
    margin-top: 35px; 
    margin-bottom: 10px; 
    padding-right: 0px;
}
.tooltip-pricing .tooltip-inner{
    text-align:left;
}
@media (max-width: 1200px){
    .full-section .button.button-orange{
        padding: 5px 25px !important;
    }

    .full-section input.input-error:not([type="button"]) {
        border-color: #ED1C24 !important;
        box-shadow: 0 1px 5px rgba(255,24,0,0.1) !important;
    }
}
#lastname ~.errorMessage{
    left: 5px;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
    
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 15px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.4); 
    border-radius: 15px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4);
  }

  @media(max-width:992px){
    .full-section.account-section{
        padding:25px 10px;
        margin-top:0px;
    }
    .account-section h1{
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #1E1666;
        margin-bottom: 34px;
    }
    .full-section input:not([type="button"]):focus ~ .step-title{
        top:-4px;
    }
    .btn-next-wrapper{
        margin-top:10px;
    }
  }