.bg-primary{
    background-color: #005aa9 !important;
}

.btn-primary{
    background-color: #005aa9 !important;
}

.bg-login {
    background-image: url("../images/guayaquil.png");
    height: 100%; /* You must set a specified height */
    width: 100%;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}