html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
/* .h3 {
  color: #245ba6;
} */

.content_split {
  overflow: hidden;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content_login {
  overflow: hidden;
  height: 100%;
  float: left;
  backdrop-filter: blur(20px);
}
#contenido_fondo {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow:hidden;
  opacity: .8;
}
.login {
  background-image: url(../img/bg.jpg);
	background-size:cover;
  background-position: center;
}
.registro {
  background-image: url(../img/bg1.jpg);
	background-size:cover;
  background-position: center;
}
.olvidaClave {
  background-image: url(../img/bg2.jpg);
	background-size:cover;
  background-position: center;
}
#form_login {
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: repeat;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);	
	border-radius: 7px;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	font-size: 14px;
	padding: 10px;
  min-width: 300px;
  color: #eee;
}
.checkbox {
  font-weight: 400;
}

.form-floating:focus-within {
  z-index: 2;
}
label {
  color: #999;
}
#formLogin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#formRegistro input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#formRegistro input[type="email"] {
  margin-bottom: -1px;
  border-radius: 0;
  border-radius: 0;
}

input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
a {
  color: white;
}