body {
    background: #0074e2 url(../image/login_left_bg.jpg);
}

.content-wrapper {
    margin-left: 0;
    color: #fff;
}

label {
    color: #fff;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.align-self-end {
    align-self: flex-end !important;
}

.form-group label {
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: .5rem;
}

.input-group-text {
    font-weight: 400;
    line-height: 1;
    color: #495057;
    text-align: center;
    white-space: nowrap;
}

.flex-grow {
    flex-grow: 1;
}

.text-white {
    color: #ffffff !important;
}

.d-flex {
    display: flex;
}

.auth .login-half-bg {
    height: 100vh;
}

@media (min-width: 768px) {
    .auth.auth-img-bg .auth-form-transparent {
        margin: 20px auto;
    }
}

.auth .brand-logo {
    margin-bottom: 2rem;
}

.auth .form .auth-link:hover {
    color: initial;
}

.form-control {
    height: 40px;
    border-right: 0px;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.p-3 {
    padding: 1rem !important;
}

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.875rem 1.375rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #fff;
    border-left: 0px;
}

.bg-transparent {
    background-color: transparent !important;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

::-webkit-input-placeholder {
    color: red;
}

:-ms-input-placeholder {
    color: red;
}

::placeholder {
    color: red;
}

.form-control:focus {
    border-color: #d2d6de;
}

.leftbg {
    background: #0074e2 url(../image/login_left_bg.jpg);
    background-size: cover;
}

.rightbg {
    background: #e8f2fc url(../image/right_bg.jpg) no-repeat center center;
}

a {
    color: #fff;
}

.btn-login {
    color: #0569e1;
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.col-md-6 {
    width: 50%;
}

@media (max-width: 600px) {
    .rightbg {
        display: none;
    }

    .col-md-6 {
        width: 100%;
    }
}

/* CAPTCHA Styling */
.captcha-container {
    margin: 15px 0;
    text-align: center;
}

.brand-logo-top {
    margin-top: 15px;
}

.brand-title {
    margin: 30px 0;
}

.brand-slogan {
    padding: 10px 0;
    font-weight: 600;
}

.captcha-label {
    font-weight: 500;
}

.captcha-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.captcha-canvas {
    border: 2px solid #fff;
    border-radius: 5px;
    background: #f0f0f0;
    cursor: pointer;
}

.captcha-refresh-btn {
    background: #fff;
    color: #0074e2;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
}

.captcha-input {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 16px;
}

.captcha-hint {
    color: #fff;
    margin-top: 5px;
    display: block;
}

.login-action-left {
    padding-top: 5px;
    float: left;
}

.login-action-right {
    float: right;
}