<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial, sans-serif;
    background-color: white;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.error {
    color: red;
    font-size: 12px;
    margin-top: -5px;
    display: inline;
}

/* Login Page CSS */
@media(max-width: 480px){
    .signup-container {
        /* background-color: #ffffff; */
        padding: 15px;
        border-radius: 10px;
        /* box-shadow: 0 0px 30px rgba(0, 0, 0, 0.8); */
        width: 80%;
        height: auto;
        position: absolute;
        top: 30px;
    }
    .signup-container input {
        width: 100%;
        padding: 15px;
        /* margin-bottom: 15px; */
        border: 1px solid #ccc;
        border-radius: 0px 5px 5px 0;
        font-size: 15px;
    }
    .signup-container button {
        width: 100%;
        padding: 18px;
               background: #275ba3 !important;
        color: #fff;
        border: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
    }
    input#mobile {
        padding: 16px !important;
    }
    #mobile-section{
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        flex-wrap: nowrap !important;
    }
    div#otp-section {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        flex-wrap: nowrap !important;
        margin-top: 5% !important;
    }
    input#otp {
        padding: 16px !important;
    }
    .signup-container button:hover {
        background-color: #0056b3;
    }
    .signup-container .login-link {
        text-align: center;
        margin-top: 10px;
        font-size: 18px;
    }
   .signup-container .login-link a {
    text-decoration: none;
    color: #251b66;
    font-weight: 600;
}
    .signup-container .login-link a:hover {
        text-decoration: underline;
    }
    .signup-container input:focus{
        border: 0.5px solid rgba(0, 0, 255, 0.341);
        outline: none;
    }
.login-container {
    /* background-color: #ffffff; */
    padding: 15px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.6); */
    width: 80%;
    height: auto;
    position: absolute;
    top: 30px;
}
.login-container input {
    width: 100%;
    padding: 15px;
    /* margin-bottom: 15px; */
    border: 1px solid #ccc;
    border-radius: 0px 5px 5px 0;
    font-size: 14px;
    box-shadow: inset 0px 0px 5px 4px rgb(0, 0, 0, 0.3);
    border-radius: 10px;
}
.login-container input:focus{
    border: 0.5px solid rgba(0, 0, 255, 0.341);
    outline: none;
}
.login-container button {
    width: 100%;
    padding: 18px;
    background: #275ba3;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}
button#send-otp-button {
    width: 90% !important;
}
/* .login-container button:hover {
    background-color: #0056b3;
} */
.login-container .signup-link {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}
.login-container .signup-link a {
    text-decoration: none;
    color: #251b66;
    font-weight: 600;
}
.login-container .signup-link a:hover {
    text-decoration: underline;
}
.Mobile_No {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    position: relative;
    align-items: center;
    height: 100%;
    margin-bottom: 10px;
}
.login-image {
    /* background-color: #A5BFCC; */
    align-items: center;
    /* padding: 15px; */
    border-radius: 5px 0 0 5px;
    height: 20px;
    position: absolute;
    right: 10px;
}
.logo{
    display: flex;
    justify-content: center;
    margin-bottom: -50px;
}
.logo &gt; img{
            width: 50%;
            height: 50%;
}
.login_text{
    color: black;
    font-size: 24px;
    text-align: center;
}
}

