.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;
    font-size: 18px;
    margin-top: 1px;
}
.fa-facebook{
    color: #0d8af0;
    font-size: 18px;
    margin-top: 2px;
}
.text-login-google,
.text-login-facebook{
    color: #1e4080;
}
.form-login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.box-form-login {
    width: 360px;
}

.bg-login {
    background-color: var(--layout-dashboard);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.box-img-form-login {
    width: 60%;
    height: auto;
}

.box-img-form-login img {
    width: 100%;
    height: auto;
}

.title-login {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 15px auto;
    color: var(--layout-dashboard) !important;
}

.description-login,
.form-check-label-text,
.option-login-text {
    font-size: 12px;
    font-weight: 600;
    color: var(--layout-dashboard) !important;
}

.login-input {
    width: 100%;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    padding: 5px 15px;
    outline: none;
    font-size: 12px;
}

.btn-unibeam {
    width: 100%;
    border: none;
    outline: none !important;
    padding: 5px 15px;
    border-radius: 3px;
}

.btn-unibeam:active {
    border: none;
    outline: none !important;
}

.btn-login {
    background-color: var(--layout-dashboard);
    color: var(--primary);
    font-weight: bold;
}

.btn-login:hover {
    background-color: var(--primary);
    color: #FFFFFF;
    transition: .3s;
}

.form-login a {
    text-decoration: none;
    color: var(--a-tag-color) !important;
}

.btn-google-login {
    border: 1px solid #a1c4ea !important;
    padding: 5px !important;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.btn-facebook-login {
    border: 1px solid #a1c4ea !important;
    padding: 5px !important;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.alert-unibeam{
    padding: 5px 15px !important;
    border-radius: 5px !important;
}
@media (max-width: 992px) {
    .bg-login {
        display: none;
    }
}