

.abt {
    font-size: 14px
}

.inputbox {
    margin-top: 41px;
    margin-bottom: 37px;
    position: relative;
}

.inputbox input {
    border: 2px solid #eee;
    padding: 11px 6px;
}

.inputform
{
    margin-top: 1px;
}

.imgform
{
    margin-left: -20px;
}

.loginform
{
    padding: 17px;
    padding-right: 244px;
    margin-top: 38px;
}

.authcoverimage
{
    width: auto;
    height: auto;
}

.pin-input {
    display: flex;
    justify-content: space-between;
    width: 300px; /* Adjust width as needed */
}
.pin-input input {
    width: 66px;
    margin-right: 21px;
    height: 61px;
    margin-top: 20px;
    text-align: center;
    font-size: 30px;
    border: 1px solid #f79626;
    border-radius: 4px;
}
.pin-input input:focus {
    border-color: #f79626; /* Change border color on focus */
    outline: none; /* Remove default outline */
}

.pin-input input:hover {
    border-color: #f79626; /* Change border color on focus */
    outline: none; /* Remove default outline */
}

/* Basic styles for the tab navigation */
.nav-tabs {
    border-bottom: none;
}

.nav-item {
    margin-bottom: -1px; /* Prevents double borders */
}

.nav-link {
    background-color: #f79626;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    color: white;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

/* Active tab styles */
.nav-link.active {
    background-color: white !important;
    color: #f79626 !important;
    border-color: #f79626 !important;
}

/* Hover effect for tabs */
.nav-link:hover {
    background-color: #f79626;
    color: white;
    border-color: #f79626;
}

/* Focus effect for accessibility */
.nav-link:focus {
    outline: none;
    
}

@media only screen
and (min-width: 1370px)
and (max-width: 1605px)
{  
    .authcoverimage {
        width: 747px;
        height: 870px;
    }
    .pin-input {
        display: flex;
        justify-content: space-between;
        width: 100px; /* Adjust width as needed */
    }

    .loginform {
        padding: 17px;
        padding-right: 100px;
        margin-top: 38px;
    }
}







.loginbutton
{
    margin-top: 35px !important;
}

.loginbuttonup
{
    padding-right: 35px;
    padding-left: 41px;
    padding-top: 9px;
    padding-bottom: 12px;
    background: #f79626;
    border: 1px solid;
}

.loginbuttonup:hover
{
    padding-right: 35px;
    padding-left: 41px;
    padding-top: 9px;
    padding-bottom: 12px;
    background: white;
    color:#f79626;
    border: 1px solid #f79626;
}

.inputbox input:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
    border: 2px solid #0d6efd
}

.inputbox span{

    font-size: 12px;
}


.inputbox a{

    font-size: 12px;
    text-decoration: none;
}

.input-tag {
    position: absolute;
    top: 27px;
    left: 7px;
    width: 32px
}

.proceed button {
 
    font-size: 15px
}

.form-check-label {
    font-size: 12px
}

.btn-primary:focus {
    color: #fff;
    
    background-color: #025ce2;
    border-color: #0257d5;
    box-shadow: none
}




.form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 6px
}

@media only screen and (min-width: 1366px) and (max-width: 1920px) {

    .authcoverimage {
        width: 747px;
        height: 100vh; /* Set height to 100% of the viewport height */
        object-fit: cover; /* Optional: Ensures the image covers the area without distortion */
    }
    .pin-input {
        display: flex;
        justify-content: space-between;
        width: 100px; /* Adjust width as needed */
    }

    .loginform {
        padding: 17px;
        padding-right: 100px;
        margin-top: 38px;
    }



}