.bins-register-form {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    text-align: center;
}
.bins-register-form label {
    display: block;
}
.bins-register-form [type="submit"] {
    background-color: #08AC3A;
    border-radius: 5px;
    border: none;
    padding: 12px 24px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
}

.bins-register-form  .g-recaptcha > div {
    margin: 0 auto;
}

.bins-register-form  .errors .error {
    color: red;
}


.bins-register-form input[type=text] {
    width:100%;
    background-color: #F9F9F9;
    border-color: #DEDEDE;
    border-radius: 0px 0px 0px 0px;
}

.bins-register-form input[type=text]:focus {
    background-color: #F9F9F9;
    box-shadow: none !important;
    outline: none !important;
    border-style: solid;
    border-color: #DEDEDE;
}