@media (min-width: 481px) and (max-width: 768px){
    .signup-container {
        /* background-color: #ffffff; */
        padding: 15px;
        border-radius: 10px;
        /* box-shadow: 0 0px 30px rgba(0, 0, 0, 0.8); */
        width: 80%;
        height: auto;
        position: absolute;
        top: 30px;
    }
    .signup-container input {
        width: 100%;
        padding: 16.3px;
        /* margin-bottom: 15px; */
        border: 1px solid #ccc;
        border-radius: 0px 5px 5px 0;
        font-size: 10px;
    }
    button#send-otp-button {
        width: 95% !important;
    }
    input#mobile {
        padding: 16px !important;
    }
    #mobile-section{
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        flex-wrap: nowrap !important;
    }
    div#otp-section {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        flex-wrap: nowrap !important;
        margin-top: 5% !important;
    }
    input#otp {
        padding: 16px !important;
    }
    .signup-container button {
        width: 100%;
        padding: 18px;
        background: #275ba3 !important;
        color: #fff;
        border: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
    }
    .signup-container button:hover {
        background-color: #0056b3;
    }
    .signup-container .login-link {
        text-align: center;
        margin-top: 10px;
        font-size: 18px;
    }
    .signup-container .login-link a {
    text-decoration: none;
    color: #251b66;
    font-weight: 600;
}
    .signup-container .login-link a:hover {
        text-decoration: underline;
    }
    .signup-container input:focus{
        border: 0.5px solid rgba(0, 0, 255, 0.341);
        outline: none;
    }
.login-container {
    /* background-color: #ffffff; */
    padding: 15px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.6); */
    width: 80%;
    height: auto;
    position: absolute;
    top: 30px;
}
.login-container input {
    width: 100%;
    padding: 18.7px;
    /* margin-bottom: 15px; */
    border: 1px solid #ccc;
    font-size: 10px;
    box-shadow: inset 0px 0px 5px 4px rgb(0, 0, 0, 0.3);
    border-radius: 10px;
}
.login-container input:focus{
    border: 0.5px solid rgba(0, 0, 255, 0.341);
    outline: none;
}
.login-container button {
    width: 100%;
    padding: 18px;
    background: #275ba3;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}
/* .login-container button:hover {
    background-color: #0056b3;
} */
.login-container .signup-link {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}
.login-container .signup-link a {
    text-decoration: none;
    color: #251b66;
    font-weight: 600;
}
.login-container .signup-link a:hover {
    text-decoration: underline;
}
.Mobile_No {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    align-items: center;
}
.login-image {
    /* background-color: #A5BFCC; */
    align-items: center;
    /* padding: 18px; */
    border-radius: 5px 0 0 5px;
    position: absolute;
    right: 25px;
    height: 20px;
}
.logo{
    display: flex;
    justify-content: center;
    margin-bottom: -50px;
}
.logo &gt; img{
            width: 50%;
            height: 50%;
}
.login_text{
    color:black;
    font-size: 24px;
    text-align: center;
}
}



@media (min-width: 769px) and (max-width: 1199px){
    .signup-container {
            /* background-color: #ffffff; */
    padding: 15px;
    border-radius: 10px;
    /* box-shadow: 0 0px 30px rgba(0, 0, 0, 0.8); */
    width: 80%;
    height: auto;
    position: absolute;
    top: 30px;
    }
    .signup-container input {
        width: 100%;
        padding: 16.3px;
        /* margin-bottom: 15px; */
        border: 1px solid #ccc;
        border-radius: 0px 5px 5px 0;
        font-size: 16px;
    }
       .dp_boss_logo{
    height: auto;
    width: 50%;
}
    button#send-otp-button {
        width: 100% !important;
    }
    input#mobile {
        padding: 16px !important;
    }
    #mobile-section{
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        flex-wrap: nowrap !important;
    }
    div#otp-section {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        flex-wrap: nowrap !important;
        margin-top: 5% !important;
    }
    input#otp {
        padding: 16px !important;
    }
    .signup-container button {
         width: 100%;
        padding: 14px;
        background: #275ba3 !important;
        color: white;
        border: none;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
    }
    .signup-container button:hover {
        background-color: #0056b3;
    }
    .signup-container .login-link {
        text-align: center;
        margin-top: 10px;
        font-size: 18px;
    }
    .signup-container .login-link a {
           text-decoration: none;
    color: #251b66;
    font-weight: 600;
    }
    .signup-container .login-link a:hover {
        text-decoration: underline;
    }
    .signup-container input:focus{
        border: 0.5px solid rgba(0, 0, 255, 0.341);
        outline: none;
    }
