.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #8F003C;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 0.5s linear infinite;
    align-self: center;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-title-header {
    font-family: 'Rubik';
    text-decoration: none !important;
    color: rgba(143, 0, 60, 1);
    align-self: center !important;
    text-align: center !important;
    margin-right: 8px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding: 0px !important;
    font-size: 42px;
}

.form-title-sso {
    font-family: 'Rubik';
    text-decoration: none !important;
    color: rgb(0, 0, 0);
    align-self: center !important;
    text-align: center !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    font-size: 22px;
}

.container-fluid-loading-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100vh;
    padding: 15px;
}

.checking {
    font-family: 'Rubik';
    align-self: center !important;
    text-align: center !important;
    font-size: 14px;
}

.title-checking-credentials {
    font-weight: 800;
    margin: 0px 0px !important;
    text-align: center;
    display: flex;
    padding: 0px !important;
}