body {
    text-align: center;
    margin: 0;
    background-image: url('../img/bg-img.jpg');
    background-size: cover;
}

.app-info h3{
    margin: 0;
    margin-top: 30px;
    font-family: "Neuton", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 40px;
    color: #FFFFFF;
}
.app-info img {
    width: 50%;
    min-width: 300px;
    height: auto;
    margin: 0;
}

.login-field p {
    font-family: "Cabin";
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 100%;
    color: #FFFFFF;
}
.login-field input {
    padding: 5px;
    border: 0;
    margin: 0;
    width: 250px;
    height: 45px;
    background-color: #FFFFFF;
}

.login-button a {
    display: inline-block;
    padding: 0;
    border: 0;
    margin-top: 35px;
    width: 250px;
    height: 42px;
    color: #FFFFFF;
    line-height: 40px;
    text-decoration: none;
    background-color: #8886EE;
}

