body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;    
background: #6a11cb;

background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));

background: linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1))
}

.login-block {
    padding: 30px 0;
    margin: 0 auto;
    background-size: cover;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-block .auth-box {
    margin: 20px auto 0;
    max-width: 450px;
}

.esquecisenha
{
   color: blue;
   text-decoration: underline;
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);
    box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);
    border: none;
    margin-bottom: 30px;
}

.card-block {
    padding: 1.25rem;
}

.form-group {
    margin-bottom: 0.5em;
}

.form-control {
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.espacamento {
    height: 10px;
}

.espacamento-grande {
    height: 20px;
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px;
}

.btn-folder {
    background-color: #01a9ac;
    border-color: #01a9ac;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.btn {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 15px;
    padding: 7px 11px;
    cursor: pointer;
    width: 100%;
} 

.h3 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;    
    margin-top: 0;
}


.ff {
      background: url('../_img/bgazul.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.fonte-20 {
    font-size: 10px !important;
}

.fundo { 
  /*  
background: #6a11cb;

background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));

background: linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1))
*/

background: url('../_img/bg.jpg') no-repeat center center fixed; 
}

.semitransp {
   height: 430px;
   width: 350;
   min-width: 350px;
   background-color: rgba(0,0,0,0.5) !important;	
   padding-top: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
   border-radius: 10px;    
}

.titulo {
	color: #ffffff;
    font-size: 1.5em;
    font-family: 'Calibri', sans-serif;    
    padding-top: 10px;
}

.texto {
	color: #ffffff;
    font-size: 1em;
    font-family: 'Calibri', sans-serif;    
}


.itens {
    color: #ffffff;
    font-size: 1em;
    font-family: 'Calibri', sans-serif;    
    text-align: left;
}

.logo-centro
{
    width: 180px;
}

.logo
{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 180px;
}

.login-texto {
    border: 1px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    background-color: rgba(0,0,0,0.5);
    padding: 8px;
    font-family: 'Calibri', sans-serif;    
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 1.1em;
    color: #ffffff;
}

.login {
	background-color: #ffffff;
	border: 0px;
	padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;	
     font-family: 'Calibri', sans-serif;    
     font-weight: bold;
     letter-spacing: 1.5px;
     font-size: 1.1em;
}

.botao {
    background-color: #ffffff;
    border: 0px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;    
     font-family: 'Calibri', sans-serif;    
     font-weight: bold;
     letter-spacing: 1.5px;
     font-size: 1.1em;
}

.login-icone {
	padding-right: 20px;
}

.login-linha {
	padding-top: 40px;
}

.botao-linha {
	padding-top: 20px;
}

.escondido {
    display: none;
}

/* 1200px */
@media (max-width: 75em){

}


/* 1136px */
@media (max-width: 71em){

}


/* 1024px */
@media (max-width: 64em){

}


/* 926px */
@media (max-width: 57em){

}


/* 768px */
@media (max-width: 48em){

}


/* 640px */
@media (max-width: 41em){

.logo
{
    width: 100px;
}

}


/* 580px */
@media (max-width: 36em){

}


/* 528px */
@media (max-width: 33em){

}

/* 520px */
@media (max-width: 32em){

}


/* 480px */
@media (max-width: 30em){

}

@media screen and ( max-height: 570px ) {

.logo {
    display: none;
}

}