body {
  font-family: sofia-pro, sans-serif;
  font-style: normal;
}

.logo,
.portal {
  max-width: 100%;
}

.logo {
  height: auto;
}

.logo-container {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.text-blue {
  color: #343383;
}

.portal {
  width: 100px;
  height: 100px;
}

.content-box {
  margin-bottom: 3rem;
}

footer {
  color: #343383;
  text-transform: uppercase;
  position: relative;
}

.footer-bg {
  height: auto;
  width: 100%;
}

.btn-vdora {
  color: #fff;
  background-color: #393998;
  border-color: #393998;
  border-radius: 0;
}

.btn-vdora:hover {
  color: #393998;
  background-color: white;
  border-color: #393998;
  border-radius: 0;
}

@media screen and (min-width: 576px) {
  .content-box {
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(203, 203, 203, 0.75);
  }

  .footer-bg {
    border-bottom: 1px solid rgba(1, 2, 2, 0.15);
  }
}

@media screen and (min-width: 992px) {
  .logo {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .content-box {
    margin-bottom: 4rem;
  }
}

.cognito .c-label {
  font-size: 1rem;
  padding: 0 8px 0.5rem 0 !important;
}

.cognito .c-required .c-label:after {
  color: #343383;
}

.cognito .c-choice-option label span {
  padding-left: 0.5rem;
}

.cognito input[type="text"],
.cognito textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #495057;
  background-color: #f6f6f6;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cognito .btn {
  text-transform: uppercase;
}

.cognito .btn-primary {
  color: white;
  background-color: #343383;
  border-color: #343383;
}

.cognito .btn-primary:hover {
  color: white;
  background-color: #25245c;
  border-color: #25245c;
}

.cognito .c-button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.cognito .c-button-section {
  padding: 0 !important;
}

.cognito .c-forms-form .c-validation {
  font-family: sofia-pro, sans-serif !important;
  background: transparent !important;
  color: red !important;
  padding: 0.25rem 0 0 0 !important;
  margin: 0 !important;
}

.cognito .c-span-24 .c-span-12 {
  width: 100%;
}

.cognito .c-label {
  color: #343383;
  font-weight: 700;
}

.cognito .c-helptext {
  font-size: 0.875em;
  padding-left: 0 !important;
}

.cognito .c-helptext p {
  margin-bottom: 0;
}

.cognito .c-editor {
  padding-left: 0 !important;
}
