.login-box-main {
    display: table;
    width: 100%;
}

.height-vh {
    height: 90vh;
}

.gray-bg {
    background: #f7f7f7;
}

.page-section-ptb {
    padding: 100px 0;
    
}

.login-box-main-middle {
    display: table-cell;
    vertical-align: middle;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.login-box-left {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
    height: 100%;
    border-radius: 10px 0 0px 10px;
}

.white-bg {
    background-color: #fff;
}

.login-box-left .logo-small {
    margin-left: 30px;
}

img.logo-small {
    height: 40px;
    margin: 30px 0;
    position: relative;
}

.login-box-main .nav li {
    margin-bottom: 5px;
}

.login-box-left li.active a,
.login-box-left li a:hover {
    border-left: 5px solid #d03536;
    color: #d03536;
}

.login-box-main .nav li a {
    display: block;
    text-align: left;
    color: #323232;
    background: transparent;
}

.login-box-main .nav li.active a {
    display: block;
    text-align: left;
    color: #f6de02;
    background: transparent;
}

.login-box-main .nav li a {
    padding-left: 30px;
    font-size: 16px;
    float: left;
    color: #fff;
}

.login-box-main .nav li a i {
    display: inline-block;
    padding-right: 6px;
    text-align: left;
    margin-bottom: 10px;
}

[class^="ti-"],
[class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-user:before {
    content: "\e602";
}

[class^="ti-"],
[class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-pencil-alt:before {
    content: "\e61d";
}

.pos-bot {
    position: absolute;
    bottom: 0;
    /* width: 100%; */
}

.pl-30 {
    padding-left: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.social-icons ul {
    padding: 0;
}

.social-icons li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 8px 8px 0;
}

.social-icons li a {
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: black;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icons li:last-child {
    margin-right: 0;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.login-box-main .theme-bg {
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.login-box-main .sign-up-center {
   
}

.login-box-main .login-center {
    height: 500px;
}

.theme-bg {
    background: #d03536;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}


.login-box {
    padding: 30px;
    /*height: 100%;*/
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
    border-radius: 0px 10px 10px 0px;
}

.text-white {
    color: #fff!important;
}

.remember-checkbox input[type="checkbox"] {
    display: none;
}

.remember-checkbox label {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    cursor: pointer;
}

.remember-checkbox label:before,
.remember-checkbox after:before {
    color: #84ba3f;
}

.remember-checkbox label:before {
    border: 2px solid rgba(0, 0, 0, 0.1);
    content: "";
    height: 20px;
    margin-top: 3px;
    width: 20px;
}

.remember-checkbox label:before,
label:after {
    font-family: FontAwesome;
    font-size: 17px;
    position: absolute;
    top: -3px;
    left: 0;
    padding-left: 2px;
    border-radius: 3px;
}

.remember-checkbox label:after {
    content: '\f00c';
    max-width: 0;
    overflow: hidden;
    opacity: 0.5;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
}

.remember-checkbox a {
    color: #84ba3f;
}

.button-login {
    background: #84ba3f;
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    border: 2px solid #84ba3f;
    cursor: pointer;
}

.section-field label {
    color: #858585;
    font-weight: 100;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.list-inline-item {
    display: inline-block;
}

.login-box-left {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
    height: 100%;
    border-radius: 10px 0 0px 10px;
    height: 430px;
}

.login-box-main .nav li {
    margin-bottom: 5px;
}

.float-right {
    float: right;
}

@media (max-width: 767px) {
    .login-box-left {
        text-align: center;
    }
    .login-box-left .logo-small {
        margin-left: 0;
    }
    .nav {
        padding-left: 0;
    }
}

.error {
    color: red;
    margin-left: 5px;
}

label.error {
    display: inline;
}