/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
	font-family: InterstateBlack;
	src: url('../fonts/interestate/InterstateBlack.ttf');
}

@font-face {
	font-family: Interstate-Bold;
	src: url('../fonts/interestate/Interstate-Bold.ttf');
}

@font-face {
	font-family: TheSecret;
	src: url('../fonts/thesecret/TheSecret-Regular.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Interstate-Bold, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: InterstateBlack;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Interstate-Bold;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
	outline: none;
	border: none;
}

textarea:focus, input:focus {
	border-color: transparent !important;
}

input::-webkit-input-placeholder { color: #1D428Aa6;}
input:-moz-placeholder { color: #1D428Aa6;}
input::-moz-placeholder { color: #1D428Aa6;}
input:-ms-input-placeholder { color: #1D428Aa6;}

textarea::-webkit-input-placeholder { color: #1D428Aa6;}
textarea:-moz-placeholder { color: #1D428Aa6;}
textarea::-moz-placeholder { color: #1D428Aa6;}
textarea:-ms-input-placeholder { color: #1D428Aa6;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}



/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
	font-family: Interstate-Bold;
	font-size: 14px;
	line-height: 1.4;
	color: #999999;
}

.txt2 {
	font-family: Interstate-Bold;
	font-size: 16px;
	line-height: 1.4;
	color: #4b2354;
}

.hov1:hover {
	color: #4b2354;
	text-decoration: underline;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.container-login100 {
	width: 100%;
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

img#background{
	min-width: 1800px;
	width: 100%;
	height: 150%;
	position: absolute;
	bottom: 0%;
	opacity: 0.6;
}
/*.container-login100.ready::after {
	content: "";
	background: url(../images/bg-01.jpg);
	background-size: cover;
	background-position: center;
	opacity: 0.4;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	transition: opacity .6s;
}*/

.container-login100::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(93,84,240,0.5);
	background: -webkit-linear-gradient(left, rgba(20, 52, 121, .7), rgba(224, 15, 42, .7));
	background: -o-linear-gradient(left, rgba(20, 52, 121, .7), rgba(224, 15, 42, .7));
	background: -moz-linear-gradient(left, rgba(20, 52, 121, .7), rgba(224, 15, 42, .7));
	background: linear-gradient(left, rgba(20, 52, 121, .7), rgba(224, 15, 42, .7));
/*  background: rgba(93,84,240,0.5);
	background: -webkit-linear-gradient(left, rgba(0,168,255,0.8), rgba(255, 0, 0, 0.8));
	background: -o-linear-gradient(left, rgba(0,168,255,0.8), rgba(185,0,255,0.8));
	background: -moz-linear-gradient(left, rgba(0,168,255,0.8), rgba(185,0,255,0.8));
	background: linear-gradient(left, rgba(0,168,255,0.8), rgba(185,0,255,0.8));*/
	pointer-events: none;
}

.wrap-login100 {
	width: 390px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;

	box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
}


/*==================================================================
[ Form ]*/

.login100-form {
	width: 100%;
}

.login100-form-title {
	display: block;
	font-family: Interstate-Bold;
	font-size: 23px;
	color: #1D428A;
	line-height: 1.2;
	text-align: center;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
	width: 100%;
	position: relative;
	background-color: #fff;
	border-radius: 20px;
}

.inputCheck {
	font-family: Interstate-Bold;
	font-size: 14px;
	color: #1D428A;
	line-height: 1.2;

	display: block;
	width: 100%;
	height: 62px;
	background: transparent;
	padding: 0 20px 0 23px;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	border-radius: 20px;
	box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.input100:focus + .focus-input100 {
	box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.login100-form-btn::before {
	font-family: check;
	content: "\e802 \00a0";
}

.login100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	justify-content: center;
	align-items: center;
	padding: 0 20px;
	min-width: 160px;
	height: 50px;


	background: #1D428A;
	border-radius: 25px;
	font-family: Interstate-bold;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;

	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;

	box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
}

.login100-form-btn:hover {
	background-position: right;
	/*transition: background-position 2000ms ease-out;*/
	/* background: #b14e4e; */
	box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.3);
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
	position: relative;
}

.alert-validate .focus-input100 {
	box-shadow: 0 5px 30px 0px rgba(250, 66, 81, 0.1);
	-moz-box-shadow: 0 5px 30px 0px rgba(250, 66, 81, 0.1);
	-webkit-box-shadow: 0 5px 30px 0px rgba(250, 66, 81, 0.1);
	-o-box-shadow: 0 5px 30px 0px rgba(250, 66, 81, 0.1);
	-ms-box-shadow: 0 5px 30px 0px rgba(250, 66, 81, 0.1);
}

.alert-validate::before {
	content: attr(data-validate);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	min-height: 62px;
	background-color: #fff;
	border-radius: 20px;
	top: 0px;
	left: 0px;
	padding: 0 45px 0 22px;
	pointer-events: none;

	font-family: Interstate-Bold;
	font-size: 14px;
	color: #fa4251;
	line-height: 1.2;
}

.btn-hide-validate {
	font-family: check;
	font-size: 15px;
	color: #fa4251;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 62px;
	top: 0px;
	right: 23px;
}

.rs1-alert-validate.alert-validate::before {
	background-color: #fff;
}

.true-validate::after {
	content: "\e800";
	font-family: check;
	font-size: 15px;
	color: #57b846;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 62px;
	top: 0px;
	right: 23px;
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-height: 799px) {
	#logo{
		height: 120px;
		width: 50px;
	}
}

@media (max-height: 699px) {
	#logo{
		height: 100px;
		width: 45px;
	}
}

@media (max-height: 599px) {
	#logo{
		height: 80px;
		width: 35px;
	}

	#derechosAutor{
		padding-top: 10px;
	}

	#form-container{
/*		padding-left: 25px;
		padding-right: 25px;*/
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.wrap-login100 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#title{
	font-size: 30px;
	/*top: 0;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*background: black;*/
	/*color: white;*/
	/*align-self: flex-start;*/
}

#title::before{
	font-size:30px;
	font-family: TheSecret;
	content: "NubeCaz"
}

/* Animation */
@keyframes fadeInUp {
	from {
		transform: translate3d(0,40px,0)
	}

	to {
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

@-webkit-keyframes fadeInUp {
	from {
		transform: translate3d(0,40px,0)
	}

	to {
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both
}

.animatedFadeInUp {
	opacity: 0
}

.fadeInUp {
	opacity: 0;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
