body {
    background-color: #F4EBD9;
    background-size: cover;
    background-position: center;
    background-image: url('/img/auth-bg.png');

    min-height: 100vh;
}

.card {
    background-color: #FBF6EC;
    border-radius: 0;
    border: none;
}

.card-header {
    border: none;
    background: transparent;
    padding: 40px 20px 15px;
}

.card-title {
    font-family: garage-gothic, sans-serif;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0em;
}

.card-primary {
    border-radius: 0 !important;
}

.form-container {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding-bottom: 6px;
}


.card-footer {
    background-color: #BF7C43;
    border-radius: 0;
    border: none;

    padding: 24px 20px;

    background-size: cover;
    background-position: center;
    background-image: url('/img/auth-footer-bg.png');
}

.footer-container {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;

    padding: 0 20px;
}

.footer-title {
    color: #ffffff;
    font-family: garage-gothic, sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0em;
}


.social-btn-container {
    text-align: center;
    display: flex;
    gap: 10px;

    padding: 0 20px 32px;

    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}

.btn {
    border-radius: 1px;
}

.btn-secondary {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #2B1E0F;
}

.btn-success {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 110%;

    letter-spacing: 0.01em;

    color: #FFFFFF;
    text-shadow: 0px 1px 3px rgba(82, 82, 82, 0.2);
}

.social-btn {
    width: 100%;
    border-radius: 1px;

    padding: 15px 18px;

    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.01em;
    text-shadow: 0px 1px 3px rgba(82, 82, 82, 0.2);
}

.form-group label,
.control-label {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #2B1E0F;
}

.action-label,
.tac-label {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #2B1E0F;
}

.tac-label {
    font-weight: 500;
    text-align: left;
}

.form-control {
    padding: 24px 16px;

}

@media (max-width: 480px) {
    .social-btn-container {
        flex-direction: column;
        gap: 0;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .padding-bottom-3x {
        padding-bottom: 48px !important;
    }
}

a, a:hover{
    color:#389C23;
}
