#bf-forgot-form input[type="email"] {
    background: transparent !important;
    border-radius: 12px;
    color: #fff;
    border: 1px solid #ccc;
	margin-bottom: 20px;    /* ✅ Απόσταση πριν το κουμπί */
}
#bf-forgot-form input[type="submit"] {
    background:#FFD700;
    color:#000;
    font-weight:700;
    border-radius:12px;
    padding:12px 20px;
    border:none;
    cursor:pointer;
    transition:0.3s;
}
#bf-forgot-form input[type="submit"]:hover {
    background:#000;
    color:#fff;
}

.password-wrapper{position:relative;}
.toggle-password{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;user-select:none;}
#bf-reset-form input[type="password"]{background:transparent!important;border-radius:12px;border:1px solid #ccc;color:#fff;}
#bf-reset-form input[type="submit"]{background:#FFD700;margin-top: 20px; /* απόσταση από τα προηγούμενα στοιχεία */color:#000;font-weight:700;padding:12px 20px;border-radius:12px;border:none;cursor:pointer;transition:0.3s;}
#bf-reset-form input[type="submit"]:hover{background:#000;color:#fff;}
#bf-pass-rules{list-style:none;padding:0;margin-bottom:15px;font-size:14px;}
#bf-pass-rules li{margin:4px 0;}
#bf-pass-rules li.valid{color:lightgreen;}
#bf-pass-rules li.invalid{color:red;}
#bf-pass-strength{width:100%;height:8px;background:#333;border-radius:8px;overflow:hidden;margin-bottom:10px;}
#bf-pass-bar{height:100%;width:0%;background:red;transition:0.3s;}
