﻿.md-layout-content{min-height:90vh;}
footer{text-align:center;}
footer img{width:120px; margin-bottom:16px;}
.main-card{position:relative;}
.md-progress--card{position:absolute !important; top:0 !important; left:0 !important;}
#esqueci_senha{white-space:nowrap;}
@media screen and (max-width:479px){
  .main-card{border: 0 none !important;}
  .md-progress-login--card{position:fixed !important; top:0; left:0;}
}
@media screen and (max-width: 999px){
  #div_senha_desktop{width:100%; display: flex;justify-content: center;}
  #div_entrar{width:100%; display: flex;justify-content: center;}
  .card_body_entrar{max-width: 384px;}
  #div_botoes_esqueci_senha{display: block;}
  #voltar_login{display: flex;justify-content: center;}
  #enviar_email{display: flex;justify-content: center;}
}
@media screen and (min-width: 1000px){
	.card_body_entrar{max-width: initial;}
	#div_senha_desktop{width: 65%;}
	#div_entrar{margin-left: 22px;}
	.div_botoes{display:flex;}
	#btn_voltar{left: -8px;}
	#div_botoes_esqueci_senha{display: flex;}
	.text_botoes{font-size: 10pt;}
	#btn_enviar{left:5px;}
}
@media screen and (max-width: 894px){
  .card-body .logo img{mask-image: linear-gradient(to left, transparent 35%, black 75%);}
}

