body {
    margin: 0px;
}

#banner {
    position: relative;
    display: block;
    width: 968px;
    height: 248px;
    background: url('../images/people-smart-logo.svg') 445px 208px no-repeat;
    background-color: #ffffff;
    background-size: 15%;
    overflow: hidden;
    border: #efefef 1px solid;
}
#ad {
    display: flex;
    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;
    height: 100%;
    width: 100%;
}
.right-col{
    padding-left: 34px;
    
    flex-direction: column;
}
.icon {
    align-self: center;
    margin-left: 25px;
    width:120px;
}
.headline {
    
    font-family: Arial, sans-serif;
    color: #132369;
    font-size: 34px;
    font-weight: bold;
    line-height: 140%;
    margin: 8px 0px 2px;
}
.subheadline {
    line-height: 140%;
    font-size:20px;
    margin: 2px 0px;
}
form {
    display: flex;
    margin: 0;
    padding: 0; 
}
.text_wrapper{
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}
label {
    
    color: #132369;
    font-size: 18px;
}
/* label[for="email"] {
    top: 100px;
} */
.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 5px;
    width: 480px;
    height: 45px;
    font-size: 18px;
 
}
.text_input#email {
    margin-top: 8px;
}
.text_input#email.highlight {
    box-shadow: 0 0 5px rgba(108, 159, 241, 1);
    padding: 3px 0px 3px 3px;
    border: 2px solid rgba(108, 159, 241, 1);
    outline-offset: 0px;
}
/*.text_input#ln {
    top: 400px;
}*/

button {
    background: transparent;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 25px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}
.buttons {
    margin-top: auto;
    margin-left: 21px;
    cursor: pointer;
}
.button {
    height: 45px;
    width: 250px;
    background: #009E60;
    padding-top: 5px;
    border-radius: 4px;
    border-bottom: 3px solid #009E60;
    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 {
    font-size: 15px;
    color: #999;
    margin-top: 30px;
    margin-left: 180px;
    
}