@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300,600);
html,body{
		margin:0px;
		padding:0px;
		font-family: 'Titillium Web', sans-serif;
		font-weight:300;
		font-size: 100%;
}

#container_demo{
	 text-align: left; 
	 margin: 0;
	 padding: 0;
	 margin: 0 auto;
	 background: #ffffff;
}

/** fonts used for the icons **/ 
@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('fonts/fontomas-webfont.eot');
    src: url('fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontomas-webfont.woff') format('woff'),
         url('fonts/fontomas-webfont.ttf') format('truetype'),
         url('fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FranchiseRegular';
    src: url('fonts/franchise-bold-webfont.eot');
    src: url('fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/franchise-bold-webfont.woff') format('woff'),
         url('fonts/franchise-bold-webfont.ttf') format('truetype'),
         url('fonts/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a.hiddenanchor{
	display: none;
}
/** The wrapper that will contain our two forms **/
#wrapper{
	width: 60%;
	right: 0px;
	min-height: 528px;
	margin: 0px auto;
	width: 100%;
	position: relative;
}
.vbox-container {
	max-width:500px!important;
}
/**** Styling the form elements **/

/**** general text styling ****/
#wrapper a{
	color: rgb(22, 24, 25);
	text-decoration: underline;
	font-family: sans-serif;
}

#wrapper h1{
	font-size: 1.5em;
	color: #8f74bf!important;
	padding: 2px 0 5px 0;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
/** For the moment only webkit supports the background-clip:text; */
#wrapper h1{
     
}
 

#wrapper p{
	margin-bottom: 14px;
	color: #101010;
}
input.sub3 {
    margin-top: 2em!important;
}
#wrapper p:first-child{
	margin: 0px;
}
#wrapper label{
	color: rgb(64, 92, 96);
	position: absolute;
	top: 2px;
	left: 0;
	display: inline-block;
}

/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder  { 
	color: rgb(49, 97, 142); 
	font-style: normal;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color: rgb(94, 117, 162);
	font-style: normal;
} 
input {
  outline: none;
}

/* all the input except submit and checkbox */
#wrapper input:not([type="checkbox"]){
	display: block;
	width: 83%;
	text-indent: 1px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1em;
	padding: 2px 5% 2px 2%;
	margin: 0 auto 16px auto;
	border: 2px solid #8f74bf;
	outline: #46A3D5;
	list-style-type:none;
	margin-bottom: 14px;
	width: 81%;
	-moz-box-shadow: none;
	font: normal 18px/26px;
	color: #081c35;
	background-color: rgba(242, 253, 252, 0.99);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	border-radius: 2px;
}
#wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus{
	border: 3px solid #00BCD4;
	background: rgb(241, 253, 252);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	-moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
} 

/** the magic icon trick ! **/
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 35px;
	width: 30px;
}

/*styling both submit buttons */
#wrapper p.button input{
		width: 86%;
		outline:none;
		margin-bottom: 6px;
		padding: 2px 5px;
		background: #4280ad;
		color: #ffffff;
		transition:.5s all;
		box-sizing: border-box;
		-webkit-transition:.5s all;
		-moz-transition:.5s all;
		-o-transition:.5s all;
		-ms-transition:.5s all;
		font-size: 1.3em;
		height: 38px;
		font-weight:600;
		border-radius: 3px;
		cursor: pointer;
		border: none;
		}
p.par02 {
    text-align: left;
    margin-top: -20px;
    margin-bottom: 5px;
    display: block;
    margin-left: 32px;
}
#wrapper p.button input:hover{
		background: #2ecccc;
		transition:.5s all;
		-webkit-transition:.5s all;
		-moz-transition:.5s all;
		-o-transition:.5s all;
		-ms-transition:.5s all;
		} 
#wrapper p.button input:active,

p.login.button,
p.signin.button{
	text-align: center;
	/* margin: 0px 0; */
}
input.sub3 {
    background: #2ecca7!important;
}

input.sub3:hover {
    background: #2ecccc!important;
}

/* styling the checkbox "keep me logged in"*/
.keeplogin{
	margin-top: -5px;
}
.keeplogin input,
.keeplogin label{
	display: inline-block;
	font-size: 12px;	
	font-style: italic;
}
.keeplogin input#loginkeeping{
	margin-right: 5px;
}
.keeplogin label{
	width: 80%;
}
input::-webkit-input-placeholder {
	color:#355162 ;
}
input::-moz-placeholder {
	color:#355162 ;
}
input:-moz-placeholder {   /* Older versions of Firefox */
		color:#355162 ;
}
input:-ms-input-placeholder { 
		color:#355162 ;
}

/*styling the links to change from one form to another */

