body {
    margin: 0px;
}

#banner {
    position: relative;
    display: block;
    width: 298px;
    height: 598px;
    background: url('../images/people-smart-logo.svg') 81px 560px no-repeat;
    background-color: #ffffff;
    background-size: 45%;
    overflow: hidden;
    border: #efefef 1px solid;
}

#ad {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    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;
}

.icon {
    
    margin-top: 15px;
    
}
.headline {
    text-align: center;
    font-family: Arial, sans-serif; 
    color: #132369; 
 
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
    padding: 5px;
    width: 230px;
}
.subheadline {
    text-align: center; 
    line-height: 140%;
    padding: 0px 40px;
    font-size: 16px;
    margin-top: 18px;
}
form { 
    margin: 0;
    padding: 0;
    overflow:hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
label {
    color: #132369;
    font-size: 15px;
    padding: 0px 2px;
    margin-right: auto;
}
label[for="email"] {
    margin-top: 33px;  
}
.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: 220px;
    height: 40px;
    font-size: 16px;


 
}
.text_input#email {
    margin-top: 4px;
}
.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;
}
 

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 {
    margin-top: 24px;
    cursor: pointer;
}
.button {
    height: 45px;
    width: 220px;
    background: #009E60;
    padding-top: 5px;
    border-radius: 4px;
    border-bottom: 3px solid #009E60;
    font-size: 18px;
    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: 13px;
    color: #999;
    margin-top: auto;
    margin-bottom: 45px;
    text-align: center;
 
}