.login-card {
    margin: 0 auto;
    background: url(../images/login-bg-1.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.logincontent {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    -webkit-transition: margin .1s ease, width .1s ease;
    transition: margin .1s ease, width .1s ease;
    align-items: center;
    justify-content: center;
}

.card.login-box {
    margin-bottom: 30px;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 8px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 0 5px #C2C2C2;
    -webkit-box-shadow: 0 0 5px #C2C2C2;
    outline: .1rem solid transparent;
    padding: 0;
}

.logo-image {
    margin-bottom: 10px;
}

.login_title_box {
    margin-bottom: 20px;
}

.login-box .card-body {
    padding: 30px;
}

.login_title_box .log-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 26px;
    color: #202223;
    letter-spacing: 0;
    font-weight: 600;
}

.login_title_box .log_sub_tit {
    color: rgb(109, 113, 117);
    font-weight: 400;
    font-size: 16px;
}

.logo-image img {
    height: 100px;
}

.login-box .form-control {
    border: 1px solid #8C9196 !important;
    border-radius: 4px !important;
    color: #8C9196;
    font-size: 14px;
    box-shadow: none !important;
    padding: 0.375rem 0.8rem;
    height: 36px;
}

.login-box .form-group {
    margin-bottom: 25px;
}

.forget-btn {
    color: #3961bc;
    font-size: 14px;
    display: block;
    font-weight: 600;
    text-align: right;
    margin-top: 10px;
}

button.btn.btn-info.login_btn {
    line-height: 1;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    color: #fff;
    background-color: #3961bc;
    border-color: #3961bc;
    text-transform: capitalize;
}

.login_btn:hover {
    background: #3961bce8;
}

button.btn.btn-info.login_btn:active,
button.btn.btn-info.login_btn:focus {
    box-shadow: none !important;
    background: #466cc0;
}

.ntb_tit {
    color: rgb(109, 113, 117);
    font-weight: 400;
    font-size: 14px;
    margin-top: 15px;
}

.ntb_tit a {
    color: #3961bc;
}

.ntb_tit a:hover {
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    color: #3961bc !important;
}

.rounded-social-buttons {
    text-align: center;
}

.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #fefefe;
    font-size: 25px;
    line-height: 35px;
    transition: all 0.5s ease;
    box-shadow: 0 2px 6px #aaa;
    margin: 0 2px;
}

.rounded-social-buttons a i {
    font-size: 17px;
}

.rounded-social-buttons .social-button.facebook {
    color: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover {
    background-color: #3b5998;
    color: #fff !important;
}

.rounded-social-buttons .social-button.twitter {
    color: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover {
    background-color: #55acee;
    color: #fff !important;
}

.rounded-social-buttons .social-button.linkedin {
    color: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover {
    background-color: #007bb5;
    color: #fff !important;
}

.rounded-social-buttons .social-button.instagram {
    color: #fb3958;
}

.rounded-social-buttons .social-button.instagram:hover {
    color: #fff !important;
    -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}

.rounded-social-buttons .social-button.mail {
    color: #727cf5;
}

.rounded-social-buttons .social-button.mail:hover {
    background-color: #727cf5;
    color: #fff !important;
}

@media screen and (max-width:992px) and (min-width:768px) {
    .login-card {
        background-position: unset;
        background-size: cover
    }

    .brands-logo {
        left: 75px
    }

    .login-card {
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        line-height: 35px;
        letter-spacing: 1px;
    }

    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (max-width: 480px) {

    .logo-image img {
        width: 100px;
    }

    .logo-image h5 {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 11px;
        font-size: 15px;
    }

    .image-logo {
        width: 100px;
    }

    .rounded-social-buttons .social-button {
        width: 30px;
        height: 30px;
        line-height: 22px;
    }

    .rounded-social-buttons a i {
        font-size: 12px;
    }

    .rounded-social-buttons {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .login-card {
        background-size: cover;
        background-position: initial;
    }

    .card.login-box {
        margin: 0 10px;
    }
}
