    .lk-form-forgot {
        width: 280px;
        text-align: center;
    }  
    
    .lk-form-forgot input{
        color: #31353c;
        background-color: #fff;
        border-radius: 3px;
        padding: 10px 20px;
        text-align: left;
        border: 1px solid #e2e5e5;
        margin-bottom: 20px;
        height: 47px;
        -webkit-transition: box-shadow .35s ease, border-color .35s ease;
        transition: box-shadow .35s ease, border-color .35s ease;
        font-size: 16px;
    }

    .lk-form-forgot button {
        padding: 7px 30px 7px;
        display: inline-block;
        font-size: 22px;
        border-radius: 3px;
        background: #00a023;
        color: #fff;
        text-align: center;
        line-height: 22px;
        cursor: pointer;
        border-color: #00a023;
        font-family: "SFProDisplay Heavy";
        margin: auto;
        border: none;
        transition: all 0.3s ease;
        width:100%;
        margin-bottom: 20px;
    }
    
    .lk-form-forgot button:hover {
        color: #202020;
        background-color: #00B418;
    }