.second-password, .first-password {
    display: block;
    -webkit-appearance: none;
    line-height: normal;
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 1px #b9b9b9;
    font-size: 16px;
    font-weight: normal;
    color: #222328;
    width: 100%;
    padding: 11px 20px;
    outline: 0;
    height: 46px;
    margin-top: 20px;
}
.error{
    color: red;
}
.hidden_block_code {
    display: none;
}
.new-pass-block {
    display: none;
}
#lk-forgot-password input[name="SMS_CODE"] {
    width: 55%;
}
#lk-forgot-password input.apply-code {
    width: 35%;
    float: right;
    padding: 0 20px;
    margin-top: 5px;
}