body {
    font-family: 'Cabin Condensed', sans-serif;
    background-image: url(../images/bg.jpg);
}

.login3-box {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 0px 15px;
    width: 100%;
    /*margin-top: 100px;*/
    background: #fff;
    border: 1px solid #1f7985;
}


.inner-login3-frm {
    padding : 47px 5px;
    background: #ffffff;
    font-family: arial;
    font-weight: 600;
    color: #0c72b5;
}

.form-label {
    margin-bottom: 0.5rem;
    font-weight: 600 !important;
    font-family: auto;
    font-size: 15px;
}

.form-group {
    margin-bottom: 23px;
    top: 0px;
    left: 0px;
    height: 47px;
}

.form-control {
    border-radius: 0px;
    border-left: 2px solid #1f7985;
    margin-bottom: 12px;
}

.btn {
    color: #fff;
    background-color: #0873b9;
    border-color: #2e878f;
    border-radius: 30px;
    width: 100%;
    margin-bottom: 10px;
}

    .btn:hover {
        color: var(--bs-btn-hover-color);
        background-color: #198754;
        border-color: #198754;
        color: #fff;
    }

a.link-clr {
    float: right;
    margin-top: 10px;
    text-transform: capitalize;
    color: #1c7885;
    font-weight: 600;
}

.heading {
    text-align: center;
    padding-bottom: 20px;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    color: #0873b9;
    margin-top: 0px;
}

.img-responsive {
    width: 100%;
}

.hallticket-responsive {
    width:290px;
    object-fit: cover;
    /*margin-top: 23px !IMPORTANT;*/
    margin: auto;
    display: block;
}

.capcha {
    width: 85%;
    border: 1px solid #ddd;
    border-radius: 10px;
}

i.fa.fa-refresh.fa-spin {
    float: right;
    margin-top: 8px;
    font-size: 25px;
    color: #1f7985;
    font-weight: bold;
}
