html, body,
#main-body {
    background-color: #FFFFFF !important;
    height: 100%;
}

.btn {
    font-weight: 600;
    padding: 15px 40px;
    border: 0;
    line-height: 1;
    border-radius: 4px;
}

.btn-warning {
    color: #fff;
    background: #f60;
}

.login-body {
    height: 100%;
}

.login-body > .row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
}

.login-body > .row .img-holder {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    min-height: 100vh;
    height: 100%;
    overflow: hidden;
    padding: 60px;
    text-align: center;
    z-index: 999;
}

.login-body > .row .img-holder .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/login.jpg");
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.login-body > .row .img-holder .info-holder {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login-body > .row .form-holder {
    width: calc(100% - 50%);
    height: 100%;
}

.login-body > .row .form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    min-height: 100%;
    background: #fff;
}

.login-body > .row .form-holder .form-content .form-items {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-items .logo {
    margin-bottom: 20px;
}

.form-items .logo img {
    width: 150px;
}

.login-body .form-content h3 {
    color: #3C4858;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
}

.login-body .form-content p {
    color: #3C4858;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
}

.login-body .form-content label {
    color: #3C4858;
}

.login-body .form-content .form-group label {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 2px;
}

.login-body .form-content .form-control {
    background-color: #fff;
    border-radius: 4px;
    color: #8D8D8D;
    height: 52px;
}

.login-body .form-content .btn {
    font-weight: 800;
    line-height: 1;
    font-size: 16px;
    min-width: 200px;
    padding-left: 40px;
    padding-right: 40px;
}

.login-body .form-content .forgot {
    float: right;
}

.login-body .form-content .page-links a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: 300;
    font-size: 15px;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #3C4858;
    font-size: 16px;
}

.login-body .form-content .page-links a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -10px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.login-body .form-content .other-links span {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-right: 20px;
}

.login-body .form-content .other-links a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .login-body > .row .img-holder {
        display: none;
    }

    .login-body > .row .form-holder {
        margin-left: 0;
        width: 100%;
    }

    .login-body > .row .form-holder .form-content {
        padding: 30px 20px;
    }

    .login-body .form-content .other-links span {
        font-size: 13px;
    }

    .login-body .form-content .other-links a {
        font-size: 13px;
    }
}


.bg-absolute-cover svg {
    height: 1000px;
    pointer-events: none;
}

svg {
    vertical-align: middle;
    overflow: hidden;
    width: 100%;
}

blockquote {
    margin: -132px 0 1rem;
    font-size: 20px;
}


.main-content label {
    margin-bottom: 0;
}

.main-content .form-check-agrement input {
    float: left;
    margin-top: 1px;
}

.main-content .form-check-agrement label {
    float: left;
    width: calc(100% - 20px);
    padding-left: 5px;
    font-size: 14px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .login-body .form-content .forgot {
        display: block;
        padding-left: 0 !important;
    }

    .main-content .btn {
        width: 100%;
        display: block;
    }
}

/* Google Captcha */
#google-recaptcha-domainchecker {
    width: 100%;
    height: 80px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: scale(1);
}

@media (max-width: 375px) {
    #google-recaptcha-domainchecker {
        transform: scale(.9);
    }
}

/* Social Links */
.social-title {
    font-weight: 300;
    margin-top: 30px;
    font-size: 18px;
}

.social {
    margin-top: 10px;
    display: flex;
    gap: 5px;
}

.social a {
    color: #FFF;
    width: 35px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 3px;
    transition: .1s ease;
}

.social a:hover {
    transform: translateY(1px);
}

.social a.facebook {
    background: #4a6ea9;
}

.social a.instagram {
    background-color: #d800b9;
    background: linear-gradient(213.05deg, #ffd600 -21.37%, #ff0100 29.46%, #d800b9 80.29%);
}

.social a.twitter {
    background: #10a9f4;
}

.social a.linkedin {
    background: #0276b1;
}

@media (max-width: 768px) {
    .social-title {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #EEE;
        text-align: center;
    }

    .social {
        justify-content: center;
    }
}