.input-section .input-name,.input-section .input-email,.input-section .input-passwords{width:100%;height:50px;border:none;line-height:50px;border:1px solid var(--border-color);border-radius:4px;display:flex;align-items:center;margin-top:15px;padding:0;background-color:var(--white-color);overflow:hidden;transition:all .3s ease}.input-name:focus-within,.input-email:focus-within,.input-passwords:focus-within{border:1px solid var(--primary-color);box-shadow:0 0 3px #007bffb3}ONLY FOR CONTACT PAGE #contactPage .body .input-section input,#contactPage .body .input-section textarea{width:100%;display:block;padding:12px 10px;border:none;outline:none;margin-top:10px;font-size:16px;background-color:var(--card-bg);color:var(--text-color);border:1px solid var(--border-color);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}#contactPage .body .input-section input:focus,#contactPage .body .input-section textarea:focus{border:1px solid var(--primary-color);box-shadow:0 0 3px #007bff}
