html,
body {
    height: 100%;
	background-image: url("../images/Acapulco_bg.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body {
    display: flex;
    align-items: center;
}

.form-signin {
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.logo {
    max-width: 100%;
}

.btn-primary {
  background-color: #9F2241;
  color: #EEE;
  border: #9F2241;
}

.btn-primary:hover {
  background-color: #BC955C;
  color: #FFF;
  text-decoration: none;
  border: #9F2241;
}

a {
	color: #9F2241;
}

.form-control:focus {
	border-color: #BC955C;
	box-shadow: 0 0 0 .25rem rgba(159, 34, 65, .3);
}

.txt-footer {
	color: #777;
}