/*=============================================================
PAGE NAME               :   Default CSS
CREATION DATE           :   26-04-2023
DESIGN AND DEVELOPED BY :   Gaurav Kalbande
==============================================================*/

:root {
    --bs-darkblue : #2e66a6;
}

body {
    background: url("../../../image/login/background.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.college-address p {
    font-size: 0.8rem;
}

.form-group {
    position: relative;
}

.btn-primary {
    background-color: var(--bs-darkblue);
}

.btn:focus-visible {
    outline: 0;
    box-shadow: none;
}

.default-form-header::after {
    content: '';
    display: block;
    height: 2px;
    border-radius: 4px;
    background-color: var(--bs-darkblue);
    width: 30%;
}

.input-prefix {
    position: absolute;
    top: 75%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    color: var(--bs-gray-500);
    font-size: 1rem;
    pointer-events: none;
    z-index: 1;
}

.bi-phone.input-prefix {
    top: 60%;
}

.bi-calendar.input-prefix {
    font-size: 0.7rem;
    right: 15px;
    top:34px;
}

.password-prefix {
    position: absolute;
    top: 75%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    color: var(--bs-gray-500);
    font-size: 1rem;
    z-index: 1;
}

.captcha-text {
    font-size: 1.5rem !important;
    text-align: center;
    font-style: italic;
    font-family: cursive;
    background-image: linear-gradient(#eee 1px, transparent 1px),linear-gradient(to right, #eee 1px, transparent 1px);
    background-size: 5px 5px;
}

#captchatextBox {
    text-transform: uppercase;
}

@media (min-width: 1780px) {
    .college-detail {
        margin-top: 150px !important;
    }

    .login-details {
        margin-top: 150px !important;
        padding-left: 100px;
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    body {
        background: var(--bs-white);
    }

    .navbar-expand {
        justify-content: center;
        background: var(--bs-white);
        padding: 0px;
    }
}
