body {
	overflow: hidden;
	background-color: #313131;
	background-position: left;
	background-size: contain;
	background-image: url('../../img/Atendente.png');
}

:root {
	--color-primary: #78C0CF;
	--color-text: ;

  }

img {
	max-width: 100%;
}

.text-danger {
	color: #fff!important;
}

.text-warning {
	color: #000 !important;
	float: left;
	margin-left: 1%;
	padding-top: 5%;
	padding-bottom: 5%;
	text-decoration: underline;
}

.font-weight-bold {
	font-weight: 100 !important;
}

::-webkit-input-placeholder {
	color: rgb(107, 107, 107);
	font-weight: 200;
}

.header {
	width: 100%;
	background-color: #6c6d70;
	height: 70px;
}

.text-muted {
	font-size: 90%;
	color: #6c6d70 !important;
}

.eye-icon {
	text-align: center; 
	margin-left: 89%;
	margin-top: 5%;
	position: absolute;
	font-weight: 700;
}

.login_input {
	font-size: 16px !important;
	border: none;
}



/* -----------------------  Password --------------------*/

#form-lostPassword{
	display: none;
  }
  
  #form-lostPassword h6{
	margin-top: 0px;
  }
  
  #form-lostPassword{
	width: 100%;
	padding: 0px 10px;
  }
  
  #form-lostPassword .form-control{
	padding-left: 15px;
  }

  #form-lostPassword .container-login100-form-btn{
	margin-top: 20px;
  }
  
  #form-lostPassword .form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
}

label{
	color: #313131;
	text-align: left !important;
	font-weight: 500;
}
.content-modal-password{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.customer-head-line {
	color: #888;
	margin-bottom: 10px;
	font-weight: 200;
	text-align: center;
	width: 100%;
	padding-left:30px;
	padding-bottom:15px;
}


@media (max-width:500px){
	.cover-caption{
		max-width: 340px;	
	}
}	



.btn-success {
	color: #fff;
	background-color: #313131;
	border-color: #6c6d71;
	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);
}

.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;
}


#loginFailed{
	color:rgb(192, 9, 9) !important;
}


button.btn-back {
	position: relative;
	color: #ffffff;
	font-size: 1.4rem;
	float: left;	
	background-color: #6c6d70;
	border: none;
	border-radius: 20px;
	padding: 2px 4px;
  }
  .btn-back:hover {
	background-color: #515151;
  }
  
  .Field{
	margin-top: 0px;
  }

  .label-input100{
	margin-bottom: 20px;
  }
  .label-input100{
	font-size: 16px;
	color: #313131;
  }


  .material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	color: #6c6d70;
	margin-top: 10px;
  }

  .material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    overflow-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    color: #9b9b9b;
}


/*---------------------------------------------*/
a {
	color: #666666;
}


a:hover {
  color: #212529;
}


h6{
	color: #313131 !important;
	padding: 50px 0px 10px 0px;
	font-weight: bold;

  }
  
  h6.text-center{
	margin: 40px 0px 10px 0px;
  }

/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.formLogin{
  width: 100%;
  padding: 6vw 5vw 6vw 5vw;
  background: white;
  position: relative !important;
  justify-content: center !important;
  border-radius: 50px 0px 0px 50px;
  margin-left: auto;
  height: auto;
  max-width: 500px;
}
.formLogin .text-center{
  text-align: center;
}
.formLogin .text-center img{
  width: 55%;
  margin-bottom: 10%;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: -1;
}

.layer-1 {
  background: #012237;
  transform: translate(-28px, 0px);
}

.layer-2 {
  background: #0a2558;
  transform: translate(-21px, 0px);
}

.layer-3 {
  background: #004b92;
  transform: translate(-14px, 0px);
}

.layer-4 {
  background: #eaeaea;
  transform: translate(-7px, 0px);
}

/*------------------------------------------------------------------
[ Input ]*/

.form-group {
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 1rem !important;
	text-align: left;
  font-size: 16px;
	color: #313131;
}

.form-group button:focus{
	box-shadow: 0 0 0 0;
	border: 0 none;
	outline: 0;
}

.form-group-password{
  text-align: center;
  margin-bottom: 20px;
}
.forgotPassword{
	font-weight: 300;
	color: #6c6d71;
	font-weight: 400;
	text-decoration: none;
}
.forgotPassword:hover{
	color: #0c0b4a;
}

a:focus {
	outline: none !important;
  }

.label-input100 {
  color: #595962;
}

.login_input {
  color: #686874;
}


/*---------------------------------------------*/
.focus-input100 {
  position: absolute;
}

.focus-input100::after {
  content: attr(data-symbol);
  font-family: Material-Design-Iconic-Font;
  color: #adadad;
  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-top: 0px;
  padding-bottom: 16px;}

.focus-input100::before {
  background: #212529;
}

.login_input:focus + .focus-input100::after {
  color: #212529;
}

.has-val.login_input + .focus-input100::after {
  color: #212529;
}

.certified{
  position: absolute;
  width: 300px;
  left: 0;
  bottom: 20px;
}
