.login-container {
    max-width: 400px;
    width: 100%;
    padding: 20px;
}

.login-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.login-header {
    background-color: #198754; /* Bootstrap success color */
    color: white;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.login-body {
    padding: 20px;
}


.form-control:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
}

.btn-login {
    background-color: #198754;
    border-color: #198754;
}

    .btn-login:hover {
        background-color: #157347;
        border-color: #157347;
    }

.admin-link {
    text-align: center;
    margin-top: 20px;
    color: #6c757d;
}

    .admin-link a {
        color: #198754;
        text-decoration: none;
    }

        .admin-link a:hover {
            text-decoration: underline;
        }

/*Monty Login Css*/

.logo-login {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

    .logo-login img {
        height: 125px;
    }

.contents h3 {
    text-align: center;
}

.half, .half .container > .row {
    height: 100vh;
    min-height: 700px;
}

@media (max-width: 991.98px) {
    .half .bg {
        height: 200px;
    }
}

.half .contents {
    background: #f6f7fc;
}

.half .contents, .half .bg {
    width: 50%;
}

@media (max-width: 1199.98px) {
    .half .contents, .half .bg {
        width: 100%;
    }
}

@media (min-width:280px) and (max-width: 768px) {


    .new-account{font-size:13px !important;}

    .form-group {
        padding: 8px 0px !important;
    }


    .half .bg {
        display: none;
    }

    .logo-login {
        /* position: absolute; */
        /* left: 0; */
        /* top: 20px; */
        /* right: 0; */
        /* text-align: center; */
    }

        .logo-login img {
            height: 113px;
        }

    .contents {
        padding: 0 12px;
    }
}



.half .contents .form-control, .half .bg .form-control {
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    height: 50px;
    background: #fff;
}

    .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
        outline: none;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    }

.half .bg {
    background-size: cover;
    background-position: center;
}

.half a {
    color: #888;
    text-decoration: underline;
}

.form-group label {
    padding: 10px 0;
}


.half .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
    text-decoration: none;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

    .control .caption {
        position: relative;
        top: .2rem;
        color: #888;
    }

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #0d6efd;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #0d6efd;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator:after {
    font-family: 'Font Awesome';
    content: '\f00c';
    position: absolute;
    display: none;
    font-size: 11px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}

.control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
    background-color: #7e0cf5;
    opacity: .2;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
