.log-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    background-image: url('../images/flowers_4.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.alert-warning_reset_password,
.alert-warning {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    padding: 15px 25px;
    border-radius: 6px;
    font-size: 16px;
    z-index: 10000;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 20px;
        opacity: 1;
    }
}

.close_reset_pass,
.alert-warning .close {
    background: none;
    border: none;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #856404;
    transition: color 0.3s ease;
}

.close_reset_pass:hover,
.alert-warning .close:hover {
    color: #000;
}

.log-body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 30px 15px;
}

.log-main {
    background-color: transparent;
    padding: 20px 15px;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.login .form_login {
    display: flex;
    flex-direction: column;
}

.login label.log-lbl {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'Jost', sans-serif;
}

.login label.log-lbl:hover {
    color: #ADFF2F;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.log-inputt[type="text"],
.log-input[type="password"],
.log-input[type="email"] {
    background-color: rgba(200, 200, 200, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* color: #ffffff; */
    color: #616161;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
    width: 100%;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

.log-input::placeholder {
    color: rgba(87, 85, 85, 0.7);
}

.login_input_check {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #573b8a;
    border-radius: 4px;
    background: #ffffffeb;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
}

.login_input_check:checked {
    background-color: lab(67.88% -45.58 67.65);
    border-color: #573b8a;
}

.login_input_check:checked::after {
    content: '✓';
    /* color: #7CFC00; */
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 2px;
    font-weight: bold;
}

.login_input_check:hover {
    border-color: #ADFF2F;
}

.login_term {
    margin: 2px 0;
    font-size: 13px;
    color: #ccc;
}

.login_lbl_check {
    /* display: flex;
	align-items: center;
	gap: 5px;
	color: #ccc; */
    display: flex;
    align-items: center;
    gap: 5px;
    color: #813030;
}

.login_check_a {
    color: #7CFC00;
    text-decoration: underline;
}

.adm-log-btn {
    /* background-color: #ddd; */
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.adm-log-btn:disabled {
    background-color: rgba(200, 200, 200, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ccc;
    cursor: not-allowed;
}

.adm-log-btn:hover:enabled {
    background-color: lab(67.88% -45.58 67.65);
    transform: scale(1.02);
}

.signup {
    margin-top: 5px;
    text-align: center;
    color: #ccc;
}

.signup .forget_password a {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    font-style: italic;
    text-decoration: none;
    color: #ff4d4d;
}

.signup .forget_password a:hover {
    text-decoration: underline;
}

.help {
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px;
    color: rgb(19, 6, 142);
    text-transform: uppercase;
}

.contact-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 8px 0;
}

.contact-div img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.contact-div a {
    color: rgb(19, 6, 142);
    /* color: #87cefa; */
    font-size: 13px;
    text-decoration: none;
}

.contact-div a:hover {
    text-decoration: underline;
}

.company_copywrite {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #888;
    font-style: italic;
}