@font-face {
    font-family: "helveticaregular";
    src: url("../fonts/helvetica-webfont.woff2") format("woff2"),
        url("../fonts/helvetica-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "helveticabold";
    src: url("../fonts/helvetica-bold-webfont.woff2") format("woff2"),
        url("../fonts/helvetica-bold-webfont.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
}

.otp-input {
    /* text-transform: uppercase; */
    /* text-align: center;        */
    letter-spacing: 1px;
    /* font-weight: bold;         */
    /* border: none;              */
    /* outline: none;             */
    /* background: transparent;  */
}

.LoginSec {
    height: 100vh;
    background-color: #e7e7eb;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
}

.LoginContainer {
    margin: auto;
}

.loginsec-img {
    max-width: 670px;
    max-height: 638px;
}

.LoginMobileBanner {
    display: none;
}

.LoginBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.LoginForm {
    background-color: #fff;
    margin-left: -30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137254902);
    border-radius: 6px;
    opacity: 1;
    padding: 30px;
    width: 400px;
}

.LoginText {
    font-size: 14px;
    line-height: 18px;
    color: #37385c;
    font-family: "helveticaregular";
    margin: 30px 0 16px;
}

.form-group {
    margin-bottom: 0;
}

.LoginSec button.btn.btn-primary.login-btn,
.LoginSec button.btn.btn-primary.login-btn:active {
    background-color: #ec743f;
    border-color: #ec743f;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.24px;
    padding: 16px 60px;
    font-family: helveticaregular;
}

.db-slider {
    width: 670px;
    height: 638px;
    background-color: #37385c;
    border-radius: 6px;
    padding: 48px;
    display: flex;
    align-items: center;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.img-box img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.slider-info-box {
    display: flex;
    justify-content: start;
    align-items: center;
}

.carousel-item h3 {
    color: #ffffff;
    font-family: helveticabold;
    font-size: 24px;
    margin: 0px;
}

.carousel-item h5 {
    color: #ffffff;
    font-family: helveticaregular;
    font-size: 14px;
    margin: 0px;
}

.slider-info-box {
    margin-top: 40px;
}

.content-box {
    padding-left: 20px;
}

.content-box h3 {
    color: #ffffff;
    font-family: helveticabold;
    font-size: 20px;
    margin: 0px;
}

.content-box p {
    color: #ffffff;
    font-family: helveticaregular;
    font-size: 14px;
    margin: 0px;
    padding-top: 5px;
}

.content-box a {
    color: #ffffff;
    font-family: helveticaregular;
    font-size: 14px;
    margin: 0px;
    padding-top: 5px;
    text-decoration: none;
}

.carousel.slide {
    width: 100%;
}

.carousel-indicators li.active {
    width: 27px;
    height: 10px;
    background-color: #a1a1b2;
    /* border-radius: 15px!important; */
    border-top-left-radius: 15px !important;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #a1a1b2;
    border-radius: 50%;
}

.carousel-indicators {
    bottom: -60px !important;
}

img.login-logo {
    width: 145px;
    height: auto;
    margin-bottom: 30px;
}

h3.login-heading {
    font-size: 24px;
    font-family: "helveticabold";
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-control {
    color: #ec743f !important;
    font-family: "helveticaregular";
    padding: 20px 19px !important;
    border-radius: 6px !important;
    border: 0.400000006px solid #37385c;
    color: #37385c;
    line-height: 16px !important;
    height: 60px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #37385c;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.btn-primary:disabled {
    color: #fff;
    background-color: #adacac !important;
    border-color: #adacac !important;
}

a.emp-login {
    color: #2b60ef;
    font-family: "helveticaregular";
    font-size: 15px;
    margin-top: 12px !important;
    display: block;
    text-decoration: none;
}

@media (max-width: 800px) {
    .LoginSec {
        /* display: block; */
        width: 100%;
        background-color: #ffffff;
    }

    .db-slider {
        width: 100%;
        height: 100%;
        padding: 30px;
        display: flex;
        align-items: center;
        padding-bottom: 50px;
        border-radius: 15px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .LoginForm {
        padding: 30px 25px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: -10px;
        width: 100%;
        margin: auto;
    }

    .carousel-item h3 {
        font-size: 16px;
        margin: 0px;
    }

    .carousel-item h5 {
        font-size: 14px;
        margin: 0px;
        padding-top: 5px;
    }

    .slider-info-box {
        margin-top: 20px;
    }

    .carousel-indicators {
        bottom: -50px !important;
    }

    .LoginContainer {
        padding: 0px !important;
        margin: auto;
        padding-bottom: 20px !important;
        overflow: hidden;
    }

    .img-box img {
        width: 50px;
        height: 50px;
    }

    h3.login-heading {
        font-size: 20px;
        padding-top: 18px;
    }

    .form-control {
        height: 45px;
        font-size: 15px;
    }

    .slider-info {
        height: 220px;
    }

    .LoginSec button.btn.btn-primary.login-btn,
    .LoginSec button.btn.btn-primary.login-btn:active {
        padding: 12px 60px;
    }
}

.pwdsection {
    display: none;
}

.loginbtn {
    display: none;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.ui-widget-header {
    background: #337ab7 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.pwdsection {
    display: none
}

.loginbtn {
    display: none
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.ui-widget-header {
    background: #337ab7 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.customLink {
    display: none; /* Hidden by default */
    color: #007bff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease-in-out;
}

.customLink:hover {
    color: #0056b3;
    text-decoration: underline;
}
