﻿.inputborder {
    border: 3px solid #000; /* You can adjust the thickness (3px) and color (#000) */
    padding: 5px; /* Optional: Add padding for better spacing */
    /* Add any other styling you desire */
   
}

/* Increase the font size and weight of password characters */
input[type="password"] {
    font-size: 18px;
    font-weight: bold;
    height: 40px;
}