body {
}

body,
html {
    height: 100%;
    padding: 0;
    margin: 0;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form-control {
    font-size: 16px !important;
    font-weight: 500;
    border-radius: 0;
}

p.error {
    color: red;
    font-size: 13px;
}

.copyright {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    text-align: center;
    padding: 10px 0 0 0;
}

code {
    font-weight: 700 !important;
    text-align: center !important;
    font-size: 3.5rem !important;
}

.btn-login {
    width: auto;
    color: #fff;
    background-color: #0047b2;
    border-color: #0047b2;
    border-radius: 0;
}

.fr-row a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    padding-bottom: 10px;
}

.img-bg {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 100vh;
    max-height: 100vh;
    pointer-events: none;
}

.img-bg-parent {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.img-bg-center {
    pointer-events: none;
    position: absolute;
    min-width: 100%;
    object-fit: cover;
    display: block;
    min-height: 100%;
    z-index: -1;
}

.f-row {
    height: 100%;
    display: flex;
}

.f-row-button {
    height: 100%;
    display: flex;
}

.f-col-left {
    width: 55%;
    /*    background: url("../img/bg.svg") #132b3a;*/
    background-size: cover;
    background-position: right bottom;
}

.bg-image {
    background: url("../img/Banner.png") #132b3a;
    background-size: cover;
    background-position: right bottom;
}

.f-col-right {
    width: 45%;
    justify-content: center;
    display: flex;
    /*    background: #fff;*/
}

.login-container {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.login-now h3 {
    font-size: 20px;
    color: #555;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.login-now p {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin: 0;
}

.text-style {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin: 0;
}

.logian-form .input-group {
    padding: 0 0 10px 0;
}

.login-checkbox {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.input-group-text {
    background-color: transparent;
}

/*
.login-logo img {
    width: 100%;
    max-width: 160px;
}

.login-logo {
    padding-bottom: 15px;
}
*/

.login-logo img {
    width: 100%;
    max-width: 160px;
    max-height:80px;
}

.login-logo {
    padding-bottom: 20px;
}

.login-now {
    padding-bottom: 10px;
}


.sep-sec {
    margin-bottom: 15px;
}

.login-checkbox {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.center-login {
    max-width: 450px !important;
}

.divider-or {
    position: relative;
    height: 1px;
    background: #ddd;
    margin: 10px 0 20px 0;
}

    .divider-or span {
        position: absolute;
        background: #fff;
        width: 50px;
        left: 50%;
        top: -12px;
        text-align: center;
        margin-left: -25px;
        font-weight: 600;
        color: #666;
    }

.btn-social button {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f8;
    padding: 0.375rem 0.75rem;
    font-weight: 600;
    color: #666;
    align-items: center;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

    .btn-social button:hover,
    .btn-social button:focus {
        background-color: #e2e2e2;
        border-color: #e2e2e2;
    }

.btn-sm button span {
    display: block;
}

span.login-btn-txt {
    text-align: center;
    width: 80%;
    padding: 6px 0;
    font-size: 14px;
}

.f-col {
    width: 50%;
}

.alert-danger {
    color: #e24150;
    background-color: transparent;
    border-color: transparent;
}

.alert {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    font-size: 14px;
}

.danger ul {
    padding: 0;
    list-style: none;
}


.logian-form label {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
    /* padding-left: 10px; */
}

    .logian-form label strong {
        padding-left: 8px;
        line-height: 0.5;
    }

.logian-form .btn {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px !important;
}

.form-group.login-remember {
    margin: 12px 0;
}

.input-group-text {
    border-radius: 0;
}

.iconsize {
    margin-top: 6px;
}

@media (max-width: 1024px) {
    .f-col-left {
        width: 40%;
        background-position: left;
    }

    .f-col-right {
        width: 60%;
    }

    .login-container {
        width: 85%;
    }
}

@media (max-width: 767.9px) {
    .f-row {
        flex-direction: column;
    }

    .btn-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .f-col-right {
        width: 100%;
        height: 100%;
    }

    .f-col-left {
        display: none;
    }

    .login-container {
        width: 90%;
    }

    .img-bg {
        display: none;
    }

    .login-now {
        display: none;
    }

    .f-col {
        width: 100%;
    }

    /*        .btn-login {
        width: 100%;
        margin: 15px 0 0 0;
        font-size: 18px;
    }*/

    .input-group-lg > .form-control {
        font-size: 18px;
    }

    ::placeholder {
        font-size: 18px;
    }

    ::-webkit-input-placeholder {
        font-size: 18px;
    }

    ::-moz-placeholder {
        font-size: 18px;
    }

    :-ms-input-placeholder {
        font-size: 18px;
    }

    span.login-btn-txt {
        font-size: 16px;
    }

    .login-logo {
        text-align: center;
    }

        .login-logo img {
            width: 150px;
        }

    .login-checkbox {
        font-size: 16px;
        margin: 0;
    }

    .fr-row a {
        font-size: 16px;
    }

    /*.input-group-prepend {
        display: none;
    }*/
    @media (max-width: 386px) {
        .btn-left {
            width: 30%;
            text-align: left;
        }

        .btn-right {
            width: 70%;
            text-align: right;
        }
    }
}
