@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
body{
	/*background: #fff;*/
	background-image: url('../imagesNew/fondo_login.jpeg');
	background-repeat: no-repeat;
    background-size: cover;
	font-family: 'Poppins', sans-serif;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*.container-login{*/
.container{
	max-width: 400px;
	border-radius: 20px;
}

/*.card-login{*/
.card{
	border-radius: 20px;
	height: 600px;
	/*background-image: linear-gradient(to right, #0084ff, #00f2ff);*/
	background-color: #fff;
	border: none;
	overflow: hidden;
	box-shadow: 0 5px 10px #414141;
	z-index: 0;
	box-sizing: border-box;
	
	

}


.circle{
	position: absolute;
	bottom: -230px;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	clip-path: circle(50%);
	height: 700px;
	width: 700px;
	z-index: -1;
	overflow: hidden;
}

.myHed{
	margin-top: 5px;
	font-size: 32px;
	margin-bottom: 0px;
	font-weight: 700;
	/*background-image: linear-gradient(to right, #0084ff, #00f2ff);*/
	background-image: linear-gradient(to right, #1d3956, #c20c10);
	/*background-color: #1d3956;*/
	
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.myHed p{
	margin: 0;
}
.myHed span{
	font-size: 12px;
}

.far{
	font-size: 40px;
	/*color: linear-gradient(to right, #0084ff, #00f2ff);*/
}

/*.fas{*/
.icon{
	position: relative;
	display: block;
	left: -87px;
	/*left: 10px;*/
	top: 30px;
	color: rgb(255,255,255);
}

/*.login-form-btn{
	width: 250px;
	border-radius: 25px;
	background-image: linear-gradient(to right, #0084ff, #00f2ff);
	color: #fff;
	font-weight: 700;
	cursor: pointer;

}*/
.wrap-login-form-btn{
	width: 80%;
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 40px 5px;
	overflow: hidden;
	margin: 0 auto;
}

.login-form-bgbtn{
	position: absolute;
	z-index: -1;
	width: 300%;
	height: 100%;
	background: #a64bf4;
	/*background: -webkit-linear-gradient(right, #0084ff 0%, #00f2ff 35%, #0084ff 70%, #00f2ff 100%);
	background: -o-linear-gradient(right, #0084ff 0%, #00f2ff 35%, #0084ff 70%, #00f2ff 100%);
	background: -moz-linear-gradient(right, #0084ff 0%, #00f2ff 35%, #0084ff 70%, #00f2ff 100%);
	background: linear-gradient(right, #0084ff 0%, #00f2ff 35%, #0084ff 70%, #00f2ff 100%);*/
	/*background-image: linear-gradient(to right, #1d3956, #c20c10);*/
	background: -webkit-linear-gradient(right, #1d3956 0%, #c20c10 35%, #1d3956 70%, #c20c10 100%);
	background: -o-linear-gradient(right, #1d3956 0%, #c20c10 35%, #1d3956 70%, #c20c10 100%);
	background: -moz-linear-gradient(right, #1d3956 0%, #c20c10 35%, #1d3956 70%, #c20c10 100%);
	background: linear-gradient(right, #1d3956 0%, #c20c10 35%, #1d3956 70%, #c20c10 100%);
	top: 0;
	left: -100%;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.login-form-btn{
	outline: none !important;
	border: none;
	background: transparent;

	font-family: Poppins-Medium;
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	height: 50px;
}

.wrap-login-form-btn:hover .login-form-bgbtn{
	left: 0;
	color: #fff !important;
}
.login-form-bgbtn:hover{
	color: #fff !important;	
}
.btn:hover {
    color: #fff;
}
/*.login-form-btn{
	width: 250px;
	border-radius: 25px;
	background-image: linear-gradient(to right, #0084ff, #00f2ff);
	color: #fff;
	font-weight: 700;
	cursor: pointer;

}*/

.myInput{
	width: 220px;
	padding: 10px;
	padding-left: 40px;
	border-radius: 25px;
	/*background-image: linear-gradient(to right, #0084ff, #00f2ff);*/
	background-image: linear-gradient(to right, #1d3956, #c20c10);
	color: #fff;
	border: none;
	display: block;
}

.myInput::placeholder{
	color: #fff;
	opacity: 0.6;
}

.myInput::focus{
	border: none;
	outline: none;
}

.check_1{
	font-weight: 500;
	color: rgb(85, 85, 85);
	font-size: 12px;
	margin: 15px auto;
	cursor: pointer;
}

@media (max-width:  768px){
	.container{
		max-width: 100%;
	}
}
.marca{
	/*position: absolute;*/
	position: absolute;
	font-weight: 500;
	color: #fff;
	font-size: 12px;
	margin: 15px auto;
	/*cursor: pointer;*/
	z-index: 1;
	bottom: 30px;
    left: 40%;
}

.waves {
	position: relative;
    width: 150%;
    height: 52vh;
    margin-bottom: -3px;
    min-height: 100px;
    max-height: 150px;
}


/* Animation */

.parallax > use {
	animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
	animation-delay: -1s;
	animation-duration: 7s;
}
.parallax > use:nth-child(2) {
	animation-delay: -2s;
	animation-duration: 10s;
}
.parallax > use:nth-child(3) {
	animation-delay: -3s;
	animation-duration: 13s;
}
.parallax > use:nth-child(4) {
	animation-delay: -4s;
	animation-duration: 20s;
}
@keyframes move-forever {
	0% {
		transform: translate3d(-90px,0,0);
	}
	100% {
		transform: translate3d(85px,0,0);
	}
}

label.error{
	color: #a94442;
	font-weight: 700;
}

.camaleon{
	/*width: 100%;*/
	height: 15vh;
}