.bins-password-lost-form {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    text-align: center;
}
.bins-password-lost-form label {
    display: block;
}
.bins-password-lost-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-password-lost-form .errors .error {
    color: red;
}


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

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