/* color:#555; */
@charset "utf-8";
/************* GENERAL SETS *********************/
body{
	margin:0;
	color: #282828;
	font-family:'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	background-color: #181818;
}
a{	color:#555;
	text-decoration: none;
}
ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a.back_to_log {
	font-size: 10px;
}
button,a.back_to_log {
    background-color:  #ededed;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 13px 25px;
    text-transform: uppercase;
    transition:all 0.3s ease-in-out;
    margin-top: 40px;
}
.log_item.this_button{
	text-align: right;
}
button i{
	margin-right: 10px;
}
button:hover,a.back_to_log:hover{
	background-color:  #3faaad
	color:white;
}
input,textarea{
	font-family:'Montserrat', sans-serif;
	border:none;
	font-weight: 400;
	font-size: 1.3em;
	color:#777;
	border:1px solid #aeaeae;
}
input[type="text"],input[type="email"]{
	font-style: italic;
}
#pagina{
	width:90%;
	margin: 5% auto;
}
#log{
}
.log_box{
	position: relative;
	background-color: #fff;
	padding:5%;
	width:30%;
	margin: 0 auto;
	color:#dedede;
	margin-top: 80px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#log_form{
	position: relative;
	margin-top: 20px;
	width:100%;
}
#log input,#reset input{
	padding: 5%;
	width:90%;
}
.h_normal{
	color:#555;
	display: block;
	margin-bottom: 20px;
}
#reset h5{
	color:#333;
}
#log button{
	margin-top: 10px;
}
#log button i{
	margin-right: 10px;
}
hr{
	border:none;
	border-top:1px solid #555;
}
#log h1,#reset h1{
	font-family:'Montserrat', sans-serif;
	color:#555;
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 32px;
}
.the_logo{
	position: relative;
	width:60%;
}
.the_logo{
	fill:#181818;

}
.log_item{
	position: relative;
	display: block;
	margin-bottom: 10px;
	text-align: left;
	width:100%;
}
.log_item h3{
	color:#888;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 11px;
}
#recover{
	margin-top: 0;
	clear: both;
	margin-top: 30px;
	border-top:1px solid #eaeaea;
	padding: 15px 0;
}
#retrieve{
	margin-top: 10px;
	display: none;
}
.the_loader{
	display: block;
	width:100%;
	position: relative;
	top:0;
	color:black;
	background-image: url(../imgs/lines_orange.png);
	background-repeat: repeat;
/*	background-repeat: no-repeat;
	background-position: center center;
*/
/* 	background-size: 30px 30px; */
/* 	opacity:.5; */
	height:100%;
	min-height: 10px;
	padding:0;
}
#load_info{
	display: block;
	padding: 10px;
	color:#333;
	width: 100%;
}
#load_info i, #load_output{
	display: inline-block;
}
.log_item i{
	margin-right: 10px;
}
#load_output{
	height:10%;
	width: 80px;
}
.selected_portfolio{
	background-color: #282828;
}
#progress_bar{
	background-color: #555;
	min-height: 20px;
	width:100%;
	display: block;
	max-height: 40px;
}
#reset h2{
	margin:30px 0px 10px 0px;
	font-size: 18px;
	color: #3faaad
	font-weight: 300;
	text-transform: uppercase;

}
a.hider i{
	margin-right: 5px;
}
.the_warning{
	margin:18px 0;
	font-size: 18px;
	line-height: 24px;
	color:#555;
	font-style: italic;
	color:black;

}
.feedback{
	display:block;
	margin: 30px 0px 60px 0px;
	font-style: italic;
	font-size: 18px;
	font-weight: 200;
	border-radius: 5px;
/*
	background-image: url(../imgs/lines_orange.png);
	background-repeat: repeat;
	background-color: #dedede;

*/
	background-color: #3faaad

	color:white;
	padding: 30px;
}

@media screen and (max-width: 981px) {

	.log_box{
		padding:10%;
		width:70%;
		margin-top: 20px;

	}

}
