<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.input_field_forgot{
    background-color: rgba(255,255,255,0.2) !important;
    color: white !important;
    padding: 10px !important;
    border: 1px solid #5B5B5B ;
    outline: 0;
    width: 100% !important;
    margin-left: 18px !important;
}
    .button_forgot{
        color: white;
        background-color: #981D14;
        border-radius: 2px;
        border: none;
        padding: 10px 0;
        font-weight: 800;
        width: 100% !important;
       margin-left: 18px !important;
        }
        .forgotpwd {
            text-align: center;
            color: white;
            
        }
        .screen_adjust {
            height: 30vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /* krishna adding */
        .indexclass{
            position: absolute;
            left: 49.5%;
            z-index: 1;
        }
        .sign_text{
            margin-left: 3%;
        }
        @media only screen and (max-width:425px){
            .sign_text{
                margin-left: 8%;
            }
            .indexclass{
                left: 46.5%;
            }
        }
        /* krishna adding */
        @media only screen and (max-width: 896px) and (min-width: 414px) {
            .input_field_forgot{
                width: 100% !important;
                margin-left: 10px !important;
            }
                .button_forgot{
                    width: 100% !important;
                   margin-left: 12px !important;
                    }
        }
        @media only screen and (max-width: 844px) and (min-width: 390px) {
            .input_field_forgot{
                width: 100% !important;
                margin-left: 12px !important;
            }
                .button_forgot{
                    width: 100% !important;
                   margin-left: 12px !important;
                    }
        }
        @media only screen and (max-width: 812px) and (min-width: 375px) {
            .input_field_forgot{
                width: 100% !important;
                margin-left: 12px !important;
            }
                .button_forgot{
                    width: 100% !important;
                   margin-left: 12px !important;
                    }
        }
        @media only screen and (max-width: 800px) and (min-width: 360px) {
            .input_field_forgot{
                width: 100% !important;
                margin-left: 12px !important;
            }
                .button_forgot{
                    width: 100% !important;
                   margin-left: 12px !important;
                    }
        }</pre></body></html>