.admin-main-wrapper {
    background-image: url('/images/login-images/admin-login-banner.png ');
    height: 100vh;
    background-size: cover;
    width: 100%;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-animate-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 380px; 
    height: 380px;
}
.login-animate-banner img {
    width: 56%;
    margin-left: 63px;
}

.right-banner-cov {
    margin-left: 66px;
    position: relative;
    margin-top: -30px;
}
.login-animate-icon {
    position: absolute;
    left: 243px;
    top: 161px;
    width: 100%;
}
.login-animate-icon img {
    width: 12%;
}



.form-icon-cov img {
    width: 62%;
    display: flex;
    justify-content: center;
}
.form-icon-cov {
    display: flex;
    justify-content: center;
}
p.form-para1 {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    line-height: 23px;
    margin-top: 9px;
    color: gray;
}

.form-group.emil-cov-box {
    margin: 15px 0px;
    margin-bottom: 10px !important;
}
.form-group.emil-cov-box input {
    box-shadow: 0px 2px 8px -2px lightgray;
    border-radius: 10px;
    font-weight: 500;

}

.otp-input-cov{
    box-shadow: 0px 2px 8px -2px lightgray;
    border-radius: 10px;
    font-weight: 500;
    height: 43px !important;
}

.phone-input-cov{
    box-shadow: 0px 2px 8px -2px lightgray;
    border-radius: 10px;
    font-weight: 500;
    margin-bottom: 20px !important;
}
.send-btn-cov {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 1px !important;
    width: 58% !important;
    margin: 0;
    font-weight: 600;
    background-color: #0095da !important;
    border: none;
}
.verify-btn-cov {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 1px !important;
    width: 70% !important;
    margin: 0;
    font-weight: 600;
    background-color: #0095da !important;
    border: none;
    margin-left: -86px;
}


.form-group.emil-cov-box label {
    font-size: 15px;
    margin-bottom: 1px;
    margin-left: 6px;
}

.otp-label-cov{
    font-size: 15px;
    margin-bottom: 1px;
    margin-left: 6px;   
}

.show-hide {
    position: absolute;
    top: 21px;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.show-hide span {
    cursor: pointer;
    font-size: 13px;
    color: #0095da;
}
p.min-title {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 700;
    color: #0f4964;
}

.custom-btn {
    background-color: white;
    width: 8rem;
    height: 2.7rem;
    border-radius: 0.6rem;
    position: relative;
    color: black;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 41px;
    top: 32px;
    z-index: 11111;
}

/* Icon container */
.icon-container {
    background-color: #dff8ff;
    border-radius: 0.5rem;
    height: 35px;
    width: 28%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    transition: width 0.5s ease-in-out;
    z-index: 1111111;
}

/* Hover effect for icon container */
.custom-btn:hover .icon-container {
    width: 7.5rem;
}

/* Text style */
.button-text {
    transform: translateX(0.5rem);
    font-size: 16px;
    margin-bottom: 0px;
    margin-left: 13px;
    text-transform: uppercase;
}



@media (min-width: 320px) and (max-width: 590px) {

    .right-banner-cov {
        margin-left: 0px;
        position: relative;
    }

    .admin-main-wrapper {
        height: inherit;
        background-size: cover;
        width: 100%;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-image: none !important;
        margin-top: 41px;
    }
    .send-btn-cov {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 10px !important;
        width: 34% ;
        margin: 0;
        font-weight: 600;
        background-color: #0095da !important;
        border: none;
        margin-top: 10px;
        font-size: 11px;
    }
    .verify-btn-cov {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 1px !important;
        width: 47% !important;
        margin: 0;
        font-weight: 600;
        background-color: #0095da !important;
        border: none;
        margin-top: 10px;
        font-size: 13px;
    }
    p.form-para1 {
        font-size: 14px;
        text-align: center;
        font-weight: 600;
        line-height: 19px;
        margin-top: 9px;
        color: gray;
    }
    .form-icon-cov img {
        width: 40%;
        display: flex;
        justify-content: center;
    }
    .form-group.emil-cov-box label {
        font-size: 13px;
        margin-bottom: 1px;
        margin-left: 6px;
    }
    .otp-label-cov {
        font-size: 13px;
        margin-bottom: 1px;
        margin-left: 6px;
    }

    .icon-container {
        background-color: #dff8ff;
        border-radius: 10px;
        height: 32px;
        width: 29%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0.25rem;
        top: 0.25rem;
        transition: width 0.5s ease-in-out;
        z-index: 1111111;
        cursor: pointer;

    }
    .button-text {
        transform: translateX(0.5rem);
        font-size: 14px;
        margin-bottom: 0px;
        margin-left: 11px;
        text-transform: uppercase;
    }
    .custom-btn {
        background-color: white;
        width: 6rem;
        height: 2.7rem;
        border-radius: 0.6rem;
        position: relative;
        color: black;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: none;
        outline: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        position: absolute;
        left: 9px;
        top: 9px;
        z-index: 11111;
        cursor: pointer;
    }
    .custom-btn:hover .icon-container {
        width: 6rem;
    }
    .login-animate-icon {
        position: absolute;
        left: 133px;
        top: 72px;
        width: 45%;
    }
    .login-animate-icon img {
        width: 23%;
    }
    .login-animate-banner {
        background: #0095da;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        height: 172px;
        border-radius: 10px;
        margin-top: 15px;
        display: none;
    }
    
}

