
    .header {
        background-color: #022c46;
    }

    .logo img {
        width: auto;
        height: 80px;
    }

    .email-info {
        margin: 0% !important;
    }

    .email-info strong {
        font-size: 2rem;
    }

    .email-info p,
    b {
        font-size: 1rem;
    }

    .o-inof {
        margin-top: 10px;
        padding: 5px;
        background-color: #ebeded;
        border-radius: 5px;
    }

    .o-inof span {
        font-size: 1rem;
    }

    .input-group {
        margin-top: 20px;
    }

    .input-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .input-group input {
        width: 460px !important;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 15px !important;
        box-sizing: border-box;
    }

    .input-group .eye-icon {
        position: absolute;
        right: 40px;
        top: 40px;
        cursor: pointer;
    }

    .input-group small {
        display: block;
        margin-top: 5px;
        color: #555;
        font-size: 12px;
    }

    .btn {
        display: block;
        width: 100%;
        height: 50px !important;
        padding: 10px;
        background-color: #002A5E;
        color: white;
        font-weight: bold;
        border: none;
        border-radius: 25px !important;
        font-size: 16px;
        cursor: pointer;
        margin-top: 20px;
    }

    .btn:hover {
        background-color: #003366;
    }
