
body {
  background: rgba(88, 68, 171, 1);
  background: -moz-linear-gradient(top, rgba(88, 68, 171, 1) 0%, rgba(41, 22, 111, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(88, 68, 171, 1)), color-stop(100%, rgba(41, 22, 111, 1)));
  background: -webkit-linear-gradient(top, rgba(88, 68, 171, 1) 0%, rgba(41, 22, 111, 1) 100%);
  background: -o-linear-gradient(top, rgba(88, 68, 171, 1) 0%, rgba(41, 22, 111, 1) 100%);
  background: -ms-linear-gradient(top, rgba(88, 68, 171, 1) 0%, rgba(41, 22, 111, 1) 100%);
  background: linear-gradient(to bottom, rgba(88, 68, 171, 1) 0%, rgba(41, 22, 111, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5844ab', endColorstr='#29166f', GradientType=0);
  font-size: 15px;
}

.logo {
  width: 150px;
}

label,
.text-theme {
  color: #29166f;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #949596;
  outline: 0;
  -moz-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .25);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .25);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .25);
}

.required-theme {
  color: #f8c301;
  font-size: 16px;
  font-weight: bold;
}

.custom-switch .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #29166f;
  background-color: #29166f;
  -moz-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .25);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .25);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .25);
}
