body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.login_bg {
    background: url(../../assets/images/BullseyeEZ-Login.jpg) top center no-repeat #000;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    height: 100vh;
}

.user_card {
    /* height: 400px; */
    margin-top: auto;
    margin-bottom: auto;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.brand_logo_container {
    position: absolute;
    height: 150px;
    width: 150px;
    top: -75px;
    border-radius: 50%;
    background: #42352c;
    padding: 10px;
    text-align: center;
}

.brand_logo {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    border: 2px solid white;
}

.client-login-logo {
    text-align: center;
    margin-top: 40px;
}

.form_container {
    margin-top: 0px;
}

    .form_container form {
        width: 100%
    }

    .form_container .form-control {
        background-color: transparent;
    }

    .form_container .custom-control-label {
        color: #909090;
    }

.login_bg .btn.login_btn {
    font-size: 14px;
    color: #FFE !important;
    background-color: #153160 !important;
    border-color: #153160 !important;
    min-width: 40%;
    width: auto;
    margin-right: auto;
    padding: 10px 10px;
    text-transform: inherit;
}

    .login_bg .btn.login_btn:active {
        background-color: #bb890a;
        border-color: #bb890a;
    }

.input-group-text {
    background: #006fb9 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.form-control {
    height: 36px !important;
    font-size: 16px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #153160 !important;
}

.help-block {
    display: block;
    color: #737373;
    float: right;
}

    .help-block a {
        text-decoration: none;
        color: #a6acbb;
        float: right;
        font-size: initial;
    }

.field-validation-error {
    position: relative;
    top: -20px;
    font-size: 13px;
}

#frmLogin .user-icon {
    padding: 0px 14px;
}

.user-icon {
    background: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .user-icon img {
        width: 150px;
        height: auto;
    }

.main {
/*    padding: 20px;
    background: #006fb9;*/
}

body.login_bg .col-lg-4, body.login_bg .col-lg-8 {
    padding: 0;
}

form input {
    width: 100%;
    border-radius: 5px;
    margin: 0 0 10px 0;
    padding: 6px;
    /* border-color: #ccc; */
    border: solid 2px #cdcdcd;
    height: 48px;
}



form label {
    color: #354265;
    font-weight: 600;
}

.in-text h2 {
    color: #153160;
    font-weight: bold;
}

.in-text {
    position: relative;
    z-index: 2;
}

    .in-text p {
        margin: 0;
        color: #6d6e71;
        padding: 5px 0 0;
    }

    .in-text:before {
        content: '';
        background: aliceblue;
        position: absolute;
        width: 147px;
        height: 115px;
        left: -34px;
        z-index: -1;
        display: none;
    }

.help-block small {
    font-weight: bold;
}

i.fa.fa-sign-in {
    padding-right: 10px;
    font-size: 17px;
}

.btn {
    border-radius: 0;
}

.btn_custom {
    border-radius: 3px;
}

.upper {
    padding: 0 0 70px 0;
}

span.version {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 12px;
    opacity:1;
    color: #fff;
}

    span.version span {
        opacity: 0.6;
    }

    .clientlogowrap img {
        width: 150px;
    }

.user_card .in-text h2 {
    font-size: 20px !important;
    font-weight: 500;
}

.user_card .input-group-append .btn {
    border: 1px solid #ced4da;
    color: #153160;
    background-color: #15316014 !important;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-left: 0;
}

.ftologo {
    position: absolute;
    bottom: 15px;
    right: 15px;
    filter: brightness(0) invert(1) opacity(.8);
    width: 150px;
}

@media (max-width: 767px) {
    .login_bg .justify-content-center {
        flex-direction: column;
    }

    .user-icon {
        padding: 20px;
        width: 90%;
        margin: 0 auto;
    }

    span.version {
        position: fixed;
        left: inherit;
        right: 20px;
        color: #fff;
        opacity: 1;
    }

    .main {
        padding-top: 0;
        background-color: transparent;
    }

    .clientlogowrap {
        padding: 10px;
    }
}