.login-container {
       /* background-color: #ffffff; */
    padding: 15px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.6); */
    width: 80%;
    height: auto;
    position: absolute;
    top: 30px;
}
.login-container input {
    width: 100%;
    padding: 18.7px;
    /* margin-bottom: 15px; */
    border: 1px solid #ccc;
    /* border-radius: 0px 5px 5px 0; */
    font-size: 10px;
    box-shadow: inset 0px 0px 5px 4px rgb(0, 0, 0, 0.3);
    border-radius: 10px;
}
.login-container input:focus{
    border: 0.5px solid rgba(0, 0, 255, 0.341);
    outline: none;
}
.login-container button {
        width: 100%;
    padding: 14px;
    background: #275ba3;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
/* .login-container button:hover {
    background-color: #0056b3;
} */
.login-container .signup-link {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}
.login-container .signup-link a {
           text-decoration: none;
    color: #251b66;
    font-weight: 600;
}
.login-container .signup-link a:hover {
    text-decoration: underline;
}
.Mobile_No {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    align-items: center;
}
.login-image {
    /* background-color: #A5BFCC; */
    align-items: center;
    /* padding: 18px; */
    border-radius: 5px 0 0 5px;
    position: absolute;
    right: 25px;
    height: 20px;
}
.logo{
    display: flex;
    justify-content: center;
    margin-bottom: -50px;
}
.login_text{
    color: black;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}
}

/* Forgot password css */
.forgot-password-container {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 80%;
    height: auto;
    position: absolute;
    top: 30px;
}
.forgot-password-container input {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 0px 5px 5px 0;
    font-size: 10px;
}
.forgot-password-container input:focus {
    border: 0.5px solid rgba(0, 0, 255, 0.341);
    outline: none;
}
.forgot-password-container button {
    width: 100%;
    padding: 8px;
    background-color: black;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}
.forgot-password-container .login-link {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
}
.forgot-password-container .login-link a {
    text-decoration: none;
    color: rgb(139, 139, 33);
}
.forgot-password-container .login-link a:hover {
    text-decoration: underline;
}
.forgot-password-container .Mobile_No {
    display: flex;
    flex-direction: row;
}
#Get_OTP{
    margin-top: 15px;
}
.forgot-password-container .login-image {
    background-color: #A5BFCC;
    align-items: center;
    padding: 9px;
    border-radius: 5px 0 0 5px;
}
.forgot-password-container .logo {
    display: flex;
    justify-content: center;
    margin-bottom: -50px;
}
.forgot-password-container .login_text {
   color: black;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .login-container {
        /* background-color: #ffffff; */
    padding: 15px;
    border-radius: 10px;
    /* box-shadow: 0 0px 30px rgba(0, 0, 0, 0.8); */
    width: auto;
    height: auto;
    position: absolute;
    top: 30px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.logo {
    display: flex;
    justify-content: center;
    margin-bottom: -50px;
}
   .dp_boss_logo{
    height: auto;
    width: 50%;
}
.login_text {
    color: black;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}
.Mobile_No {
    display: flex;
    flex-direction: row;
    width: 250px;
    flex-wrap: nowrap;
    position: relative;
    align-items: center;
    margin-bottom: 10px;
}
.login-image {
    /* background-color: #A5BFCC; */
    align-items: center;
    /* padding: 18px; */
    border-radius: 5px 0 0 5px;
    position: absolute;
    right: 10px;
    height: 15px;
}
.login-container input {
    width: 250px;
    padding: 18.7px;
    /* margin-bottom: 15px; */
    border: 1px solid #ccc;
    /* border-radius: 0px 5px 5px 0; */
    font-size: 10px;
    box-shadow: inset 0px 0px 5px 4px rgb(0, 0, 0, 0.3);
    border-radius: 10px;
}
.login-container button {
    width: 97%;
    padding: 14px;
    background: #275ba3;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.login-container .signup-link a {
    text-decoration: none;
    color: #251b66;
    font-weight: 600;
}
}
@media (max-width: 374px){
    .signup-container {
           /* background-color: #ffffff; */
    padding: 15px;
    border-radius: 10px;
    /* box-shadow: 0 0px 30px rgba(0, 0, 0, 0.8); */
    width: 80%;
    height: auto;
    position: absolute;
    top: 30px;
    }
    .signup-container input {
         width: 250px;
    padding: 16.3px;
    /* margin-bottom: 15px; */
    border: 1px solid #ccc;
    border-radius: 0px 5px 5px 0;
    font-size: 10px;
    }
    .signup-container button {
           width: 100%;
    padding: 14px;
    background: #275ba3 !important;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    }
       .dp_boss_logo{
    height: auto;
    width: 50%;
}
    input#mobile {
        padding: 16px !important;
    }
    #mobile-section{
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        flex-wrap: nowrap !important;
    }
    div#otp-section {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        flex-wrap: nowrap !important;
        margin-top: 5% !important;
    }
    input#otp {
        padding: 16px !important;
    }
    .signup-container button:hover {
        background-color: #0056b3;
    }
    .signup-container .login-link {
        text-align: center;
        margin-top: 10px;
        font-size: 18px;
    }
    .signup-container .login-link a {
           text-decoration: none;
    color: #251b66;
    font-weight: 600;
    }
    .signup-container .login-link a:hover {
        text-decoration: underline;
    }
    .signup-container input:focus{
        border: 0.5px solid rgba(0, 0, 255, 0.341);
        outline: none;
    }
