h1{
	font-family: Afacad;
}
.password-container {
  position: relative;
  width: 350px;
  align-items: center; 
}
.field{
	margin-top: 10px;
	margin-bottom: 10px;
}
.LogoInside{
	margin-top: 30px;
}

#TitleMain_Login{
	margin-top: 15%;
	height: 56px;
	top: 182px;
	left: 1070px;
	gap: 0px;
	opacity: 0px;
	Color: #137DC5; 
	font-family: Afacad;
	font-size: 64px;
	font-weight: 600;
	line-height: 56.1px;
	letter-spacing: -0.015em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

/*MESSAGE STYLES*/
.ResponseMessage{
	margin-top: 10px;
	width: 422px;
	height: 70px;
	overflow: auto;
/*	top: 578px;
	left: 553px;*/
	background: #FBFBFC;
	border-radius: 12.86px;
	box-shadow: 0px 4px 4px 0px #0000001A;
}

.message_rectangle{
	border-radius: 12.86px 0px 0px 12.86px;
/*	background-color: #F5793B;*/
	height: 100%;
	width: 15px;
	float: left;
}
.warning_color{
	background-color: #F5793B;
}
.Success_color{
	background-color: #3CDD5F;
}
.message_icon{
		margin-right: 10px;
		margin-left: 10px;
		margin-top: 23px;
		color: white;
		float: left;
		display: flex;
    justify-content: center; 
    align-items: center;      
    width: 21px;             
    height: 21px;           
/*    background-color: #F5793B;*/
		border-radius: 100%;
    font-size: 20px;  /* Tamaño de la letra "i" */
    text-align: center; 
}
.message-paragrah{
	padding: 0px 0px 20px 5px;
	text-align: justify;
}
.text-message{
	position: relative;
	text-align: justify;
	padding: 0px 30px 0px 5px;
	top: 15px;
	color: #757474;
	font-family: Inter;
	font-weight: 400;
	font-size: 12.39px;
	line-height: 11.85px;
	margin-top: 0px;
	margin-left: 10px;
	max-width: 400px;
}
.bold-message{
	position: relative;
	top: 10px;
	color: #484848;
	font-family: Inter;
	line-height: 11.85px;
	font-size: 12.39px;
	font-weight: 700;
	margin-top: 30px;
	margin-left: 0px;
}
.exit-message{
	font-family: sans-serif;
	position: relative;
	float: right;
	color: #757474;
	top: 10px;
	left: -10px;
	border: none;
	background: none;
	font-weight: 400;
	font-size: 20px;
}
.exit-message:hover{
	font-size: 22px;
}
/* eye for the field */
button.eye {
	all: unset;
	outline: none;
	opacity: 50%;
  top: -27px;
  left: -27px;
  float: right;
  width: 15px;
  height: 15px;
  border: solid 2px #000;
  border-radius:  70% 3%;
/*  position: relative;*/
  position: relative;
  transform: rotate(45deg);
}
button.eye:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 3px;
  width: 5.2px;
  height: 5.2px;
  border: solid 2px #000;
  border-radius: 50%;
  left: 3px;
  top: 3px;
}
button.eye:hover,
button.eye:focus {
	opacity: 100%;
}

button.eye:hover::before,
button.eye:focus::before {
	opacity: 100%;
}

button.eye:hover::after,
button.eye:focusr::after{
	opacity: 100%;
}
/*When the eye is closed*/
button.eyeClose {
	all: unset;
	opacity: 50%;
	 top: -27px;
  left: -27px;
  float: right;
  width: 15px;
  height: 15px;
  border: solid 2px #000;
  border-radius:  70% 3%;
/*  position: relative;*/
  position: relative;
  transform: rotate(45deg);
}

button.eyeClose:before {
	outline: none;
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 3px;
  width: 5.2px;
  height: 5.2px;
  border-top: solid 2px white;
  border-left: solid 2px black;
  border-bottom: solid 2px black;
  border-right: solid 2px black;
  border-radius: 50%;
  left: 3px;
  top: 3px;
}

button.eyeClose:after {
    content: '';
    display: block;
    position: relative;
    width: 30px;
    border-color: black;
    height: 3.5px;
    /* background-color: #000; */
    background: linear-gradient(to top, #1c1c1c 50%, #f7f7f9 50%);
    top: -2px;
    right: 7px;
    border-radius: 1.5px;
    transform: rotate(0deg);
}
button.eyeClose:hover,
button.eyeClose:focus {
	opacity: 100%;
}

button.eyeClose:hover::before,
button.eyeClose:focus::before {
	opacity: 100%;
}

button.eyeClose:hover::after,
button.eyeClose:focusr::after{
	opacity: 100%;
}
#ValidateEmail{
	display: block;
	width: 345px;
	text-align: left;
	Color: #75747485;
	font-family: Afacad;
	font-size: 20px;
	font-weight: 400;
	line-height: 19.09px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.tile_login{
	display: block;
	width: 345px;
	Color: #757474;
	font-family: Afacad;
	font-size: 20px;
	font-weight: 400;
	line-height: 19.09px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}
#button_Login{
	margin-top: 20px;
	margin-bottom: 20px;
	background: #F5793B;
	border: none;
	border-radius: 21px;
	width: 102px;
	height: 42px;
	top: 667px;
	left: 1089px;
	gap: 0px;
	opacity: 0px;
	Color: #FFFFFF;
	font-family: Afacad;
	font-size: 20px;
	font-weight: 400;
	line-height: 19.09px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}
.inputLogin{
/*	position: absolute;*/
	padding-right: 40px;
	font-family: Afacad;
	font-size: 18px;
	color: #757474;
	font-size: ;
	outline: none;
	border: none;
	text-indent: 10px;
	margin-top: 10px;
	background: #F0F0F380;
	width: 345px;
	height: 42px;
	Border-radius: 21px;
/*	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);*/
	box-shadow: -10px -10px 30px 0px #FFFFFF40;
	opacity: 0px;
	box-shadow: 10px 10px 30px 0px #AEAEC066;
}
#LogoBlackLogin{
	Opacity: 50%;
	width: 116px;
	height: 34px;
	top: 784px;
}

#header{
    display: none;
}
#container_Login{
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	flex-direction: column;

}
#BannerLogin{
	margin-top: -10px;
	margin-left:  -10px;
	width: 60%;
	float: left;
	nargin-top:	-10px;
	height: 100%;
	align-items: start;
}
#LoginForm{
	align-items: center;
	width: 40%;
	float: right;
	align-items: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#login_table tr{
	position: relative;
	left: 5%;
}
#login_table{
/*	margin-top: 30%;*/
	padding: 1%;
	width: 60%;
	font-family: poppins;
	font-size: 15px;
	border-radius: 15px;
	border-style: solid;
	border-width: 1.5px;
}

#MainImageLogin{
/*	width: 831px;*/
	width: 100%;
	height: 1020px; 
/*	height: 100%;*/
}


/*RESPONSIVE SECTION*/
@media screen and (max-width: 720px){
	#BannerLogin{
		display: none;
	}			

	#LoginForm{
		float: none;
		width: 100%;
	}
}