:root {
	--main-color: #1d1a55;
	--second-color:#009ed7;
}


body {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

.contTC {
	position: relative;
  	height: 100%;
	background-color: transparent;
    background-size: 100% 100%;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}


#video_background {
	position: absolute;
	bottom: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

#video_pattern {
	background:#fff;
	position: fixed;
	opacity: 0.8;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.demo {
	position: relative;
	width: 30rem;
	height: 52rem;
	overflow: hidden;
	padding: 2%;
	margin: auto;
}
  
.recuperaTC{
		position: relative;
		height: 100%;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 251, 251, 0.9) 100%);
		transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
		transform: scale(1);
		border-radius: 40px;
	  }
	


a {
	color: var(--main-color);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img.main_logo {
	height: 150px;
	padding: 35px
}

div.login_title {
	padding-bottom: 0.5em;
	margin: auto;
	width: 80%;
	color: var(--main-color);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

div.in_form button {
	height: 45px;
	width: 60%;
	background: var(--main-color);
	border: 0;
	color: #fff;
	font-size: 1em;
	border-radius: 1.25em !important;
	vertical-align: middle;
	text-align: center;
}

div.in_form button:focus {
	outline: none;
}

div.in_form div {
	background: rgba(255, 255, 255, 0.15);
	color: var(--second-color);
}

div.in_form > *:last-child {
	margin-top: 10px;
}

input {
	border-radius: 25px;
	border: none; 
	color: var(--main-color);
	font-weight: bold;
	width: 70%; 
	height: 40px;
	text-align: center;
	background-color: rgba(32, 56, 106, .35) !important;
}

div.in_form input:focus {
	outline: none;
}

::-webkit-input-placeholder {
   color: #31323a;
}

:-moz-placeholder { /* Firefox 18- */
   color: var(--main-color);  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: var(--main-color);  
}

:-ms-input-placeholder {  
   color: var(--main-color);  
}

.how_to {
	font-size: 0.9em;
	padding-top: 1em;
	text-align: center;
	color: var(--main-color);    
}

div.follow_us {
	max-width: 495px;
	padding-top: 1.5em;
}

.social_icon {
	font-size: 3em;
	margin-top: 15px;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	float: left;
	margin-right: 25px;
}

.social_icon:hover {
	text-decoration: none;
	opacity: 0.85;
}

.social_icon:last-child {
	margin-right: 0;
}

div.popShadow {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	max-width: 100%;
	background: rgba(1,54,104,0.5);
}

div.popWin {
	display: none;
	background: #FFF;
	color: var(--main-color);
	width: 90%;
	max-width: 650px;
	top: 10em;
	position: relative;
	margin: auto;
	padding: 10px 50px 50px 50px;
	box-sizing: border-box;
	border-radius: 30px;
}

a.closePop {
	color: #21376A;
	background: #fff;
	font-size: 50px;
	padding: 3px 10px;
	top: -20px;
	left: -20px;
}

div.popMessage {
	padding-top: 1em;
	text-align: start;
}

div.popExtra div {
	border: solid 3px #FFF;
}

div.popExtra {
	width: 100%;
	text-align: center;
	padding-top: 1em;
}

div.in_form_message {
	background: 0 !important;
}

.form_foot {
    text-align: center;
    padding: 10px;
    color: #FFF;
    font-size: 0.8em;
}

.form_foot a {
    color: #FFF;
}

#contact-footer {
	text-align: center;
	width: 100%;
	height: 35px;
	position: fixed;
	bottom: 0px;
	background-color: var(--main-color);
	font-size: 12px;
	line-height: 35px;
	vertical-align: middle;
	box-shadow: 0px 0px 2px #999;
}

div.login_message {
	padding-bottom: 0.5em;
	margin: auto;
	width: 80%;
	color: var(--main-color);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}