body {
    background-color: black;
    background-image: url(../images/image_login_stats.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

form {
    background: none;
    position: absolute;
    width: 80%;
    top: 10%;
    left: 10%;
    border-radius: 3px;
    box-shadow: 0 3px 50px 2000px rgba(0, 0, 0, 0.3), inset 0 3px 50px 2000px rgba(0, 0, 0, 0.9);
    ;
}

input[type=text],
input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 20px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 24px;
    font-family: 'Gotham';
}

button {
    background-color: black;
    color: white;
    padding: 14px 20px;
    margin: 20px 0px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 32px;
    font-family: 'GothamBold';
}

button:hover {
    background-color: #FFFFFF;
    color: black;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.logo {
    width: 60%;
    max-width: 600px;
}

.container {
    padding-left: 20%;
    padding-right: 20%;
}

@media all and (max-device-width: 800px) {
    .container {
        padding: 16px;
    }
    input[type=text],
    input[type=password] {
        font-size: 16px;
    }
    img.logo {
        width: 80%;
    }
}
