:root {
    --black: #000;
    --blue: #40e0d0;
    --gray: #2e2e22;
    --primary: #fff000;
    --red: #ed1b24;
    --white: #fff;
}

.error {
    font-size: 12px;
    position: relative;
    line-height: 1;
    width: 100%;
    color: red;
    font-weight: bold;
}

.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: block !important;
    height: 40px !important;
    border-radius: 1rem;
    user-select: none !important;
    -webkit-user-select: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 40px !important;
}

.card-login {
    width: 50% !important;
}

.background-aside {
    background-color: var(--primary);
}

.bg-frame {
    background-image: url(../../front_assets/img/auth/small-frame.svg);
    background-repeat: no-repeat;
    background-position: 80% 0%;
}

@media (max-width: 768px) {
    .card-login {
        width: 100% !important;
    }
}
