.form-dang-ky .form-container {
	width: 100%;
	max-width: 400px;
	background-color: #fff;
}
.form-dang-ky .form-group {
	position: relative;
	margin-bottom: 16px;
}
.form-dang-ky .form-group label {
	position: absolute;
	top: -10px;
	left: 8px;
	background-color: #fff;
	padding: 0 4px;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	color: #4285F4;
}
.form-dang-ky .form-group input {
	width: 100%;
	padding: 16px;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	color: #232323;
	border: 1.5px solid #4285F4;
	border-radius: 10px;
	box-sizing: border-box;
}
.form-dang-ky .password-toggle {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 19.69px;
	height: 18px;
}
.form-dang-ky .checkbox-group {
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.form-dang-ky .checkbox-group input {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	border: 2px solid #4285F4;
	border-radius: 1px;
}
.form-dang-ky .checkbox-group label {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
.form-dang-ky .signup-button {
	width: 100%;
	padding: 16px;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -1%;
	color: #fff;
	background-color: #4285F4;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}
.form-dang-ky .or-divider {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 20px 0;
}
.form-dang-ky .or-divider::before, .form-dang-ky .or-divider::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #D9D9D9;
}
.form-dang-ky .or-divider span {
	padding: 0 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	color: #232323;
}
.form-dang-ky .google-button {
	width: 100%;
	padding: 16px;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -1%;
	color: #232323;
	background-color: #fff;
	border: 1px solid #E6E8E7;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.form-dang-ky .google-button img {
	width: 24px;
	height: 24px;
	margin-left: 8px;
}

@media (max-width: 768px) {
    .form-dang-ky .form-group input {
        padding: 12px;
        font-size: 16px;
    }
    .form-dang-ky .signup-button {
        padding: 12px;
        font-size: 16px;
    }
    .form-dang-ky .google-button {
        padding: 12px;
        font-size: 16px;
    }
}



.verification-form {
    max-width: 600px;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.verification-form p {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -1%;
    font-weight: 400;
    color: #000;
    margin-bottom: 42.5px;
}
.verification-form .verification-email {
    color: #4285F4;
}
.verification-form .otp-input {
    width: 100%;
    max-width: 400px;
    padding: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #232323;
    border: 1.5px solid #4285F4;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 16.5px;
}
.verification-form .confirm-button {
    width: 100%;
    max-width: 400px;
    padding: 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1%;
    color: #fff;
    background-color: #4285F4;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}
.verification-form .resend-text {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -1%;
    font-weight: 400;
    color: #6e6e6e;
    margin-top: 20px;
}
.verification-form .resend-link {
    color: #4285F4;
    font-weight: 700;
    text-decoration: none;
}