﻿.container {
    max-width:1180px;
    padding-bottom:35px;
}
.login-part {
    border-top: 5px solid #1072bb;
    background: #f7f7f7;
    background: url(../images/login-bg.jpg) no-repeat top center;
    background-size: cover;
    
}

.bottom-bg {
    background: #07365a;
    padding: 5px 0 5px;
}


.login-box-shadow {
    -webkit-box-shadow: 0 0 5px 0 rgb(194 194 194);
    -moz-box-shadow: 0 0 5px 0 #c2c2c2;
    box-shadow: 0 0 5px 0 rgb(194 194 194);
    background: #fff;
    border-radius: 20px;
    margin: 40px 32px;
    overflow: hidden;
}

    .login-box-shadow .h3 {
        font-size: 22px;
        color: #1072bb;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 35px !important;
    }

        .login-box-shadow .h3:after {
            content: '';
            width: 71px;
            height: 3px;
            background: #f69c22;
            display: block;
            margin-top: 7px;
        }

    .login-box-shadow .mb-3 {
        margin-bottom: 30px !important;
    }

    .login-box-shadow .mb-2 {
        margin-bottom: 20px !important;
    }

    .login-box-shadow .form-label-description a {
        font-size: 14px;
        text-align: right;
        color: #060a0e;
        text-decoration: none;
    }

        .login-box-shadow .form-label-description a:hover {
            color: #f69c22;
        }

    .login-box-shadow .form-label-description svg {
        fill: #f69c22
    }

    .login-box-shadow .form-footer button {
        background: #1072bb;
        border: 0;
        color: #fff;
        box-shadow: 0 0 1px #ccc;
        -webkit-transition-duration: .5s;
        -webkit-transition-timing-function: linear;
        box-shadow: 0 0 0 #1f2024 inset;
        padding: 6px 20px;
        border-radius: 50px;
        font-size: 15px;
    }

        .login-box-shadow .form-footer button:hover {
            background: #0394ff;
        }





    .login-box-shadow .form-footer {
        margin-top: 10px !important;
    }

    .login-box-shadow .form-control:invalid {
        border-color: transparent;
        border-bottom-color: #333;
        padding-right: calc(1.4285714286em + 0.875rem);
        background-repeat: no-repeat;
        background-position: right calc(0.3571428572em + 0.21875rem) center;
        background-size: calc(0.7142857143em + 0.4375rem) calc(0.7142857143em + 0.4375rem);
        border-radius: 0px;
    }

    .login-box-shadow .input-group-text {
        display: flex;
        align-items: center;
        padding: 0.4375rem 0.75rem;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.4285714286;
        color: var(--tblr-muted);
        text-align: center;
        white-space: nowrap;
        background-color: #fff;
        border-color: transparent;
        border-bottom-color: #333;
        border-radius: 0px;
    }

    .login-box-shadow .login-cover {
        background: rgba(10, 10, 10, .85);
        position: absolute;
        display: block;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        padding: 50px;
    }

    .login-box-shadow .bg-cover {
        position: relative;
    }


    .login-box-shadow .right-heading {
        text-align: left;
        color: #b5022d;
        position: absolute;
        bottom: 30px;
    }

        .login-box-shadow .right-heading h1 {
            color: #f69c22;
            font-size: 45px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 35px;
        }

        .login-box-shadow .right-heading p {
            color: #fff;
            font-size: 17px;
            line-height: 26px;
            padding-right: 50px;
        }

.bottom-link {
    font-size: 12px;
    color: #fff;
}

    .bottom-link p {
        font-size: 12px;
        color: #fff;
        display: inline-block;
        float: right;
        margin: 0px;
        margin-bottom: 0px !important;
    }

        .bottom-link p a {
            text-decoration: none;
            color: #fff;
        }

@media (max-width: 991px) {
    .login-box-shadow .bg-cover {
        display: none;
    }



    .login-box-shadow .px-lg-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .login-box-shadow .mb-4 {
        text-align: center;
    }

    .login-box-shadow .mb-3 {
        text-align: center;
    }

        .login-box-shadow .mb-3 label {
            text-align: left;
        }

    .login-box-shadow .h3:after {
        content: '';
        width: 71px;
        height: 3px;
        background: #f69c22;
        display: block;
        margin: 0 auto;
        margin-top: 7px;
    }
}