p.change_link{
	position: absolute;
	color: rgb(127, 124, 124);
	left: 0px;
	height: 20px;
	width: 440px;
	padding: 17px 30px 20px 30px;
	font-size: 16px	;
	text-align: right;
	border-top: 1px solid rgb(219, 229, 232);
	-webkit-border-radius: 0 0  5px 5px;
	   -moz-border-radius: 0 0  5px 5px;
	        border-radius: 0 0  5px 5px;
	background: rgb(225, 234, 235);
	background: -moz-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: -webkit-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: -o-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
}
#wrapper p.change_link a {
	display: inline-block;
	font-weight: bold;
	background: rgb(247, 248, 241);
	padding: 2px 6px;
	color: rgb(29, 162, 193);
	margin-left: 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgb(203, 213, 214);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s  linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s  linear;
	transition: all 0.4s  linear;
}
#wrapper p.change_link a:hover {
	color: rgb(57, 191, 215);
	background: rgb(247, 247, 247);
	border: 1px solid rgb(74, 179, 198);
}
#wrapper p.change_link a:active{
	position: relative;
	top: 1px;
}
/** Styling both forms **/
#register, 
#login{
    position: relative;
    text-align: center;
    margin: auto;
    width: 72%;
    margin-top: -29px;
    height: auto;
    top: 0%;
    padding: 8px;
    z-index: 1200;
    /* background: #e4f2f7; */
    /* border: solid 3px #42dcd1; */
    border-radius: 4px;
    /* box-shadow: 0px 2px 10px rgba(8, 8, 8, 0.27); */
}
#register{	
	z-index: 21;
	opacity: 0;
}
#login{
	z-index: 22;
}
#toregister:target ~ #wrapper #register,
#tologin:target ~ #wrapper #login{
	z-index: 22;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
}
#toregister:target ~ #wrapper #login,
#tologin:target ~ #wrapper #register{
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

/** the actual animation, credit where due : http://daneden.me/animate/ ***/
.animate{
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	
	-o-animation-duration: 0.5s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;
	
	-ms-animation-duration: 0.5s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

/** yerk some ugly IE fixes 'cause I know someone will ask "why does it look ugly in IE?", no matter how many warnings I will put in the article */

.lt8 #wrapper input{
	padding: 10px 5px 10px 32px;
    width: 92%;
}
.lt8 #wrapper input[type=checkbox]{
	width: 10px;
	padding: 0;
}
.lt8 #wrapper h1{
	color: #066A75;
}
.lt8 #register{	
	display: none;
}
.lt8 p.change_link,
.ie9 p.change_link{
	position: absolute;
	height: 90px;
	background: transparent;
}
.vbox-container {
	max-width:500px!important;
}
.tel1a {
    display: inline-block!important;
    width: 8%!important;
    margin-left: 0%!important;
    margin-right: 2%!important;
}
.tel2a {
    display: inline-block!important;
    width: 42%!important;
    margin-left: 0%!important;
}
span.lablada1 {
    width: 10%;
}

span.lablada2 {
    width: 10%;
}

.moreinfo {
    display: block;
    width: 86%;
    text-align: left;
    border-top: solid #4f95e2 2px;
    padding-top: 9px!important;
    margin-left: 7%;
    border-bottom: solid #4f95e2 2px;
    margin-top: -5px!important;
    /* background: #05639a59; */
    padding-left: 8px;
    margin-bottom: 6px!important;
    font-family: sans-serif;
    font-size: .9em;
}

.moreinfo input {
    width: 22px;
    display: inline-block;
    height: 22px;
}

.moreinfo label {
    display: inline-block!important;
    position: relative!important;
    margin: 0 0 0 4px;
    vertical-align: top;
    color: #051f29!important;
}
p.par02.colo02 {
    color: #d62215!important;
    background: #00000003;
    font-weight: 600;
    width: 86%;
    font-size: .9em;
    margin-top: 2px;
    margin-left: 6.8%;
    padding-top: 0px;
}	
.requeri {
	display: none !important;
 }
@media screen and (max-width: 500px)
{ 
#wrapper input:not([type="checkbox"]) {
     height: 24px;
     font-size: 1em;
     padding: 2px;
}
#wrapper {
    width: 100%!important;
    right: inherit!important;
    min-height: auto!important;
    margin: inherit;
    position: relative;
    min-width: 250px!important;
    max-width: 95%;
    margin-left: 0;
}
#register, #login {
    position: relative;
    text-align: left;
    width: 100%;
    margin: 0px;
    height: auto;
    top: 0%;
    padding: 8px;
    z-index: 1200;
    border-radius: 4px;
}
}
 
 
@media screen and (max-width: 320px)
{ 
#wrapper input:not([type="checkbox"]) {
     height: 19px;
     font-size: 1em;
     padding: 1.9px;
     margin-bottom: 11px;
}
#wrapper {
    width: 100%!important;
    right: inherit!important;
    min-height: auto!important;
    margin: inherit;
    position: relative;
    min-width: 250px!important;
    max-width: 95%;
    margin-left: 0;
}
#register, #login {
    position: relative;
    text-align: left;
    width: 100%;
    margin: 0px;
    height: auto;
    top: 0%;
    padding: 8px;
    z-index: 1200;
    border-radius: 4px;
}
#wrapper h1 {
    font-size: 1.2em;
    color: #dcfbff!important;
    padding: 2px 0 5px 0;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
#wrapper p.button input {
    width: 80%;
    outline: none;
    margin-bottom: 10px;
    padding: 0px 5px;
    background: #6FA8E6;
    color: #003452;
    transition: .5s all;
    box-sizing: border-box;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    font-size: 1.3em;
    height: 30px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    border: none;
}
}
 