.login-container {
        /* background-color: #ffffff; */
    padding: 15px;
    border-radius: 10px;
    /* box-shadow: 0 0px 30px rgba(0, 0, 0, 0.8); */
    width: 80%;
    height: auto;
    position: absolute;
    top: 30px;
}
.login-container input {
    width: 100%;
    padding: 18.7px;
    /* margin-bottom: 15px; */
    border: 1px solid #ccc;
    /* border-radius: 0px 5px 5px 0; */
    font-size: 10px;
            box-shadow: inset 0px 0px 5px 4px rgb(0, 0, 0, 0.3);
        border-radius: 10px;
}
.login-container input:focus{
    border: 0.5px solid rgba(0, 0, 255, 0.341);
    outline: none;
}
.login-container button {
    width: 100%;
    padding: 14px;
    background: #275ba3;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
button#send-otp-button {
    width: 90% !important;
}
/* .login-container button:hover {
    background-color: #0056b3;
} */
.login-container .signup-link {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}
.login-container .signup-link a {
        text-decoration: none;
    color: #251b66;
    font-weight: 600;
}
.login-container .signup-link a:hover {
    text-decoration: underline;
}
.Mobile_No {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
}
.login-image{
    /* background-color: #A5BFCC; */
    align-items: center;
    /* padding: 15px; */
    border-radius: 5px 0 0 5px ;
            position: absolute;
        right: 10px;
}
.logo{
    display: flex;
    justify-content: center;
    margin-bottom: -50px;
}
.login_text{
    color: black;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}
}
@media (min-width: 1200px){
    .signup-container input {
        width: 250px;
        padding: 16.3px;
        /* margin-bottom: 15px; */
        border: 1px solid #ccc;
        border-radius: 0px 5px 5px 0;
        font-size: 16px;
         display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    }
    .signup-container button {
        width: 250px;
        padding: 14px;
        background: #275ba3 !important;
        color: white;
        border: none;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
    }
    .signup-container .login-link a {
        text-decoration: none;
        color: #251b66;
        font-weight: 600;
    }
    form#loginForm {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
}

</pre></body></html>