#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#005191;
    z-index: 99999999;
    pointer-events: none!important;
}

#preloader img {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
}

.EscondeLoader {
    opacity: 0;
    -webkit-transition-duration: 1s; /* Safari */
    -webkit-transition-delay: 1s; /* Safari */
    transition-duration: 1s;
    transition-delay: 1s;
}

.EscondePreLoader {
    opacity: 0;
    -webkit-transition-duration: 2s; /* Safari */
    -webkit-transition-delay: 2s; /* Safari */
    transition-duration: 2s;
    transition-delay: 2s;
}

.HomeLogin {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("/images/Background.webp") center center no-repeat;
	background-size: cover;
}


.HomeLoginLogo  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	width: 100%;
	height: 80px;
	margin: 20px 0 0 20px;
    pointer-events: none;
}

.HomeLoginLogo img  {
    display: block;
    width: auto;
    height: 40px;
}

.HomeLoginLogo .LabelPerfil  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 18px;
    color: white;
    margin: 0 0 0 25px;
    padding: 0 0 0 25px;
    border-left: 1px solid rgba(255,255,255,0.20);
    opacity: .6;
}



.Login {
	position: absolute;
	width: 50%;
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0 0 0 10%;
}

@media (max-width: 1366px) {
	
	.Login {
		width: 50%;
	}

}

.Login .RowLogo {
	height: 120px;
	align-items: center;
	margin: 0 0 30px 0;
}

.Login .NomePerfilHome,
.BoxProfile .NomePerfilHome {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 2.5px;
	margin: 0 0 0 0;
}

.Login .LogoLogin  {
	width: auto;
	height: 120px;
	margin: 0 0 0 0;
}

.Login .IconelUser,
.Login .IconePassword {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    z-index: 2;
	margin: 18px 0 0 0;
}

.Login .IconelUser{
	background: url("/svg/LoginUser.svg") center center no-repeat;
    background-size: 35px;
}

.Login .IconePassword {
	background: url("/svg/LoginSenha.svg") center center no-repeat;
    background-size: 35px;
}

.Login form {
	display: contents;
}

.Login input,
.Login input:-webkit-autofill,
.Login input:-webkit-autofill:hover, 
.Login input:-webkit-autofill:focus,
.Login textarea:-webkit-autofill,
.Login textarea:-webkit-autofill:hover,
.Login textarea:-webkit-autofill:focus,
.Login select:-webkit-autofill,
.Login select:-webkit-autofill:hover,
.Login select:-webkit-autofill:focus,
.Login .form-control,
.Login .form-control:focus,
.Login .form-control:read-only {
	
	-webkit-box-shadow: 0 0 0px 1000px #f9f9f9 inset;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: rgba(255,255,255,1.0);
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 30px;
	letter-spacing: 1px;
	
}

.Login .form-group {
    width: 100%;
	margin-bottom: 8px;
}


.Login .form-control,
.Login .form-control:focus,
.Login .form-control:read-only {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 30px;
	letter-spacing: 1px;
	color: white;
	background: transparent;
    border-bottom: 1px solid rgba(52,164,229,0.50);
	height: 70px;
	border: none;
	border-radius: 0;
	box-shadow: none!important;
	outline: none!important;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Login .form-alternative {
	height: 40px!important;
	font-size: 10px!important;
}


.Login label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 25px;
	letter-spacing: 1px;
	pointer-events: none;
	padding-left: 30px;
}

.Login .FormMaterialLogin {
	position: relative;
}

