html,
body {
    height: 100%;
}

body {
    /* display: flex; */
    align-items: center;
    flex-direction: column;
    /* padding-top: 40px; */
    /* padding-bottom: 40px; */
    overflow-x: hidden;
}

.microlinsFundo {
    background-color: #193069;
}

.preparaFundo {
    background-color: #C7051C;
}

.ensinaFundo {
    background-color: #94C11F;
}

.peopleFundo {
    background-color: #4f0087;
}

.sosFundo {
    background-color: #4cc968;
}

.yazigiFundo {
    background-color: #5b338c;
}

.form-signin {
    width: 100%;
    max-width: 450px;
    padding: 30px;
    margin: auto;
    background-color: #FFF;
    border-radius: 10px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    /* border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; */
}

.fonte-login {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.formulario{
    background-color: #FFF;
    height: 100vh;
    display: inline-grid;
    align-items: center;
}

.qrcode {
    position: fixed;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width: 480px) {
    .qrcode{ 
      display: none !important; 
    } 
}

/* .form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
} */