body { background: #f3f3f3 !important; }

.cadastro_vestibulando { margin: 0 auto; width: 560px; text-align: center; max-width: 100%; }
.cadastro_vestibulando button { width: 100%; margin-top: 30px; }
.cadastro_vestibulando label i { position: absolute; margin-left: -15px; top: 10px; }

@media (max-width: 767px) { .cadastro_vestibulando label i { top: 3px; } }
#form_inicial_vestibular h4 { margin-bottom: 30px; }
#form_inicial_vestibular .form-group { margin: 0 auto; width: 350px; max-width: 100%; }

#fader { display: none; }

/* Absolute Center Spinner */
#fader h2 { text-align: center; z-index: 9999; color: #e6e6e6; position: absolute; top: 50%; left: calc(50% - 280px); margin-top: 30px; }

#fader .loading { position: fixed; z-index: 999; height: 2em; width: 2em; overflow: show; margin: auto; top: 0; left: 0; bottom: 0; right: 0; }

/* Transparent Overlay */
#fader .loading:before { content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); }

/* :not(:required) hides these rules from IE9 and below */
#fader .loading:not(:required) { color: #fff; }

@media print { * { -webkit-print-color-adjust: exact; }
  body { background: none; }
  body * { visibility: hidden; }
  #printable { width: 100%; position: relative; left: 0; }
  #printable .not_printable { display: none; visibility: hidden; }
  #printable * { visibility: visible; } }
