    .custom-register-form {
            max-width: 350px;
           
        }
        .custom-register-form h2 {
            font-size: 26px;
            margin-bottom: 10px;
        }
        .custom-register-form label {
            display: block;
            margin-bottom: 6px;
            font-weight: 500;
			line-height: 1.3em;
        }
        .custom-register-form input[type="text"],
        .custom-register-form input[type="password"],
        .custom-register-form input[type="email"] {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 8px;
            font-size: 16px;
        }
        .custom-register-form button {
            width: 100%;
            padding: 10px;
            background: #6366f1;
            color: #fff;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            cursor: pointer;
            transition: 0.2s;
        }
        .custom-register-form button:hover {
            background: #4f46e5;
        }
        .custom-register-form .terms {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 20px;
            font-size: 14px;
        }
        .custom-register-form .bottom-text {
            text-align: center;
            margin-top: 15px;
            font-size: 14px;
        }
        .custom-register-form .bottom-text a {
            color: #2563eb;
            text-decoration: none;
        }
        .custom-register-form small {
            font-size: 13px;
            color: #666;
        }


.custom-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.custom-divider::before,
.custom-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #d1d5db; /* màu xám nhạt */
}

.custom-divider:not(:empty)::before {
  margin-right: 0.75em;
}

.custom-divider:not(:empty)::after {
  margin-left: 0.75em;
}

.custom-divider span {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.login-google{
	display:flex;
	justify-content:center;
}

/*
   CSS Form login 
*/
        #custom-login-form {
             max-width: 350px;
        }
        #custom-login-form h2 {
            font-size: 26px;
            margin-bottom: 10px;
        }
        #custom-login-form label {
            display: block;
            margin-bottom: 6px;
            font-weight: 500;
        }
        #custom-login-form input[type="text"],
        #custom-login-form input[type="password"],
        #custom-login-form input[type="email"] {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 8px;
            font-size: 16px;
        }
        #custom-login-form button {
            width: 100%;
            padding: 10px;
            background: #2563eb;
            color: #fff;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            cursor: pointer;
            transition: 0.2s;
        }
        #custom-login-form button:hover {
            background: #1d4ed8;
        }
        #custom-login-form .bottom-text {
            text-align: center;
            margin-top: 15px;
            font-size: 14px;
        }
        #custom-login-form .bottom-text a {
            color: #2563eb;
            text-decoration: none;
        }

