
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 100vh;
    padding: 20px;

}
.login-box {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 50px 70px;
    width: 100%;
    max-width: 500px;
    color: #fff;
}
.form-check-input {
    width: 15px;
    height: 16px;
    margin-right: 0;
    margin-top: 7px;
    color: #fff;
}

.login-box h4 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.form-group {
    position: relative;
}

.form-control {
    background-color: rgb(255 255 255 / 11%);
    border: none;
    border-radius: 5px;
    height: 45px;
    padding-left: 10px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #3b3b3b;
    color: #fff !important;
}
.form-group .fa
{
    color: #fff;
}
.form-control::placeholder
{
    color: #fff;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
    background-color: rgb(255 255 255 / 11%);
}

.input-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #999;
    cursor: pointer;
}

.btn-login {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    height: 45px;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
}

.form-check-label,
.forgot-password {
    color: #ccc;
    font-size: 14px;
}

.forgot-password:hover {
    text-decoration: underline;
    color: #fff;
}

.change-lang-btn {

    background-color: black;
    color: white;
    border: none;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 14px;
    display: flex
;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
}
.form-check-label, .forgot-password
{
    color: #ccc;
    font-size: 13px;
}
.change-lang-btn img {
    width: 20px;
    height: 14px;
}
.logo-image img
{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.form-control:focus
{
    color:#fff !important;
    border-color:#fff !important;
}
