@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body{
	font-family: 'Open Sans', sans-serif;
}

.gradient {
	display: none;
	height: 100vh;
	background-size: 600% 600%;
	background: -webkit-linear-gradient(to left, #ffb347, #ffcc33, #f857a6, #ff5858, #4776E6, #8E54E9) 100% 0; /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(to left, #ffb347, #ffcc33, #f857a6, #ff5858, #4776E6, #8E54E9) 100% 0; /* FF3.6+ */
	background:     -ms-linear-gradient(to left, #ffb347, #ffcc33, #f857a6, #ff5858, #4776E6, #8E54E9) 100% 0; /* IE10 */
	background:      -o-linear-gradient(to left, #ffb347, #ffcc33, #f857a6, #ff5858, #4776E6, #8E54E9) 100% 0; /* Opera 11.10+ */
	background:         linear-gradient(to left, #ffb347, #ffcc33, #f857a6, #ff5858, #4776E6, #8E54E9) 100% 0; /* W3CCCC */
}

.gradient.stage-3 {
	background: #4776E6; /* fallback for old browsers */
	background: linear-gradient(to left, #4776E6 , #8E54E9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: -moz-linear-gradient(to left, #4776E6 , #8E54E9); /* FF3.6+ */
	background: -webkit-linear-gradient(to left, #4776E6 , #8E54E9); /* Chrome 10-25, Safari 5.1-6 */
	background: -o-linear-gradient(to left, #4776E6 , #8E54E9); /* Opera 11.10+ */
	background: -ms-linear-gradient(to left, #4776E6 , #8E54E9); /* IE10+ */
}

.gradient.stage-2 {
	background: #f857a6; /* fallback for old browsers */
	background: linear-gradient(to left, #f857a6 , #ff5858); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: -moz-linear-gradient(to left, #f857a6 , #ff5858); /* FF3.6+ */
	background: -webkit-linear-gradient(to left, #f857a6 , #ff5858); /* Chrome 10-25, Safari 5.1-6 */
	background: -o-linear-gradient(to left, #f857a6 , #ff5858); /* Opera 11.10+ */
	background: -ms-linear-gradient(to left, #f857a6 , #ff5858); /* IE10+ */

}

.gradient.stage-1 {
	background: #ffb347; /* fallback for old browsers */
	background: linear-gradient(to left, #ffb347 , #ffcc33); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: -moz-linear-gradient(to left, #ffb347 , #ffcc33); /* FF3.6+ */
	background: -webkit-linear-gradient(to left, #ffb347 , #ffcc33); /* Chrome 10-25, Safari 5.1-6 */
	background: -o-linear-gradient(to left, #ffb347 , #ffcc33); /* Opera 11.10+ */
	background: -ms-linear-gradient(to left, #ffb347 , #ffcc33); /* IE10+ */
}

.full_width{
	max-width: 100%;
}
.creating {
	height: 100vh;
	background: #24C6DC; /* fallback for old browsers */
	background: -moz-linear-gradient(to left, #24C6DC , #514A9D); /* FF3.6+ */
	background: -webkit-linear-gradient(to left, #24C6DC , #514A9D); /* Chrome 10-25, Safari 5.1-6 */
	background: -o-linear-gradient(to left, #24C6DC , #514A9D); /* Opera 11.10+ */
	background: -ms-linear-gradient(to left, #24C6DC , #514A9D); /* IE10+ */
}

.form{
	padding: 30px;
}
.form h1{
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:41.887px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:29.124px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: #888;
}
.logo{
	font-size:1.2rem;
	font-weight: 600;
	font-family: "Montserrat";
	margin-top: 8px;
	line-height: 29.124px;
	display: inline-block;
}
.logo:hover
{
	cursor: pointer;
}
.logo_white{
	font-size:29.124px;
	font-weight: 400;
	font-family: "Montserrat";
	margin-top: 16px;
	margin-left: 16px;
	line-height: 29.124px;
	position: top;
	top:0;
	left:0;
	color: white;
}
.navigator{
	top: 9px;
	right: 16px;
	position: absolute;
	color: #888;
}
.navigator div{
	display: inline;
}
.divisor{
	height: 24px;
	margin: 16px 0;
}
.divisor .text{
	text-align: center;
	font-size: 16px;
	font-style: italic;
	color: #aaa;
	width: 40%;
	float: left;
	font-size: 14px;
}
.divisor .line{
	margin-top: 12px;
	border-top: 1px solid #ccc;
	border-bottom: none;
	width: 42.5%;
	float: left;
}
#login-register .button.facebook,
#login-register .button.google{
	font-size: 14px;
}
.button{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.35rem;
	padding: 0.7rem 2rem;
}
button.small, .button.small {
    padding: 0.6rem 1.5rem;
    font-size: 18px;
}
.button.overlay{
	border: 2px solid white;
	background: transparent;
	font-weight: 600;
}
.button.overlay:hover{
	background-color: white;
	color: #333;
}

.radius{
	border-radius: 4px;
}

.row.full_width  .form{
	margin-top: 16px;
}

.row.full_width .form label{
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
	margin: 1px;
	margin-top: 25px;
}

.row.full_width  .form .main{
	margin: 12px 0;
  padding-bottom: 0px;
}

.row.full_width  .form .main input[type="text"]{
	height: auto;
	font-size: 1.2rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 0.7rem;
	max-width: 350px;
}
.row.full_width  .form .main input[type="text"]:focus{
		border: 1px solid #3498db;

}
.row.full_width  .form label .label_extra{
	color: #888;
	font-weight: 400;
}
.row.full_width  .form .has-error input{
	border-color: #ff5858;

}
.row.full_width  .form .has-error .form-error{
	margin-top: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #FE9E9E;
	display: block;
	top: -3px;

}
#domain{
	width: 60%;
	display:inline-block;
}
.domain_sufix{
	height: auto;
	font-size: 25.888px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 0.7rem;
	width: 35%;
	display:inline-block;
}
.log-in{
		margin-top: 16px;

}
.field{
	border-bottom: 1px solid #ccc;
	margin-bottom: 18px;
	padding-bottom: 2px;
}
.field_label{
	font-size: 1rem;;
	font-family: 'Open Sans', sans-serif;
	color: #888;
	margin-bottom: 4px;
	font-weight: 600;
	margin-left: 2px;
	margin-top: 25px;
}
.field_content{
	font-size: 1.2rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border-radius: 4px;
	color: #333;
		padding-left: 4px;

}
.stage-1{
	display: none;

}
.stage-2{
	display: none;
}
.stage-3{
	display: none;

}
.loading{
	font-size:29.124px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: white;
	text-align: center;
	padding: 141.887px 0 90px 0;

}
.spinner{
	color: white;
	text-align: center;
	font-size: 45px;
}


.illustration_wrapper{
	border-radius: 6px;
	background-color: rgba(255, 255,255,0.3);
	padding: 40px 40px 20px 40px;
	margin: 40px 10%;
}
.il_photo{
	width: 125px;
	height: 125px;
	border: 3px solid white;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
}
.il_photo i{
	color: white;
	display: inline-block;
	font-size: 160px;
	margin-left: 7px;
}
.il_user{
	border-radius: 4px;
	border: 3px solid white;
	height: 50px;
	margin: 40px auto 0 auto;
	padding: 20px 0 15px 15px;

}
.il_user .username_abstract{
	width: 60%;
	height: 10px;
	float: left;
	background-color: white;
		opacity: 0.8;

}
.il_pass{
	border-radius: 4px;
	border: 3px solid white;
	height: 50px;
	margin: 15px auto;
	padding: 20px 0 15px 15px;

}
.dot{
	height: 8px;
	width: 8px;
	border-radius: 5px;
	background-color: white;
	float: left;
	margin-right: 5px;
	opacity: 0.8;

}
.il_forget_password{
	margin: 15px auto;
	height: 30px;
}
.il_big_radio{
	height: 25px;
	width: 25px;
	border-radius: 25px;
	border: 2px solid white;
	float:left;
}
.il_small_radio{
	height: 15px;
	width: 15px;
	border-radius: 25px;
	background-color: white;
	margin: 3px;

}
.il_radio_label{
	height: 10px;
	width: 40%;
	float: left;
	background-color: white;
	opacity: 0.8;
	margin-left: 15px;
	margin-top: 7.5px;
}

.il_submit{
	border-radius: 4px;
	border: 4px solid white;
	height: 50px;
	margin: 20px auto;
	padding: 20px 0 15px 15px;
	background-color: white;
}
#illustration-1{
	margin: 30px 25%;;
}
#illustration-2{
	overflow: hidden;
	clear: both;
	height: 450px;
	padding: 40px 0 20px 40px;
	border-radius: 6px 0 0 6px;
	margin-right: 0;
}
.column-1{
	width: 40%;
	float: left;
}
.company_name{
	font-size: 32px;
	line-height: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: white;
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.column-2{
	width: 60%;
	float: left;
}
.highlight{
	width: 100%;
	border-radius: 4px 0 0 4px;
	height: 250px;
	background-color:  rgba(255, 255,255,0.5);
}
.link{
	width: 60%;
	height: 10px;
	float: left;
	background-color: white;
		opacity: 0.8;
		margin-bottom: 15px;
}
.panel{
	border-radius: 4px;
	margin-top: 20px;
	border: none;
	background-color:  rgba(255, 255,255,0.5);
	width: 66%;
	margin-right: 5%;
	float: left;
	height: 200px
}
.panel-2{
	margin-right: 0;
	width: 29%;
	border-radius: 4px 0 0 0;

}
#illustration-3{
	width: 80%;
	height: 450px;
	margin: 20px auto;
	padding-top: 60px;
}
.line{
	/*float: left;
	width: 100%;*/
	display: inline;
	/*height: 42px;
	margin-bottom: 15px;*/
}
.line .check_wrapper{
	width: 30px;
	height: 30px;
	margin: 4px 0 0 4px;
	border-radius: 4px;
	border: 4px solid white;
	float: left;
	display: none;

}
.line i{
	color: white;
	font-size: 42px;
	float: left;
	margin: -10px 0 0 -6px;
	display: none;
}
.line_label{
	width: 0px;
	height: 10px;
	float: left;
	background-color: white;
	opacity: 0.8;
	margin: 15px 0 15px 25px;


}
.il_submit_2{
	border-radius: 4px;
	border: 4px solid white;
	height: 50px;
	width: 40%;
	float: left;
	margin-top: 30px;
	opacity: 0.8;
}


.accountForm--error {
	font-size: 65%;
  	transition: all 0.3s ease-out;
  	position: absolute;
  	bottom: -21.2px;
	left: 0;
}

div.message {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  position: relative;
  padding: 0.875rem 0.875rem 0.875rem 1.875rem;
  -webkit-transition: opacity 300ms ease-out 0s;
  transition: opacity 300ms ease-out 0s;
  background-color: rgba(20,189,110,0.9);
  border-color: rgba(20,189,110,1);
  color: #fff;
  border-radius: 4px;
  margin-top: 18px;
  box-shadow:  0px 0px 3px #aaa;
}

div.message.error {
  background-color: rgba(240, 65, 50, 0.9);
  border-color: rgba(240, 65, 50, 1);
  color: #FFF;
}

#borderHasError {
  border: 1px solid rgba(240, 65, 36, 0.75);
}

.borderIsValid {
  border-color: rgba(240, 65, 36, 0.75);
}

.hasError {
  color: rgba(240, 65, 36, 0.75);
}

@media screen and (max-width: 39.9375em) {
	html {
		font-size: 12px;
	}
}


/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	html {
		font-size: 15px;
	}
	.illustration_wrapper {
	    border-radius: 6px;
	    margin: 10px 1.5rem 20px 1.5rem;
	}
	.column-2 .highlight {
		display: none;
	}
	.column-2 .panel {
		display: none;
	}
}


/* Large and up */
@media screen and (min-width: 64em) {
	html {
		font-size: 14px;
	}
}


/* -----------------------------

  ~ Autocomplete Styles ~

---------------------------- */

.autocomplete-suggestions {

  background-color: white;
  overflow-x: hidden;
  border-left: 1px solid rgb(204, 204, 204);
  border-right: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
  box-shadow: 0 1px 6px rgba(0,0,0,0.3);
  color: rgba(0,0,0,0.75);

}
.autocomplete-suggestion {
  color: rgba(0,0,0,0.75);

}

.autocomplete-suggestions .autocomplete-selected{

  background-color: #d5e6ee;
  overflow-x: hidden;
}
