body {
    margin: 0px;
}
#ad {
    display: block;
    overflow: hidden;
    font-family: Arial, sans-serif;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #666;
}
#banner {
    position: relative;
    display: block;
    width: 968px;
    height: 248px;
    background: url('../images/people-smart-logo.svg') 788px 45px no-repeat;
    background-color: #ffffff;
    background-size: 15%;
    overflow: hidden;
    border: #efefef 1px solid;
}
.icon {
    position: absolute;
    top: 30px;
    left: 35px;
}
.headline {
    text-align: center;
    font-family: Arial, sans-serif;
    position: absolute;
    color: #132369;
    top: 0px;
    left: 135px;
    font-size: 40px;
    font-weight: bold;
}
.subheadline {
    text-align: left;
    position: absolute;
    top: 62px;
    left: 136px;
    font-size: 16.5px;
    line-height: 140%;
}
form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
label {
    position: absolute;
    top: 126px;
    color: #132369;
    font-size: 18px;
}
label[for="fn"] {
    left: 35px;
}
label[for="ln"] {
    left: 393px;
}
.text_input {
    background: white;
    border: #5D6775 1px solid;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    line-height: 25px;
    padding: 0 8px;
    position:absolute;
    width: 340px;
    height: 50px;
    top: 153px;
    font-size: 20px;
}
.text_input#fn {
    left: 35px;
}
.text_input#fn.highlight {
    box-shadow: 0 0 5px rgba(108, 159, 241, 1);
    padding: 3px 0px 3px 8px;
    border: 2px solid rgba(108, 159, 241, 1);
    outline-offset: 0px;
}
.text_input#ln {
    left: 393px;
}

button {
    background: transparent;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 12px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}
.buttons {
    position: absolute;
    top: 153px;
    right: 36px;
    cursor: pointer;
}
.button {
    height: 50px;
    width: 180px;
    background: #009E60;
    padding-top: 5px;
    border-radius: 4px;
    border-bottom: 3px solid #009E60;
    font-size: 22px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
}

.button:hover,
.button:active,
.button:focus {
    background-color: #1AB86B;
    border-bottom: 3px solid #1AB86B;
    font-family: Arial, sans-serif;
}

#logo {
    position: absolute;
    font-size: 14px;
    color: #999;
    right: 186px;
    top: 48px;
}