.login-btn {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 2px 2px;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s ease-in-out;
    background: #819AEA !important;
    color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    height: 40px;
    width: 175px;
}
.login-btn:hover {
    background: #6672A6 !important;
}
.login-btn:before {
    content: none;
}
.login-btn:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.register-btn {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 2px 2px;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s ease-in-out;
    border-radius: 20px;
    height: 40px;
    width: 175px;
    background: #FDB002;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}
.register-btn:hover {
    background: #EBA51C !important;
}
.register-btn:before {
    content: none;
}
.register-btn:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.login-split {
    grid-template-columns: auto;
    height: auto;
}

.modal-content.login {
    background: #5B6C9E;
    border: none;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    padding-bottom: 0px;
}

.modal-content.login .close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    background: none;
    border: none;
    padding: 0;
    z-index: 100;
}

.login-content .logo {
    width: 150px;
    margin: 0 auto 20px;
}

.title-login {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}

.input-group {
    margin-bottom: 15px;
}

.form-control {
    height: 45px;
    border-radius: 25px;
    padding: 10px 20px 10px 45px;
    border: none;
    font-size: 14px;
    background: #fff;
    width: 100%;
}

.input-group {
    position: relative;
}

.input-group-prepend {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.input-group-text {
    background: none;
    border: none;
    padding: 0;
}

.input-group-text img {
    width: 18px;
    height: 18px;
    opacity: 0.5;
}

.forgot {
    text-align: right;
    margin: -5px 0 20px;
}

.forgot a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

#form-login {
    background: #FDB002;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

#form-login:hover {
    background: #e69f02;
}

.no-member {
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}

.modal-check[data-type="register"] {
    color: #FDB002;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
}

.problem {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.problem a {
    color: #FDB002;
    text-decoration: underline;
}

/* Remove focus outlines */
.form-control:focus {
    outline: none;
    box-shadow: none;
}

/* Placeholder styling */
::placeholder {
    color: #999;
    opacity: 0.7;
}
.input-group-login {
    position: relative;
    margin-bottom: 15px;
}
.input-group-login .form-control {
    border-radius: 8px;
    box-shadow: -2px 4px 2px 0px #00000038;
    padding-right: 40px;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.password-toggle:hover {
    opacity: 1;
}

.password-toggle img {
    width: 18px;
    height: 18px;
}

form.login-detail.show-detail {
    width: 332px;
    margin: 0px auto;
}

.modal-dialog.login {
    border-radius: 20px;
}
.show-detail h5.modal-title {
    color: #fff;
    margin-bottom: 10px;
}
.no-condition {
    color: #fff;
}
.btn-reg{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 2px 2px;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s ease-in-out;
    background: #819AEA !important;
    color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    }
    span.modal-check {
        color: #FDB002;
        text-decoration: underline;
        cursor: pointer;
    }
.btn-login {
    background: #FDB002;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
    transition: background 0.3s;
}