
* {
	box-sizing: border-box;
}

body {
	
	
	font-family: "Lexend", serif;

	background-image: url("/static/images/background.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}


p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}

span {
	font-size: 12px;
}


button {
	margin-top: 20px;
	border-radius: 15px;
	background-color: #ED1845;
	color: #FFFFFF;
	font-size: 12px;

	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
	width: 100%;
}

button:active {
	transform: scale(0.95);
}

button:focus {
	outline: none;
}

.containerLogo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.containerLogo h1 {
	color: #333333;
	width: 100%;
	text-align: right;
	margin-right: 180px;
	font-size: 14px;
}
.containerFather{
	height: 90vh;
	
}
.logoImage {
	width: 180px;
}

      
form {
	
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 0 10px;
	height: 100%;
	margin: 0;

}

label {
	display: block;
	margin-top: 15px;
	color: #333333;
	font-size: 14px;
	font-weight: 800;
}


::placeholder {
	padding-left: 15px;
	color: #e5e5e5;
}

input {
	height: 50px;
	background-color: #ffffff;
	border: none;
	border-radius: 15px;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
	font-size: 14px;

}


.contraseña{

	
	

	width: 100%;
	
	position: relative;
}

#password-icon {
	position: absolute;
	top: 36%;
	right: 5%;
	cursor: pointer;
}




.forgot-password {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

.containerLeft{
	display: flex;
	align-items: start;
	justify-content: end;
	flex-direction: column;
	color: #FFFFFF;
	
	
}

.containerLeft p{
	font-family: "Lexend", serif;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}
.containerLeft h2{
	font-family: "Playfair", serif;
	
	padding: 0!important;  
	margin: 0!important;  
}
.containerLeft h3{
	font-size: 20px;
	font-family: "Playfair", serif;
}

.translucent-bg {
	background-color: rgba(255, 255, 255, 0.938);
	
}

.transparent-bg {
	background-color: rgba(255, 255, 255, 0);
	border-top: 20px solid rgba(255, 255, 255, 0.938);
	border-right: 20px solid rgba(255, 255, 255, 0.938);
	border-bottom: 20px solid rgba(255, 255, 255, 0.938);
	border-left: 10px solid rgba(255, 255, 255, 0.938);
	
}

.inner-border {
	outline: 30px solid rgba(255, 255, 255, 0.938);
} 
