body {
    background: url(../../../images/auth/auth-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1 {
    font-family: 'Alice', serif;
    font-size: 3.0519rem;
    font-style: normal;
    background: linear-gradient(180deg, #0b1f82 3.48%, #000442 103.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 120%;
}

.navbar-logo {
    width: 6vw;
    height: auto;
    object-fit: contain;
}

.page-header {
    padding-top: 24px;
    padding-bottom: 24px;
}

.button-google {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    color: var(--black);
    line-height: 130%;
    border: 1px solid #3C3C3E;
    border-radius: 8px;
    margin-bottom: 32px;
}

.or-label {
    font-family: 'PT Sans', sans-serif;
    font-size: 0.8rem;
    line-height: 150%;
    font-style: normal;
    color: #01030D;
    display: block;
    text-align: center;
    margin-bottom: 24px;
}

.form-control.login {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    color: #01030D;
    line-height: 130%;
    border: 1px solid #3C3C3E;
    border-radius: 8px;
}

.form-control.register {
    border: 1px solid #3C3C3E;
    border-radius: 4px;
}

.btn.button-custom {
    background: radial-gradient(
        263.1% 263.1% at 50% 50%,
        #ffd700 0%,
        #b39700 100%
    );
    border-radius: 8px;
    font-family: "PT Sans", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    color: #01030D;
    line-height: 130%;
    transition: all 500ms ease;
    padding: 8px 16px;
    margin-bottom: 32px;
}

.btn.button-custom:hover {
    background: #B39700;
}

.link {
    font-family: 'PT Sans', sans-serif;
    font-size: 1rem;
    line-height: 150%;
    text-align: center;
    font-style: normal;
    color: #3C3C3E;
    margin-bottom: 96px;
}

.link a  {
    color: #0B1F82;
    font-weight: bold;
}

.copyright {
    font-family: 'PT Sans', sans-serif;
    font-size: 0.8rem;
    line-height: 150%;
    font-style: normal;
    color: var(--black);
    display: block;
    text-align: center;
}

#formRegister label {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    color: var(--black);
    line-height: 130%;
}

@media (min-width: 768px) and (max-width: 997.98px) {

    .navbar-logo {
        width: 12vw;
    }

}

@media (max-width: 767.98px) {

    .navbar-logo {
        width: 20vw;
    }

}
