body {
	height: 100vh;
	overflow: hidden;
	background-color: #485da3;
	background-image: url("../../img/fundo.jpg") !important;
 	font-family: 'Source Sans Pro', sans-serif; 
	background-size: cover;
	width: 100vh;
}

.header {
	width: 100%;
	background-color: #003769;
	height: 70px;
}

.container-fluid{
	max-width: 500px;
}

.customer-head-line {
	color: #a0a0a0;
	margin-bottom: 30px;
	font-weight: 200;
	text-align: center;
	width: 100%;
	padding-left:30px;
	padding-bottom:15px;
}


a:focus {
	outline: none !important;
  }


/* Textos e alertas */


::-webkit-input-placeholder {
	color: rgb(107, 107, 107);
	font-weight: 400;
}

.font-weight-bold {
	font-weight: 100 !important;
} 

.text-danger {
	color: #c42424!important;
}

.text-warning {
	color: #db3e00 !important;
	float: left;
	margin-left: 1%;
	padding-top: 5%;
	padding-bottom: 5%;
	text-decoration: underline;
}

.text-muted {
	font-size: 90%;
	color: #003769 !important;
}

.btn-success.active, .btn-success:active, .open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #0000006e !important;
	border-color: #0000006e !important;
	background-image: none;
}

.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #0000006e !important;
	border-color: #0000006e !important;
}

/* Buttons e Inputs */
.focus-input100 {
	position:absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: -5px;
	left: 0;
	pointer-events: none;
  }
  
  .focus-input100::after {
	content: attr(data-symbol);
	font-family: Material-Design-Iconic-Font;
	color: #304e69;
	font-size: 22px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: calc(100% - 20px);
	bottom: 0;
	left: 0;
	padding-left: 13px;
	padding-bottom: 20px;
  }

label{
	color: #122449;
	text-align: left !important;
	font-weight: 500;
}

.form-group{
	margin-bottom: 0.2rem;
	text-align: left;
}

#LoginButton{
	border-radius: 15px;
	width: 100%;
	height: 50px;
	color: #fff;
	margin-top: 1%;
	margin-bottom: 5%;
	background-color: #626262;
	border-color: #626262;
	text-transform:uppercase;
	font-size: 18px;
}

.login_input {
	padding-top: 10px;
	font-size: 16px !important;
	width: 100%;
	display: inline-block;
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #161616;
	background-color: #e9e9e9;
	border: 1px solid #dbdbdb;
	border-radius: 15px;
}


button#dropdownMenuButton{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #626262 !important;
	border: none;
	width: 100%;
	height: 50px;
	padding: 10px;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 15px;
  }

  #LoginButton:hover, button#dropdownMenuButton:hover { 
	background-color: #494949 !important;
}
/* Formulário de login */

.logo_body{
	width:50%;
	padding-left:15px;
	padding-right: 15px;
	padding-top:20px;
	margin-bottom: 20px;
}

.eye-icon {
	text-align: center; 
	margin-left: 19.5%;
	margin-top: 1.3%;
	position: fixed;
}

#login {
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 100vh;
	top: -10px;
	color: #fff;

}

#cover-caption {
	box-shadow: 0 0 1em rgba(167, 167, 167, 0.425);
	background-color: #fff;
	height: 100%;
	max-height: 420px;
	width: 360px;
	margin-top: 5%;
	border-radius: 5%;
	margin-left: 37%;
}

.cover-caption{
    background-color:#fff;
    border-radius: 4px;
    box-shadow: 0 0 1em rgb(55 0 0 / 43%);
	max-width: 360px;
    width: 100%;
	position: absolute;
    right: 0;
    height: 100vh;
    min-width: 35vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
	border-radius: 50px 0px 0px 50px;
}



@media (max-width:500px){
	.cover-caption{
		min-width: 50vw;	
	}
}	

.header-headline {
	color: #fff;
	text-align: center;
	padding-top: 1.5%;
	font-size: 130%;
}

.btn-success {
	color: #fff;
	background-color: #122449;
	border-color: #0679aa;
	border-top-color: #fff (92, 184, 92);
	border-right-color: #fff(92, 184, 92);
	border-bottom-color: #fff(92, 184, 92);
	border-left-color: #fff(92, 184, 92);
}

.password_group{
	position: relative;
}
.eye-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}


#loginFailed{
	color:rgb(192, 9, 9) !important;
}



 

