.page_wrapper {
    margin: 0 auto;
    position: relative;
    min-height: 290px;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 75px;
    text-align: center;
}
.owl-carousel .owl-item .item{
	border: none;
}
.content{
    text-align: center;
}
.page_wrapper img{
    margin: 40px auto 60px;
}
.page_wrapper h1.mensaje_index{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #d52b1e;
    font: 400 37px FlamaBold;
    text-transform: uppercase;
    line-height: 1;
}
.page_wrapper h1.mensaje_index span{
	display: inline-block;
    width: 100%;
    text-align: center;
}
.form_container form {
    border: medium none;
    border-radius: 0;
    margin: auto;
    padding: 0;
    width: 300px;
    background: transparent;
    margin-top: 30px;
}
.title-form{
	display: inline-block;
	color: #4b4646;
    font: 400 18px Flama;
	margin-bottom: 10px;
}
form input[type="text"], form input[type="password"]{
    width: 99%;
    border: 1px solid #898989;
    background-color: #ffffff;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    padding-bottom: 21px;
    color: #4b4646;
    font: 400 18px FlamaLight;
}
.explicacion{
    width: 100%;
    /*max-width: 210px;*/
    text-align: center;
    color: #4b4646;
    font: 400 16px Arial;
    margin-top: 20px;
}
.introduce{
	color:#000000;
	padding-bottom: 10px;
	font-size:14px;
}
.error_container{
    margin-top: -17px;
}
@media handheld, screen and (max-width: 1027px) {
    .page_wrapper{
        width: 100%;
        margin-top: 0;
        margin-bottom: 0px !important;
    }
    .page_wrapper h1.mensaje_index{
        font-size: 24px;
        max-width: 80%;
        margin-bottom: 0 !important;
    }
    .error{
        display: inline-block;
        width: 100%;
    }
    .form_container form{
        width: 100%;
    }
    .explicacion{
    	width: 88%;
        font-size: 18px;
    }
}