body, html {
    height: 100%;
    margin: 0;
    font-size: 14px;
    font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bg-image {
    background-image: url(../img/Mask-Group.png);
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-panel {
    max-width: 470px;
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translateX(-50%);
}

.panel {
    width: 90%;
    max-width: 424px;
    height: auto;
    border-radius: 4px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    margin: 0 auto;
    padding: 20px;
}

.panel-body {
    max-width: 380px;
    width: auto;
    margin: 0 auto;
    padding: 0px;
}

.logo {
    padding-top: 26px;
    padding-bottom: 10px;
}

h2 {
    font-weight: 500;
    font-size: 20px;
}

.entry-item {
    padding-bottom: 17px;
}

.intro {
    text-align: center;
    width: 90%;
    max-width: 319px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

label {
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
    margin-bottom: 5px;
    display: block;
    width: 126px;
    height: 15px;
    text-align: left;
}

input {
    outline: none;
    height: 50px;
    width: 100%;
    border-radius: 0 !important;
    text-indent: 20px;
    box-shadow: none !important;
    border-bottom: 2px solid #5555 !important;
    color: black;
}

.input-otp {
    outline: none;
    height: 50px;
    width: 100%;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-bottom: 2px solid #5555 !important;
    color: black;
    text-indent: -1px;
}

input, select {
    border: 1px solid #fff;
}

input[type=password]:focus,
input[type=text]:focus, 
input[type=email]:focus, 
select:focus {
    border: 1px solid rgba(41, 110, 198, 0.5);
}

.error {
    color: #bb0000;
    text-align: left;
    display: none;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

.forgot-password-link {
    position: relative;
    bottom: 0px;
    cursor: pointer;
    float: left;
    text-align: right;
    top: 32px;
}

.buttons {
    margin: 12px 0 23px 0;
    text-align: left;
}

button {
    background-image: none;
    background-color: #DF9926 !important;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: inherit;
    line-height: 1.3333333;
    margin-top: 2rem;
    margin-right: 0px;
    margin-bottom: 1.2rem;
    margin-left: 0px;
    padding: 10px 16px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    width: 160px;
    box-shadow: 0 0px 30px 0px #dae1f7;
}

/* OTP css */
.panel-verification {
    padding: 40px;
    text-align: left;
}

.title-verification {
    font-family: "Poppins Semibold";
    font-size: 24px;
    margin: 0;
}

.input-field {
    flex-direction: row;
    column-gap: 10px;
}

.input-field input {
    background: none;
    height: 45px;
    width: 30px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: none;
    border-bottom: 1px solid #707070;
    margin-left: 20px;
}

.input-field input:first-child {
    margin-left: 0 !important;
}

.input-field input:focus {
    border-bottom: 1px solid #000;
}

.input-field input::-webkit-inner-spin-button,
.input-field input::-webkit-outer-spin-button {
    display: none;
}

.xs-clearfix {
    clear: both;
}

.modal-header {
    border-bottom: none;
}

.modal-content {
    padding: 20px 30px;
}

.modal-content .close {
    font-size: 30px;
}

.modal-title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.btn-primary,
.btn-secondary, .btn-three {
    background: #424242;
    border: none;
    font-family: "Poppins Medium";
    font-size: 18px;
    padding: 10px 42px;
    border-radius: 0;
    outline: 0 !important;
}

.btn-primary:hover {
    background: #5F5D5D !important;
}

.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background: #000 !important;
}

.btn-secondary {
    background: #fff;
    color: #3B5555;
    border: 1px solid #8695A8;
}

.bdr-right {
    border-right: 1px solid #DBD6D6;
}

.btn-upload {
    background: #fff url(../images/icon-upload.png) 20px 50% no-repeat;
    color: #3B5555;
    font-family: "Poppins Medium";
    font-size: 16px;
    border: 1px solid #F1AC4D;
    padding: 12px 45px 12px 69px;
    white-space: nowrap;
    min-width: 250px;
    text-align: left;
}

.btn-mail {
    background: #fff url(../images/icon-mail.png) 15px 50% no-repeat;
    color: #3B5555;
    font-family: "Poppins Medium";
    font-size: 16px;
    border: 1px solid #F1AC4D;
    padding: 10px 15px 10px 45px;
    margin-top: 30px;
    white-space: nowrap;
    text-align: left;
    width: 100%;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .box-panel {
        position: static;
        transform: none;
        margin: 0 auto;
    }

    .panel {
        width: 100%;
        padding: 10px;
    }

    .intro {
        width: 100%;
    }

    .forgot-password-link {
        float: none;
        text-align: center;
        top: 0;
    }

    .buttons {
        text-align: center;
    }

    button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .panel {
        padding: 5px;
    }

    .title-verification {
        font-size: 20px;
    }

    .btn-primary,
    .btn-secondary, .btn-three {
        font-size: 16px;
        padding: 8px 20px;
    }

    .btn-upload,
    .btn-mail {
        font-size: 14px;
        padding: 8px 20px;
    }
}

.info-margin {margin-left: 40px !important;}@media only screen and (max-width: 767px) {.info-margin {margin-left: 0 !important; /* Remove margin for mobile devices */}}