body {
    background: #f9f9f9;
    color: #4a4a4a;
    font-family: 'Acta-Book', serif;
    font-size: 18px;
    text-align: center;
    padding: 15px;
}

h1 {
    font-family: 'Acta-Bold', serif;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.8px;
    text-align: center;
    margin: 0 0 30px;
    color: #141414
}

h2, h3, label {
    font-family: 'Acta-Book', serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.3px;
    text-align: center;
    color: #4a4a4a;
}

button {
    background: #141414;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.3px;
    border-radius: 2px;
    border: 0;
    padding: 17px 39px 15px;
    line-height: 1.56;
}

input {
    background: #fff;
    color: #9b9b9b;
    line-height: 1.56;
    letter-spacing: 0.3px;
    border-radius: 2px;
    border: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
    margin: 30px 0 20px;
    width: 100%;
    max-width: 400px;
    padding: 17px 0 15px;
    text-align: center;
}

input:focus {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    outline: 0;
}

#message, #confirmation {
    display: none;
    margin: 20px 0;
}

.bullet {
    margin: 36px 0;
}

.logo-container {
    width: 200px;
    margin: 120px auto 0;
}

.logo-box {
    width: 200px;
    height: 224px;
}

.logo {
    width: 200px;
    height: 40px;
    margin: 38px 0 46px;
}

@media only screen and (max-device-width: 480px) {
    h1 {
        font-size: 20px;
        letter-spacing: 0.4px;
        margin: 0 0 25px;
    }

    h2, h3, label {
        font-size: 14px;
        line-height: 1.64;
        letter-spacing: 0.2px;
    }

    h2 {
        padding: 0 70px;
    }

    .bullet {
        margin: 30px 0;
    }

    .logo-container {
        margin-top: 45px;
    }

    .logo-box {
        width: 108px;
        height: 121px;
    }

    .logo {
        width: 175px;
        height: 35px;
        margin: 29px 0 36px;
    }

    input {
        font-size: 14px;
        max-width: none;
        padding: 17px 0 15px;
        margin: 20px 0 15px;
    }
}

@media only screen and (max-device-width: 320px) and (max-device-width: 568px)  {
    h2 {
        padding: 0 40px;
    }
}
