body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Roboto', sans-serif !important;
}
.logo-auth{
    height: 100px;
}
.showMobile{
    display: none;
}
@media screen and (max-width: 768px){
    .logo-auth{
        height: 50px;
    }
    .showMobile{
        display: block;
    }
    .hideMobile{
        display: none;
    }
}
.btn-outline{
    border: 1px solid #d2d6de;
}
.right-col {
    background-color: #fff;
}
.right-col label {
    color: #000;
    font-weight: normal;
}
.wizard > .content {
    background: #fff !important;
}
.wizard>.steps .current a, .wizard>.steps .current a:active, .wizard>.steps .current a:hover {
    background: #fff;
    color: #6a6c6f;
}
.wizard>.steps .error a, .wizard>.steps .error a:active, .wizard>.steps .error a:hover {
    background: #d9534f;
    color: #fff;
}
.wizard>.steps .done a, .wizard>.steps .done a:active, .wizard>.steps .done a:hover {
    background: #0b64a8;
}
.wizard>.steps .disabled a, .wizard>.steps .disabled a:active, .wizard>.steps .disabled a:hover {
    background: #2184be;
    color: #fff;
}
.form-header{
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
legend {
    color: #6a6c6f;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.select2{
    width: 100% !important;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border-radius: 0px 5px 5px 0px;
}
.right-col-content-register{
    padding: 0 23%;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .right-col-content-register{
        padding: 0% 5%;
    }
    .wizard .steps a{
        font-size: 13px;
    }
}
.input-group .input-group-addon, .file-caption {
    border-radius: 5px 0px 0px 5px;
}
.wizard>.content>.body input {
    border-radius: 0px 5px 5px 0px;
}
.wizard>.content>.body label.error {
    font-weight: normal;
    margin: 5px 0 0 0px !important;
    font-size: 13px;
}
.right-col a, .text-white a {
    color: #6a6c6f;
    font-weight: 500;
    font-size: 14px;
}
.right-col a:hover, .text-white a:hover {
    color: #1268ab;
}
.wizard>.content {
    min-height: 250px;
    padding-top: 10px;
    margin-bottom: 0;
    border-radius: 5px 5px 0px 0px;
}
.wizard>.actions{
    width: auto;
    background: #fff;
    padding: 0 10px 20px;
    margin: 0 0.5em;
}
.wizard>.actions>ul {
    width: 100%;
    padding: 0 30px;
}
.wizard>.actions>ul>li {
    width: 100%;
}
.wizard>.actions a{
    text-align: center;
}
.wizard>.actions .disabled a{
    display:none;
}
.wizard>.content>.body {
    width: 100%;
    height: 100%;
}
/* Login */

.right-col-content{
    padding: 0% 33%;
}
.switch-account-content{
    padding: 0% 22%;
}
#login-form{
    background: #fff;
    border-radius: 6px;
    padding: 20px 8%;
}
@media screen and (max-width: 768px) {
    .right-col-content{
        padding: 0% 10%;
    }
    #login-form{
        padding: 0;
    }
    .right-col-content-register .form-header{
        font-size: 18px;
    }
}
.websiteLink img{
    height: 80px;
}
.rowService .col-sm-12, .rowService .col-sm-12 p{
    text-align:center;
}
.websiteLink .col-xs-8 p{
    margin-top: 20px;
    font-weight: bold;
    color: #df5813;
    text-align: left;
}
@media screen and (max-width: 576px){
    .switch-account-content {
        padding: 0% 5%;
    }
    .websiteLink .col-xs-8{
        padding: 0;
    }
    .websiteLink img{
        height: 68px;
    }
    .websiteLink .col-xs-8 p{
        margin-top: 0px;
    }
    .websiteLink .col-xs-8 p, .rowService .col-sm-12, .rowService .col-sm-12 p{
        text-align:left !important;
    }
}
#login-form h4{
    color: #000;
    margin: 20px 0;
    font-size: 24px;
    /* font-weight: bold; */
}
#login-form .subtext{
    text-align: center;font-size: 18px;margin-bottom: 15px;
    font-weight: bold;
    color: #df5813;
}
.subtext2{
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
#login-form input{
    height: 40px;
    border-radius: 5px;
}
.btn-login{
    border-radius: 5px !important;
    width: 100%;
    padding: 10px 0px !important;
}

@media screen and (max-width: 768px) {
    #login-form h4{
        font-size: 18px !important;
    }
    #login-form .subtext{
        font-size: 17px !important;
    }
    #login-form input{
        height: 34px !important;
    }
    .btn-login{
        padding: 6px 0px !important;
    }
}

.simple-page-footer{
    margin-top: 25px;
}
.simple-page-footer a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.simple-page-footer p {
    text-align: center;
    margin-bottom: 24px;
}
.simple-page-footer small {
    margin-right: 16px;
    color: #000;
}
.btnHome {
    color: #000 !important;
    font-size: 18px;
}
.btnHome:hover{
    background: #fff;
    color: #626262 !important;
}
.wizard>.steps{
    display:none;
}
#business_register_form legend{
    margin-left: 15px;
}
.rowSwitch{
    padding: 1px 10px 2px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}
.switch_account{
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
.rowSwitch .form-group{
    padding: 12px 0 2px;
    border-bottom: 1px solid #eee;
}
.rowSwitch .form-group:last-child{
    border-bottom: 0;
}
.switch_account .checkbox{
    /* padding: 13px 10px 10px;
    border: 1px solid #d7d7d7; */
    border-radius: 5px;
    margin: 0px 0;
    cursor: pointer;
}
.switch_account img{
    width: 35px;
    height: 35px;
    float: left;
    object-fit: contain;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 1px;
}
.switch_account h3{
    /*margin: 0px 35px 6px;*/
    margin: 0px 5px 6px;
    font-weight: bold;
    font-size: 15px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.switch_account p{
    margin: 0 35px 0;
    font-size: 13px;
    color: #777;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.switch_account i{
    position: absolute;
    right: 10px;
    /*top: 10px;*/
    top: 1px;
    color: #636363;
    font-size: 15px;
}
.google-signin{
    margin-bottom: 30px;
    text-align: center;
}
.google-signin a{
    border-radius: 50px;
    border: 1px solid #d7d7d7;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
}
.google-signin img{
    width: 15px;
    margin-bottom:3px;
    margin-right:5px
}
.yourSubdomain{
    margin-top: 10px;
}
.yourSubdomain label{
    font-weight: bold;
}
.yourSubdomain .form-control{
    border-radius: 5px 0px 0px 5px !important;
}
.yourSubdomain .input-group-addon{
    border-radius: 0px 5px 5px 0px !important;
}
.rowService{
    padding: 20px;
    border-radius: 10px;
    /* border: 1px solid rgb(0 56 97 / 6%); */
    box-shadow: 0 0 40px 0 rgb(0 56 97 / 6%);
    margin-bottom: 20px;
}