body {
	overflow: hidden;
	background-color: #313131;
	background-position: right;
	background-size: cover;
}

:root {
	--color-primary: #78C0CF;
  }

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;
}



/* -----------------------  Password --------------------*/

#form-lostPassword{
	display: none;
  }

#form-new-customer {
  display: none;
  width: 100%;
}
  
  #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{
    width: 100%;
	  margin-top: 20px;
  }

  #form-lostPassword .Field{
    width: 70%;
    margin: auto;
  }
  
  #form-lostPassword .form-control, #form-new-customer .form-control{
    display: block;
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-family: Poppins-Medium;
    line-height: 1.25;
    color: #686874;
    background-color: #f2f2f2;
    border: none;
    border-radius: 20px;
}


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;
}

.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: 8px;
  }

  .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: 45%;
  height: 100%;
  margin-left: auto;
  padding: 10% 6% 12% 6%;
  position: relative;
  background-color: #ffffff;
  border-radius: 50px 0px 0px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 600px) {
  .formLogin {
    width: 90%;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .formLogin {
    width: 80%;
  }
}

@media (min-width: 900px) and (max-width: 1024px) {
  .formLogin {
    width: 65%;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .formLogin {
    width: 45%;
  }
}

@media (min-width: 1400px) and (max-width: 2000px) {
  .formLogin {
    width: 45%;
  }
}

@media (min-width: 2000px) {
  .formLogin {
    width: 30%;
  }
}

.formLogin .text-center{
  text-align: center;
}
.formLogin .text-center img{
  width: 60%;
  margin-bottom: 20px;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: -1;
}

.layer-1 {
  background: #9fc838;
  transform: translate(-21px, 0px);
}

.layer-2 {
  background: #e87121;
  transform: translate(-14px, 0px);
}

.layer-3 {
  background: #0181be;
  transform: translate(-7px, 0px);
}

.formLogin h5{
  text-align: center;
  color: #686868;
  font-weight: 100;
  margin-bottom: 4%;
}


/*------------------------------------------------------------------
[ Input ]*/

.form-group {
  margin-bottom: 1.5rem !important;
	text-align: left;
  font-size: 16px;
	color: #313131;
  width: 90%;

}

.form-group button:focus{
	box-shadow: 0 0 0 0;
	border: 0 none;
	outline: 0;
}

.form-group-password{
  text-align: center;
  margin-bottom: 40px;
  margin-top: 10px;
}
.forgotPassword{
	font-weight: 300;
	color: #95bb37;
	font-weight: 500;
	text-decoration: none;
  font-size: 15px;
}
.forgotPassword:hover{
	color: #6c8728;
}

a:focus {
	outline: none !important;
  }

.label-input100 {
  color: #595962;
}

.login_input {
    color: #686874;
    background-color: #f2f2f2;
    border: none;
    border-radius: 20px;
    font-size: 16px !important;

}

.login_input:focus,   #form-lostPassword .form-control:focus, #form-new-customer .form-control:focus   {
    color: #686874;
    background-color: #f2f2f2;
    border: none;
    outline: none;
    box-shadow: 1px 1px 7px -1px #a09fa4;
}


/*---------------------------------------------*/
.focus-input100 {
  position: absolute;
}

.focus-input100::after {
    content: attr(data-symbol) !important;
    font-family: Material-Design-Iconic-Font;
    color: #adadad;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: initial;
    position: relative;
    padding: 3% 4%;
}

.focus-input100::before {
  background: #212529;
}


.login_input:focus + .focus-input100::after {
  color: #95bb37;
}

.has-val.login_input + .focus-input100::after {
  color: #95bb37;
}
