html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    font-family: lato;
    text-align: center;
    background-color: white;
}
.content {
    display: inline-block;
    position: relative;
    top: 20px;
    margin: auto;
}
.content .title {
    margin-left: -540px;
}
.content .title img {
    display: inline-block;
    margin: auto;
    width: 50px;
}
.content .title p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-top: 6px;
    margin-left: 10px;
    color: #77cdee;
    font-size: 26px;
}
.content .title p span {
    display: inline-block;
    margin-left: 2px;
}
h1 {
    width: 60px;
    float: left;
    margin-left: -130px;
    margin-top: -30px;
    padding: 1px 8px;

    font-size: 12px;
    text-transform: uppercase;

    display: inline-block;
    background-color: #4FBDE0;
    color: white;
    font-weight: normal;
    text-align: center;
}
.form {
    width: 500px;
    margin-top: 80px;
    text-align: left;
    font-weight: 300;
}
.form label {
    display: inline-block;
    width: 100px;
    text-align: right;
    text-transform: uppercase;
    color: #464646;
}
.form input:not([type=radio]):not([type=checkbox]), .form select {
    width: 240px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    margin-bottom: 16px;
    padding: 0 10px;
    font-family: lato;
    font-weight: 100;
}
.form select {
    height: 34px;
    background-color: white;
    text-transform: uppercase;
}
.form select option {
    font-weight: 100;
    font-family: lato;
    text-transform: uppercase;
}
.form .radio {
    line-height: 34px;
    margin-bottom: 16px;
    cursor: pointer;
    color: black;
}
.form .radio input {
    position: relative;
    top: 1px;
    margin-right: 6px;
    cursor: pointer;
}
.form radio {
    display: inline-block;
}
[name=lastname] {
    text-transform: uppercase;
}
[name=firstname] {
    text-transform: capitalize;
}
input, textarea {
    border: solid 1px rgb(162, 162, 162);
    background-color: white;
}

input[type='checkbox'] + span {
    text-transform: uppercase;
}

.card {
    margin-top: 52px;
}
.card > table {
    margin: auto;
}
.demo-table {
    display: inline-block;
    margin: auto;
}


.code {
    /*display: none;*/
    margin-top: 68px;
    margin-bottom: 30px;
}
.code textarea {
    width: 500px;
    max-width: 500px;
    height: 150px;
    max-height: 150px;
    font-weight: 100;
    font-family: lato;
    display: block;
}
.copy {
    display: inline-block;
    margin: 0;
    margin-top: 34px;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #4FBDE0;
    cursor: pointer;
}

.img-normal, .img-gmail, .img-outlook {
    display: none;
}

