body {
  /*background: url('../../uploads/images/background.jpg') no-repeat center fixed !important;
   -webkit-background-size: cover  !important;
   -moz-background-size: cover  !important;
   -o-background-size: cover  !important;
   background-size: cover  !important;
   */
  background-color: #271CD0 !important;
  width: 100%;
  height: 100%;
  /*color: $color-primary !important;*/
  color: white !important;
}

.btn-primary {
  background-color: #271CD0 !important;
  /*border-color: $color-primary !important;*/
  border-color: white !important;
}

.form-floating > .form-control, .form-floating > .form-control-sm, .btn {
  border-radius: 0px !important;
  font-size: 1.25rem !important;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1.95rem 0.75rem 1.2rem 0.75rem !important;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(1.5rem + 2px) !important;
  line-height: 1 !important;
}

.form-floating > label {
  padding: 0.75rem 0.75rem !important;
}

.form-check-input:checked {
  background-color: #271CD0 !important;
  border-color: #271CD0 !important;
}

div.container-principal {
  min-height: 100vh;
  /*background:white; */
  max-width: 700px;
}

form {
  color: #271CD0 !important;
}

p {
  color: #666 !important;
}

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus {
  background: #271CD0 !important;
}/*# sourceMappingURL=main.css.map */