* {
    box-sizing: border-box;
}

body, h1, h2, p, ul, li {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.content-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.right-side {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(13, 110, 180, .73), rgba(13, 110, 180, .73)), url('../../images/background-login-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.content-right {
    overflow: hidden;
}

.left-side {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
}

.left-titles {
    text-align: center;
    margin-bottom: 50px;
}

.left-titles h1 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    margin-bottom: 5px;
}

.left-titles p {
    color: #2D3748;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 9.88px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.logo-docutrans {
    margin-bottom: 70px;
    text-align: center;
}

.carousel-caption {
    padding: 0 35px;
    width: 100%;
    max-width: 100%;
}

.item-content {
    display: flex;
    align-items: end;
}

.hero-img {
    flex: 0 0 450px;
    max-width: 450px;
}

.hero-desc {
    position: relative;
    margin-left: -65px;
}

.hero-img img {
    max-width: 450px;
}

.hero-desc p {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Mukta Vaani', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    position: relative;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
    margin-left: 260px;
}

.content-left {
    max-width: 352px;
}

.form-wrapper label {
    display: block;
    color: #2D3748;
    font-family: "Poppins", sans-serif;
    font-size: 9.878px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.198px;
}

.form-wrapper input[type="password"],
.form-wrapper input[type="text"] {
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 2.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
    width: 100%;
    min-width: 0;
    appearance: none;
    margin-bottom: 25px;
}

.form-wrapper input[type="password"]:focus,
.form-wrapper input[type="text"]:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 0 0 transparent;
}

.form-wrapper button[type="submit"] {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    width: 352px;
    height: 41px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #C92827;
    border: 0;
}

.logo-mobile {
    display: none;
    margin-bottom: 100px;
}

.logo-mobile img {
    max-width: 100%;
}

.alert {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.inputIcon {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.showpw {
    position: absolute;
    width: 46px;
    height: 38px;
    right: 0;
    top: 0;
    padding: 0.375rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
    color: #495057;
}

.hidepw {
    position: absolute;
    width: 46px;
    height: 38px;
    right: 0;
    top: 0;
    padding: 0.375rem 0.75rem;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
    color: #495057;
    display: none;
}

@media (max-width: 1600px) {
    .item-content {
        display: block;
    }

    .hero-desc {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .right-side {
        display: none;
    }

    .left-side {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 40px;
        flex-wrap: wrap;
    }

    .content-wrapper {
        justify-content: center;
        background-image: linear-gradient(to bottom, rgba(13, 110, 180, .73), rgba(13, 110, 180, .73)), url('../../images/background-login-img.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .logo-mobile {
        display: block;
    }

    .left-titles p,
    .form-wrapper label {
        font-size: 11px;
    }
}

@media (max-width: 400px) {
    .content-left {
        max-width: 100%;
    }

    .form-wrapper button[type="submit"] {
        width: 100%;
    }

    .left-titles h1 {
        font-size: 20px;
        line-height: 19px;
    }
}