.forgot-form {
    margin: 30px 0;
}

div.forgot-form input.input-field {
    vertical-align: middle;
}

div.forgot-form span.bx-auth-secure {
    background-color: #FFFAE3;
    border: 1px solid #DEDBC8;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 9px;
}

div.forgot-form div.bx-auth-secure-icon {
    background-image: url(images/sec.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 21px;
}

div.forgot-form div.bx-auth-secure-unlock {
    background-image: url(images/sec-unlocked.png);
}

.forgot-form {
    /*margin: 0 auto;*/
    max-width: 600px;
}

.forgot-form form {
    /* margin: 0 auto;*/
    max-width: 300px;
}

.forgot-form .b_form input,
.forgot-form .b_form textarea {
    -webkit-appearance: none;
    max-width: 100%;
}

.forgot-form input[type="text"],
.forgot-form input[type="password"],
.forgot-form input[type=""],
.forgot-form input[type="text"],
.forgot-form input[type="password"],
.forgot-form input[type=""] {
    outline: none;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: #575757;
    line-height: 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #dedee1;
    margin-top: 5px;
    border-radius: 3px;
}

.forgot-form button {
    margin: 0;
}

.forgot-form textarea {
    outline: none;
    font-family: inherit;
    width: 100%;
    height: 90px;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #575757;
    line-height: 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #dedee1;
    margin-top: 15px;
    border-radius: 3px;
    resize: none;
    display: block;
}

.forgot-form .error {
    color: #f33;
    font-size: 13px;
    padding: 4px 0 0 5px;
    line-height: 14px;
}

.forgot-form .bx-auth-profile {
    margin: 0 auto;
    max-width: 600px;
}

.forgot-form .input {
    margin: 0 0 20px 0;
}

.forgot-form .input label {
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    font-weight: 500;
    color: #999;
    font-size: 12px;
    line-height: 14px;
}

.forgot-form .input input {
    margin: 3px 0 0 0;
}

.forgot-form .field-title {
    margin-top: 10px;
    display: block;
    font-family: "Montserrat", sans-serif;
}

.forgot-form .input-submit {
    margin-left: auto;
    margin-right: auto;
    width: 190px;
    padding-left: 0;
    padding-right: 0;
    display: block;
}

.forgot-form label {
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    font-weight: 500;
    color: #999;
    font-size: 12px;
    line-height: 14px;
}

.forgot-form .field {
    margin-bottom: 20px;
}
.forgot-form .field a {
    color: #000000;
}
.forgot-form p a {
    color: #000000;
}