/* Customer Page Styles từ 3TK.com.vn Original */
.customer-page .customer-content-group{max-width:825px;margin:20px auto;-webkit-box-shadow:0 0 7px 0 #dfdede;box-shadow:0 0 7px 0 #dfdede;background:#fff;padding:20px 0}
.customer-page .customer-content-title{text-align:center;font-size:18px;font-weight:600}
.customer-page .customer-content-title a{color:#222}
.customer-page .customer-content-title a:first-child{margin-right:16px}
.customer-content-title a:hover,.customer-page .customer-content-title a.current{color:var(--color-global);border-bottom:1px solid var(--color-global)}
.customer-page .customer-form{margin:auto;max-width:616px}
.customer-page .customer-form .item{margin-top:20px;font-weight:300}
.customer-page .customer-form .item input{display:block;width:100%;border:1px solid #d7d7d7;padding:0 12px;height:42px;border-radius:5px;margin-top:5px;font-size:16px;outline:0}
.customer-page .customer-form .item span{color:#d91605}
.customer-page .customer-form .item p{font-size:14px;font-weight:400;display:block;margin-bottom:10px}
.customer-page .btn-customer{width:100%;height:46px;border:0;border-radius:6px;background-color:var(--color-global);font-size:18px;font-weight:600;color:#fff;margin-top:30px;cursor:pointer}
.customer-page .password-input{position:relative}
.customer-page .show-pass{position:absolute;top:15px;right:10px}
.customer-page .forgot-password{display:block;text-align:right;color:#208ce8;margin:8px 0 0;font-size:14px}
.mt-1,.my-1{margin-top:4px!important}

/* Alert styles cho forms */
.alert-error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
  display: none; /* Hidden by default */
}

.alert-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
}
