body {
    font-family: "Poppins", sans-serif !important;
}

*::-webkit-scrollbar {
    width: 0.5rem;
}

*::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #363636;
}

@media only screen and (min-width: 500px) {
    .login_section {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 500px;
        display: inline-block;
    }
}

.btn {
    padding: 10px 12px;
}

.btn-primary,
.btn-success {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    border-radius: 50px;
}

.btn-primary {
    border: 2px solid #f00;
    background: #f00;
}

.btn-success {
    border: 2px solid #17822c;
    background: #17822c;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-visible {
    color: #f00 !important;
    background: #fff !important;
    border: 2px solid #f00 !important;
    transition: 0.3s;
    box-shadow: none;
}

.btn-secondary {
    color: #f00;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    border-radius: 50px;
    border: 2px solid #f00;
    background: #fff;
}

.btn-secondary:hover {
    color: #fff;
    background: #f00;
    border: 2px solid #f00;
    transition: 0.3s;
}

.btn-black {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    border-radius: 50px;
    border: 2px solid #000;
    background: #fff;
}

.btn-black:hover {
    color: #fff;
    background: #000;
    border: 2px solid #000;
    transition: 0.3s;
}

.login-form label {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.02em;
}

.login-form .login-btn {
    height: 48px;
    font-size: 18px;
}

.forgot-password-wrap a {
    color: #f00;
}
