body {
  height: 100%;
}

.app-h-50 {
  min-height: 50vh;
}

.app-bg-primary {
  background-color: #CD42A5;
  color: #ffffff;
}

.container-second {
  position: absolute;
  display: flex;
  min-height: 100%;
  height: 100%;
  width: 100%;
  flex-direction: column;
  z-index: 2;
}

#center-box-container {
  justify-self: center;
  align-self: center;
  margin: auto;
}

.container-second .center-box {
  height: 140%;
  max-height: 550px;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0px 2px 8px 2px #979797;
  width: 100%;
  max-width: 900px;
  padding-left: 40px;
  padding-right: 40px;
}

.app-pt-small {
  padding-top: 35px;
}

.app-pb-small {
  padding-bottom: 60px;
}

.app-single-page h3 {
  color: #60656E;
  font-weight: bold;
}

/* ==========  Select Field Variables ========== */

/* ==========  Select Field ========== */

/* Style Select Field */

select {
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 4px 0;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  color: #495057;
}

select::-ms-expand {
  display: none;
}

/* Remove focus */

select:focus {
  outline: none;
}

/* Hide label */

/* Use custom arrow */

.mdl-selectfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.mdl-selectfield {
  position: relative;
}

.mdl-selectfield:after {
  position: absolute;
  top: 0.75em;
  right: 0.5em;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  border-top: 0.375em solid rgba(0, 0, 0, 0.26);
  pointer-events: none;
}

.bg-secondary {
  background-color: #C4A0D8;
  color: #ffffff;
}

a.btn {
  color: #fff !important;
}

.btn:hover {
  color: #fff;
}

.btn-search-student-again {
  width: 100%;
  height: 100%;
  padding: 20px 0px 5px 0px;
}

.center-box p,
label {
  color: #989BA1;
}

.center-box-result label {
  height: 15px;
}

.center-box-form label {
  padding-bottom: 10px;
}

.center-box .result-true label {
  color: #989BA1;
}

.center-box .result-value {
  font-weight: 400;
  color: #60656E;
  font-size: 16px;
}

.exclamation-mark-container {
  color: #ffffff;
  font-size: 2.8em;
  background-color: #60656E;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  font-weight: bold;
  opacity: 0.8;
}

.result-true {
  padding-left: 50px;
  padding-right: 40px;
}

.border-left,
.border-bottom {
  border-color: #60656E !important;
}

.app-pb-mini {
  padding-bottom: 12px;
}

.app-pb-mini-2 {
  padding-bottom: 20px;
}

.app-pb-mini-2 .col-7 {
  padding-left: 30px;
}

.image-uniform {
  height: 50px;
}

.image-calzado {
  width: 70px;
}

.padding-left-sm {
  padding-left: 50px;
}

.app-pt-mini {
  padding-top: 20px;
}

.txtColorSecondary {
  color: #C4A0D8;
  font-size: 18px;
  font-weight: 400;
}

.textContactUs {
  color: #60656E;
  font-size: 16px;
}

.txtPhone {
  color: #60656E;
  font-size: 16px;
}

.btn-padding {
  margin-top: 100px;
  margin-left: 100px;
}

.container-second .center-box-form {
  max-height: 480px !important;
}

.last-row {
  margin-top: 50px;
}

.app-disabled {
  opacity: 0.5;
  cursor: default;
}

.spinner-loading-search {
  margin-right: 50px;
}

.error-required {
  border-bottom: 1px solid red !important;
}

#top-container .app-pt-small {
  padding-top: 15px;
}

.top-legend-2 {
  z-index: 3;
  margin-top: 10px;
}

.box-container .center-box-content {
  border-radius: 15px;
  background-color: white;
  box-shadow: 0px 2px 8px 2px #979797;
  width: 100%;
  max-width: 900px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 20px;
  z-index: 3;
}

body {
  background-color: #CD42A5;
}

.back-section {
  top: 0;
  position: absolute;
  background-color: white;
  height: 50vh;
  width: 100%;
  z-index: 1;
}

.all-content {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .captcha-container {
    margin-top: 0;
    width: 100%;
    overflow: hidden;
  }

  .all-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  #top-container {
    background-color: #F7F7F7;
  }

  .button-container.justify-content-end {
    justify-content: center !important;
  }

  .app-pt-small {
    padding-top: 5px;
  }

  .top-legend {
    z-index: 5;
    margin-top: 400px;
    height: 20%;
  }

  #center-box-container {
    margin: auto;
  }

  .telefonos {
    text-align: center;
    padding-left: 0;
  }

  .border-left {
    border-left: none !important;
    padding-left: 0;
    margin-top: 10px;
  }

  .container-second .center-box {
    position: relative;
    height: auto;
    max-height: unset !important;
    margin: initial;
    padding-left: 10px;
    padding-right: 10px;
  }
}

footer {
  width: 100%;
  display: flex;
  margin: auto;
  margin-bottom: 30px;
  justify-content: center;
}