.Login .FormMaterialLogin input,
.Login .FormMaterialLogin input:read-only {
	padding: 14px 0 10px 55px;
	
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.Login .FormMaterialLogin input:focus,
.Login .FormMaterialLogin input:hover {
	
}

.Login .FormMaterialLogin label {
	position: absolute;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
	left: 0;
	cursor: text;
	margin: 2px 0 0 0;
	padding: 0 0 0 50px;
	
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 25px;
	letter-spacing: 1px;
	
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.Login .FormMaterialLogin input.filled ~ label,
.Login .FormMaterialLogin input:focus ~ label {
    font-size: 14px;
    margin: -35px 0 0 -15px;
	font-weight: 300;
	
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.Login .LabelRequired:before {
	position: absolute;
	content: '*';
	color: #00a5c9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	margin: 4px 0 0 0;
	width: 20px;
	height: 20px;
	pointer-events: none;
}

.Login .ForceFilled {
    font-size: 12px!important;
    color: #00a5c9!important;
    position: absolute!important;
    margin: -55px 0 0 14px!important;
}

.Login .ShowPassword {
	position: absolute;
    background-color: transparent;
    background-image: url('/svg/LoginWink.svg');
    background-position: center -3px;
    background-repeat: no-repeat;
    border: 0px solid transparent;
    border-radius: 0;
    cursor: pointer;
    font-size: 100%;
    width: 26px;
    height: 20px;
    top: 0!important;
	right: 0;
    margin: 20px 20px 0 0!important;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
	z-index: 15;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    
}

.HidePassword {
    background-position: center -29px!important;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    
}

.Login .RowMensagemSenha {
	display: block;
	text-align: left;
}



.Login .alert-danger {
	/*border-color: #4cc1b5;*/
	color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.7px;
    border: none;
}

.Login .alert-dismissible .close {
	border: none;
	box-shadow: none;
	outline: none;
    text-shadow: none;
}







.Versao {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 40px;
	top: 50%;
	right: 0;
	margin: -20px 0 0 0;
	padding: 0;
	z-index: 10;
    background: #C15EB2;
}

.Versao p {
	line-height: 12px!important;
    color: #4C3D89;
}






.BoxProfile {
	position: absolute;
	width: 50%;
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0 0 40px 40px;
	margin: 0 0 0 50%;
}

@media (max-width: 1366px) {
	
	.BoxProfile {
		width: 40%;
		margin: 0 0 0 50%;
	}

}

.HomeLogin .BoxProfile .NomePerfil {
	display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    padding: 6px 8px;
	margin: 0 0 10px 0;
	letter-spacing: 1.5px;
	pointer-events: none;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.HomeLogin .BoxProfile .BtnTrocarPerfil {
	display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    padding: 6px 8px;
	margin: 0 0 10px 0;
	letter-spacing: 1.5px;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.HomeLogin .CloseImage {
}

.HomeLogin .CloseImage:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background: url("/svg/CloseProfile.svg") right center no-repeat;
	background-size: 16px;
	margin: 0 0 0 15px;
}

.HomeLogin .BoxProfile .BoxBtnsProfile {
	height: 0px;
	overflow: hidden;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_BtnsProfile {
	height: 110px!important;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.HomeLogin .BoxProfile .BtnDisable {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
	line-height: 13px;
    padding: 0 0 0 22px;
	margin: 0 0 12px 0;
	letter-spacing: 1.5px;
	pointer-events: none;
	background: url("/svg/SetaProfile.svg") left center no-repeat;
	background-size: 16px;
}


.HomeLogin .BoxProfile .BtnProfile {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding: 0 0 0 16px;
	margin: 0 0 12px 0;
	letter-spacing: 1.5px;
	line-height: 13px;
	cursor: pointer;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.HomeLogin .BoxProfile .BtnProfile:hover {
	margin: 0 0 12px 10px;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.HomeLogin .BtnEsqueceuSenha {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: #0265a5;
    padding: 0 0 0 0;
	margin: 0 0 0 0;
	letter-spacing: 1.5px;
	line-height: 13px;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.HomeLogin .BtnEsqueceuSenha:after {
    display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #0265a5;
	margin: 15px 0 0 0;
	opacity: 0.5;
}

.HomeLogin .BoxProfile .BoxAjuda {
	height: 0px;
	overflow: hidden;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_BoxAjuda {
	height: 110px!important;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_BoxAjudaMaior {
	height: auto!important;
}

.HomeLogin .BoxProfile .BoxSenha {
	height: 0px;
	overflow: hidden;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_BoxSenha {
	height: 110px!important;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.HomeLogin .BoxProfile .BtnNovaSenha {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
	line-height: 13px;
    padding: 0 0 0 22px;
	margin: 15px 0 12px 0;
	letter-spacing: 1.5px;
	background: url("/svg/SetaProfile.svg") left center no-repeat;
	background-size: 16px;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.HomeLogin .BoxProfile .BtnNovaSenha:hover {
	margin: 15px 0 12px 10px;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}




.Dhell {
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 50px;
	margin: 0 0 10px 15px;
}

.Dhell .BtnDhell {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding: 0 0 0 0;
	margin: 0 0 0 10px;
	letter-spacing: 1.5px;
	line-height: 13px;
	cursor: pointer;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Dhell .LogoDhell {
	width: auto;
	height: 40px;
}

.Dhell .BtnDhell:hover {
	margin-left: 15px;
    
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}




.OptionsMobile {
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 15px 15px 0 0;
}

.OptionsMobile .BtnOptionsMobile {
	width: 50px;
	height: 50px;
}



    