.fundoLogin{
    background:  linear-gradient(180deg, rgba(253, 167, 41, 0) 0%, #00a1d8 75%);
}

.backgroundFull {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height:  -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
}

.container-login{
position: fixed;
	height: 100%;
	width: 100%;
}

.container-login .login{
    background: #fff;
    padding: 0 30px;
    position: fixed;
    top: 50%;
    left: 0;
    margin: auto;
    right: 0;
    transform: translateY(-50%);
    max-width: 500px;
    width: 90%;
    padding-bottom: 60px;
    border-radius: 15px;
}

.container-login h1{
    padding-top: 3rem;
    padding-bottom:0.5rem;
    font-size: 1.3rem;
}

.container-login h5{
    font-size: 1rem;
    padding-bottom: 2rem;
}

.container-login .login input[type=password], .container-login .login input[type=text]{
    border:  1px solid #AFAFAF;
    width: 100%;
    padding: 9px 15px;
    margin-bottom: 1rem;
    border-radius: 6px;
}

.botao {
    padding: 7px 9px;
    float: left;
    transition: all 1s;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, .25);
    background-color: #00a1d8;
    border: solid 1px #00a1d8;
    color: #000 !important; font-weight: 800;
    -webkit-box-shadow:unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    border-radius: 6px;
    width: 100%;
    text-align: center;
}

.botao:hover{
    background-color: #FFF;
}

.container-login .login .botao{
    padding: 15px 45px;
    float: right;
    width: 100%;
}

.container-login .esqueci{
    width: 100%;
    float: left;
    margin-top: 0rem;
    margin-bottom: 3rem;
}

.container-login .cadastre-se{
    color: #FFF;   
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
    right: 0;
}

.container-login .cadastre-se a{
    color: #000;
    text-decoration: underline;
}

.container-login .esqueci a{
    color: #00a1d87;
}   

.fonteSemiBold{
    font-family: 'AribauGrotesk-Regular';
}

.fonteBlack, .fonteBold, .fonteExtraBold{
    font-family: 'AribauGrotesk-Black';
}


.modal-body,
.modal-content,
.modal-footer,
.modal-header {
  float: left;
  width: 100%;
  max-width: 100%
}
.modal-open .modal{
  z-index: 1100;
}

.modal-header{
  background: #ffbc22;    
  color: #FFF;
}

.modal .modal-body label{
  margin-bottom: 0.5rem;
}

.modal .botao3{
  padding: 7px 30px;
  border-radius: 25px;
}

.modal .topomodal{
  background: #ffcd04;
  padding: 1rem;
  border: solid 1px #FFF;
  cursor: pointer;
}

.modal .topomodal.selecionado{
  background: #ffbc22;
  color: #FFF;
}

#loginModal .modal-content,#loginModal2 .modal-content{
  border: none;
  background: transparent;
}

#loginModal .modal-body,#loginModal2 .modal-body{
  padding: 0;
}

#loginModal.modal,#loginModal2.modal{
  z-index: 2100;
}

#loginModal .close,#loginModal2 .close{
  color: #FFF;
  position: absolute;
  top: 6px;
  right: 15px;
  opacity: 1;
}

#loginModal .ladob,#loginModal2 .ladob{
  background: #ffbc22;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

#loginModal .apresentacao,#loginModal2 .apresentacao{
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

#loginModal .subapresentacao,#loginModal2 .subapresentacao{
  margin-bottom: 2rem;
}

#loginModal .ladoa,#loginModal2 .ladoa{
  background: #FFF;
}

#loginModal .lados,#loginModal2 .lados{
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 30px;
    padding-right: 30px;
}


  .modal-body #lista-perguntas{
        color: #666;
        padding: 30px 15px;
  }
.modal-body #lista-perguntas textarea, .modal-body #lista-perguntas input, .modal-body #lista-perguntas select{
  margin-top: 0.5rem;
}

.label-file, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea{
    border: solid 1px #e6e6e6;
  width: 100%;
  padding: 18px 15px;
  margin-bottom: 1em;
  resize: none;
  color: #000;
  background: #FFF;
  font-size: 1.15rem;
  margin-top: 2rem;
}


@media (min-width: 1200px) {
#modal-perguntas .modal-dialog {
    margin: 2.5vh auto;
}
  #modal-perguntas .modal-content{
    max-height: 95vh;
    overflow-y: scroll;
  }

}
  
@media(max-width: 991px){
    .container-login .login {
        top: 15px;
        transform: unset;
    }
}