@import url(https://fonts.googleapis.com/css?family=Lato);

.logo {
    margin: 20px;
    text-align: center;
}
h1.title {
    font-family: "Lato",sans-serif;
    font-weight: lighter;
}
.well {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
	
}
.view-login {
    background-attachment: fixed;
    background-color: #008ECA;
    background-image: url("../images/bg_fondo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}
.alert {
    background-color: #293543;
    border: 1px solid #faebcc;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
}
@media (max-width:979px)
{
.view-login .wrap-login {
    width: 90%;
}
}

