@media (max-width: 600px) {
    .identity-image {
        width: 100%;
    }
}

@media (min-width: 600px) {
    .identity-image {
        width: 100%;
    }
}

.identity-container {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
}

.button:disabled, .button[disabled] {
    cursor: not-allowed
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 30px;
    color: #777;
}

ol li, ul li {
    line-height: 150%;
}

p {
    line-height: 150%;
    margin: 0 0 15px 0;
}

h1, h2, h3, h4, h5 {
    margin: 10px 0 0 0;
    padding: 20px 0 0 0;
}

h1 {
    text-align: center;
    margin: 0;
    padding: 10px 0 20px 0;
}

h3, h4, h5 {
    margin: 0;
    padding: 0;
}

p.margintop {
    margin-top: 10px;
}

img#logo {
    height: 70px;
    margin: 0 0 0 40px;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}