.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 {
  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 {
  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 {
  align-self: center !important;
  text-align: center !important;
  font-size: 14px;
}
