input[type="checkbox"]{
    width:auto !important;
    margin:0px;
    display:inline !important;
}
input {
    margin-top:-10px !important;
}
form h2{
    font-weight:700;
}
input::placeholder{
    text-transform: lowercase;
        font-family: "Lucida Grande", sans-serif;

}
.checkbox{
    background-color: black;
}
.form-input{
  box-sizing: border-box;
    padding: 0px;
    margin-bottom:0px !important;
    border: 1px solid #bbbfc0;
    margin-bottom: 10px;
    background: #fff;
    color: #666;
    font: 13px 'Open Sans', Arial, sans-serif;
    -webkit-appearance: none;
}
label{
    font-size:12px;
}
form span,p{
    font-size:14px;
    color:black;
}
.title{
    font-weight:800;
    color:black;
    margin-top:20px;
}
.label-star{
    color:red;
}
.privacy-link{
    color: #0000EE;
    font-size:16px;
    text-decoration: underline;
}
.button-wrapper{
    text-align:center;
}
#input_2{
    width:100%;
    border-radius:7px;
    padding: 9px 15px;
    margin:30px 0px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: normal;
    border-radius: 2em;
    color: #7c868d;
    text-shadow: 1px 1px 0px #ffffff;
    border: 1px solid #dfdfdf;
    box-shadow: inset 0 1px 0 0 #ffffff, 0 1px 1px 0 rgba(0, 0, 0, 0.40);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eaeaea));
}