:root {
    --primary-color: #FFD459;
    --primary-dark: #E6BF50;
    --background: #000000;
    --surface: #121212;
    --text-primary: #FFFFFF;
    --text-secondary: #A0A0A0;
    --border: #333333;
}

body {
  background-color: #000000;
  color: #fff;
}

.login-wrap {
  background-color: #121212;
}

.body-sign .card-sign .card-body {
    background: #121212;
    padding: 33px 33px 15px;
}

.body-sign .card-sign .card-body {
    border-radius: 10px;
}

.body-sign {
    max-width: 440px;
    min-width: 320px;
}

.page-container {
    position: relative;
    min-height: 100vh;
    width: 100%;
}

.page-container::before,
.page-container::after {
    content: "";
    position: fixed;
    background-repeat: no-repeat;
    z-index: 1;
}

.body-sign {
    position: relative;
    z-index: 2;
}

.content {
    padding: 7rem 0;s
}

.half,
.half .container>.row {
    height: 100vh;
    min-height: 700px;
}

.half,
.half .bg>.row {
    height: 100vh;
    min-height: 700px;
}

.half .contents {
    background: #fff;
}

.half .bg {
    width: 35%;
}

@media (max-width: 767.98px) {
    .half .bg {
        display: none;
    }
}

.half .contents {
    width: 65%;
}

@media (max-width: 767.98px) {
    .half .contents {
        width: 100%;
    }
}

.half .bg {
    background-size: cover;
    background-position: center;
}

.form-block {
    padding: 40px;
    max-width: 400px;
}

@media (max-width: 767.98px) {
    .form-block {
        padding: 25px;
    }
}

.strength{
    width: 25%;
    display: inline-block;
    position: relative;
    height: 100%;
    bottom: 7px;
}

#strength-bar{
    background-color: #dcdcdc;
    height: 10px;
    position: relative;
    border-radius: 5px;
    margin-top: 10px;
}

.logo-login {
    margin: 0 auto;
    display: block;
}

.h4-login {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}

a {
    color: #777;
}

a:hover {
    color: #000;
}

.welcome-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.logo-area {
    text-align: center;
}

.logo-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.logo-subtext {
    font-size: 14px;
    color: var(--text-secondary);
    letter-spacing: 1px;
}

.logo-icon {
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.form-footer {
    text-align: center;
    color: var(--text-secondary);
    font-size: 13px;
    border-top: 1px solid var(--border);
    padding-top: 20px;
}