/* ==========================================================
   Reset Password
========================================================== */

.lca-reset-password-form{

    max-width:500px;

    margin:40px auto;

    padding:40px;

    background:#fff;

    border-radius:16px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.lca-reset-header{

    text-align:center;

    margin-bottom:30px;

}

.lca-reset-header h2{

    margin:0 0 12px;

    font-size:30px;

    color:#2F3437;

}

.lca-reset-header p{

    color:#777;

    line-height:1.7;

    margin:0;

}

/* ==========================================================
   Password Toggle
========================================================== */

.lca-password-wrapper{

    position:relative;

}

.lca-password-wrapper input{

    padding-right:55px;

}

.lca-password-toggle{

    position:absolute;

    right:15px;

    top:50%;

    transform:translateY(-50%);

    border:none;

    background:none;

    cursor:pointer;

    font-size:20px;

    color:#666;

    padding:0;

}

.lca-password-toggle:hover{

    color:#88B04B;

}