@font-face {
    font-family: 'bree_serifregular';
    src: url('../fonts/BreeSerif-Regular-webfont.eot');
    src: url('../fonts/BreeSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BreeSerif-Regular-webfont.woff2') format('woff2'),
         url('../fonts/BreeSerif-Regular-webfont.woff') format('woff'),
         url('../fonts/BreeSerif-Regular-webfont.ttf') format('truetype'),
         url('../fonts/BreeSerif-Regular-webfont.svg#bree_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fjallaoneregular';
    src: url('../fonts/FjallaOne-Regular-webfont.eot');
    src: url('../fonts/FjallaOne-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FjallaOne-Regular-webfont.woff2') format('woff2'),
         url('../fonts/FjallaOne-Regular-webfont.woff') format('woff'),
         url('../fonts/FjallaOne-Regular-webfont.ttf') format('truetype'),
         url('../fonts/FjallaOne-Regular-webfont.svg#fjallaoneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.bg {
	background: url(../../img/pattern_3.png) #3d3d3d;
	position: relative;
}
.contenedor {
	left: 50%;
	margin-left: -150px;
	margin-top: -200px;
	max-height: 400px;
	min-width: 300px;
	position: absolute;
	top: 50%;
}
.close {
	border-radius: 7px;
	color: #525252;
	display: block;
	font-size: 20px;
	margin-top: 20px;
	padding: 3px 8px;
	text-shadow: 0px 0px 1px #C3C3C3;
}
.textError {
	color: #f9f9f9;
	display: block;
	margin-left: 20px;
	text-align: left;
	width: 230px;
}
.close, .textError {
	display: inline-block;
	vertical-align: top;
}
.user-icon, .pass-icon {
	border-bottom-left-radius: 5px;
	border-radius-bottomleft: 5px;
	border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	display: block;
	height: 47px;
	left: 0px;
	padding-right: 2px;
	position: absolute;
	width: 46px;
	z-index: 3;
}
.user-icon {
	background: #202020 url(../../img/user-icon.png) no-repeat center;
	top:144px;
}
.pass-icon {
	background: #202020 url(../../img/pass-icon.png) no-repeat center;
	top:195px;
}
.login-form {
	background: #F7A93B;
	border-radius: 5px;
	border: 1px solid #494747;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 300px;
	z-index:5;
}
.form-title {
	font-family: 'fjallaoneregular', serif;
	font-weight: 300;
	font-size: 2em;
	line-height:34px;
	color: #414848;
	margin: 30px 0 10px 0;
}
.text-title {
	color: #3d3d3d;
	display: block;
	font-family: calibri, helvetica, sans-serif;
	font-size: .8em;
	padding: 1.5em 3.5em;
	text-align: justify;
}
.input {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #a1a1a1;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	color: #9d9e9e;
	font-family: 'bree_serifregular', sans-serif;
	max-width: 188px;
	outline: 0px;
	padding: 15px 25px;
}
.password,.pass-icon {
	margin-top: 25px;
}
.input:hover {
	background: #dfe9ec;
	color: #414848;
}
.input:focus {
	background: #dfe9ec;
	color: #414848;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}
.input, .user-icon, .pass-icon, .button {
	transition: all 0.3s;
}
.footer {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.footer .button {
	background: #252525;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: 'bree_serifregular', serif;
	font-size: 18px;
	font-weight: 300;
	padding: 11px 25px;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
}
.footer .button:hover {
	background: #3D3D3D;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
.reset-password {
	display: block;
	font-family: 'bree_serifregular', helvetica;
	margin-bottom: 20px;
}
.reset-password a {
	color: #3D3D3D;
	transition: all 0.3s;
}
.reset-password a:hover {
	color: #005497;
	transition: all 0.3s;
}
