#login-image {
    text-align: center;
}

#login-image img {
    width: 50%;
}

#login {
    padding: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 250% 100%;
}

#title {
    color: #006090;
    text-align: center;
    font-weight: 600;
}

html {
    background: #006090;
}

body {
    background: url(../img/fondoa.png);
    background-position: center top;
    background-size: 100% 45%;
    background-repeat: no-repeat;
}

#btn-login {
    background: #7AAC46;
    border: 2px solid #7AAC46;
    border-radius: 3px;
    font-weight: bolder;
    letter-spacing: 1px;
}