body.home{
	width: 100%;
    height: calc(100vh);
    margin: 0;
}

.btn{
    border: 0;
    border-radius: 0px;
    padding: 8px 25px;
    background-color: #5794cd;
    color: #fff;
    text-shadow: 1px 1px 5px #5a5a5a;
    margin-right: 20px;
}

label{
color:#fff;
}
body .bg-home{
	background-image: url(http://tour360.grupoemotion.com/assets/img/home.jpg);
	background-position: center;
	background-repeat:no-repeat;
    height: 100%;
    background-size: cover;
    background-position: 64%;
}

.caja-btn {
    position: fixed;
    left: 50%;
    top: 20%;
}
.errors ul li {
    list-style: none;
}
.errors ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
}

button {
    border: 0;
    border-radius: 0px;
    padding: 8px 25px;
    background-color: #5794cd;
    color: #fff;
    text-shadow: 1px 1px 5px #5a5a5a;
	margin-right: 20px;
}

.form-ingreso, .form-registro, .form-forgot {
    display: none;
    width: 344px;
    position: fixed;
    top: 28%;
    left: 47%;
}

.form-control {
    display: block;
    width: 100%;
    height: 25px;
    margin-bottom: 5px;
    padding: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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


.caja-btn {
    position: relative;
    left: 14%;
    padding-top: 46%;
}

.form-ingreso, .form-registro, .form-forgot	{
    position: relative;
    left: 0%;
    padding-top: 10%;
		
	}
.form-control {
    height: 35px;
    margin-bottom: 10px;
    padding: 4px;
    font-size: 16px;
}
	

	
	
	
}