/*
 * Page: Login & Register
 * ----------------------
 */


.page-wrap {
    min-height: 100%;
    margin-bottom: -40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px -450px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /*background-image: url(../images/SymbolDark.svg);*/
}



.wrapper {
    display: table;
}

    .wrapper .container {
        display: table-cell;
    }

.tbl {
    display: table;
    width: 100%;
}

.td {
    display: table-cell;
    vertical-align: middle;
}

    /*.td:first-child {
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}*/

    .td:last-child {
        width: 380px;
        padding-left: 15px;
    }

.loginHeader {
    text-align: center;
    background: #121977;
    padding: 15px 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0px;
}

.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

    .login-logo a,
    .register-logo a {
        color: #444;
    }

.login-page,
.register-page {
    background: #f6f6f6;
}

    .login-page .bg, .register-page .bg {
        /*background: url(../images/printer-790396_1920.jpg) no-repeat;*/
        background: url(../images/bg_blue.jpg) no-repeat;
        background-position: center top;
        /* position: relative; */
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background-size: cover;
        /* opacity: 0.15; */
    }

    .login-page .container,
    .register-page .container {
        position: relative;
        z-index: 2;
    }



div#footer {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 10px 15px;
    background-color: #00528f;
    border-top: 1px solid rgba(255,255,255,.5);
}

#footer {
    height: 57px;
}

.login-box,
.register-box {
    width: 100%;
    margin: 0 auto;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    border-radius: 0px;
    overflow: hidden;
    margin-top: 15px;
}

.login-page .container {
    /*padding-top: 30px;*/
    vertical-align: middle;
}

    .login-page .container .tbl {
        max-width: 1000px;
        margin: 0 auto;
    }

.login-page .bannerBox .img {
    margin-bottom: 0px;
}

.login-page .bannerBox .flinks {
    margin-bottom: 20px;
}

    .login-page .bannerBox .flinks a {
        font-size: 13px;
        color: #0278ba;
    }

.login-page .bannerBox .ftxt {
    margin-bottom: 20px;
    color: #0278ba;
    font-size: 14px;
}

.login-page .bannerBox .img img {
    width: 100%;
    height: auto;
}

.btmBannerBox {
    display: none;
}

.loginFooter {
    text-align: center;
    padding: 10px 15px;
    border-top: 1px solid #aa0000;
    text-align: right;
    margin-top: 30px;
}

    .loginFooter img {
        height: 30px;
        width: auto;
    }

    .loginFooter a {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        padding: 0 10px;
        border-right: 1px solid rgba(0, 0, 0, 0.7);
    }

        .loginFooter a:last-child {
            border-right: none;
        }

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.carousel-control {
    width: 30px;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-control {
    color: #000;
}

    .carousel-control:hover {
        color: #aa0000;
    }

@media (max-width: 768px) {
    .login-box,
    .register-box {
        width: 100%;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .td:last-child {
        padding-left: 0px;
    }

    .bannerBox {
        display: none;
    }

    .btmBannerBox {
        display: block;
        margin-top: 30px;
        text-align: center;
    }

    .login-page .btmBannerBox .img {
        margin-bottom: 20px;
    }

    .login-page .btmBannerBox .flinks {
        margin-bottom: 20px;
    }

        .login-page .btmBannerBox .flinks a {
            font-size: 11px;
            color: #0278ba;
        }

    .login-page .btmBannerBox .ftxt {
        margin-bottom: 20px;
        color: #0278ba;
        font-size: 12px;
    }

    .login-page .btmBannerBox .img img {
        width: 100%;
        height: auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    .main-header .navbar .centerDiv {
        left: 50%;
        background: none;
        padding: 0px;
        transform: none;
        left: 55px;
        top: 0px;
        right: 55px;
        padding: 5px 0;
        font-size: 16px;
        line-height: 1.3;
    }

    .navbar-custom-menu > .navbar-nav > li.user-menu > a {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .main-header .sidebar-toggle {
        padding: 7px 10px;
    }

    .loginFooter {
        text-align: center;
    }
}



.login-box-body, .register-box-body {
    width: 440px;
    /* margin: 10px 40px 40px auto; */
    background: #f5f8ff;
    padding: 20px 55px 30px;
    color: #4d4e53;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 20px 0 rgba(0,0,0,.10);
    box-shadow: 0px 1px 20px 0 rgba(0,0,0,.10);
}

    .login-box-body .form-control-feedback,
    .register-box-body .form-control-feedback {
        color: #777;
    }

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: left;
    padding: 0 20px 20px 0px;
    font-size: 20px;
    color: #4d4e52;
}

    .login-box-msg i,
    .register-box-msg i {
        font-size: 25px;
        margin-right: 10px;
        vertical-align: middle;
        line-height: 1.2;
    }

.social-auth-links {
    margin: 10px 0;
}

.logintext {
    padding: 20%;
}

    .logintext h2 {
        color: #fff;
        font-weight: 400;
        font-size: 45px;
        text-align: left;
        margin-bottom: 15%;
        /* margin-top: 25%; */
    }

    .logintext h4 {
        color: #fff;
        font-weight: 300;
        font-size: 26px;
        text-align: left;
        font-family: 'Graphik';
    }

.form-control {
    background-color: #f5f8ff;
}

    .form-control:focus {
        border-color: #013088;
        outline: 0;
        background-color: #f5f8ff;
        box-shadow: none;
    }

footer {
    /*text-align: center;*/
    color: #fff;
    background: none;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    font-size: 13px;
}

.logo {
    margin: 0 auto;
    margin-top: 0px;
    padding: 0px;
    text-align: center;
}

.main-logo {
    margin: 0 auto;
    margin-top: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: 40px;
}

    .main-logo img {
        margin-top: 90px;
    }


.select2-container--bootstrap .select2-selection {
    background-color: #f5f8ff !important;
    border: 0px solid #d5d6d5;
    border-radius: 0px;
    color: #4d4e53;
    font-family: 'FS Matthew';
    font-size: 14px;
    outline: 0;
    border-width: 0px 0px 1px 0px;
    box-shadow: none !important;
}

.btn.focus, .btn:focus, .btn:hover {
    /*color: #002f87;*/
    text-decoration: none;
    outline: 0 !important;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot-left {
    text-align: left;
    width: 50%;
}

.foot-right {
    text-align: right;
    width: 50%;
}

.foot-right img{
    margin-left: 5px;
    width: 160px;
    object-fit: contain;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary {
    color: #fff !important;
    opacity: 1 !important;
    background-color: #015699 !important;
    border: 1px solid #015699 !important;
    border-radius: 50px;
}

.wrapper1{
    position: unset;
    margin-top: 0px;
}

.alert {
    padding: 8px 15px !important;
}