.error-message {
    font-size: 12px;
    margin-top: 10px;
    color: red;
	text-align: center;
	display: none;
}

.login-container {
    width: 657px;
    margin: 179px auto 150px auto;
	position: relative;
}
.user-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.login-logos {
    display: flex;
    gap: 73px;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 77px;
}
.login-logos1 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.login-logo1 {
    height: 44px;
}
.login-main-text1 {
    height: 13px;
}
.login-warning {
    color: red;
    font-size: 16px;
	font-weight: 600;
	position: absolute;
    top: 170px;
}
.login-password {
    position: relative;
}
.login-username label, .login-password label {
    font-weight: 600;
    font-size: 16px;
	display: block;
}
.login-username input, .login-password input {
    width: 657px;
    height: 44px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 44px;
    padding-left: 10px;
	margin-top: 10px;
}
.login-password label {
	margin-top: 14px;
}
.login-password svg {
    position: absolute;
    top: 20px;
    right: 18px;
    cursor: pointer;
	width: 25px;
    height: 25px;
}
.login-submit {
    width: 657px;
    height: 44px;
    margin-top: 20px;
    background-color: #676767;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    font-size: 16px;
	cursor: pointer;
	opacity: 1;
	transition: 0.3s ease;
}
.login-submit:hover {
	opacity: 0.7;
}
.login-recovery-link {
    display: block;
    text-align: center;
    margin-top: 31px;
    color: black;
    font-size: 12px;
    font-weight: 300;
}
.login-register-link {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: black;
    font-size: 12px;
    font-weight: 300;
}





.recovery-container {
    width: 657px;
    margin: 149px auto 204px auto;
	position: relative;
}
.recovery-username {
    margin-top: 122px;
}
.recovery-username label{
    font-weight: 600;
    font-size: 16px;
	display: block;
}
.recovery-username input {
    width: 657px;
    height: 44px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 44px;
    padding-left: 10px;
	margin-top: 10px;
}
.recovery-hint {
    margin-top: 37px;
    font-size: 14px;
    font-weight: 300;
}
.recovery-container .wpcf7-response-output {
    display: none !important;
}
.recovery-container .wpcf7-not-valid-tip {
    display: block !important;
	font-size: 12px;
    margin-top: 10px;
    color: red;

}
.recovery-submit {
	width: 657px;
    height: 44px;
    margin-top: 20px;
    background-color: #676767;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s ease;
}
.recovery-submit:hover {
	opacity: 0.7;
}
.recovery-container .wpcf7-spinner {
	margin: 10px auto 0 auto !important;
    display: block;
}

.recovery-resend-button {
 margin: 25px auto 0 auto;
    width: 292px;
    height: 36px;
    border-radius: 20px;
    border: 1px solid black;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    display: block;
    text-decoration: none;
    line-height: 33px;
    color: black;
    cursor: pointer;
    transition: 0.3s ease;
    box-sizing: border-box;
	background-color: white
}
.recovery-resend-button:hover {
	border: 1px solid #0072C3;
	background-color: #0072C3;
	color: white;
}
.recovery-resend-message {
	margin-top: 5px;
}

.recovery-fill-container form {
    margin-top: 107px;
}
.recovery-fill-container {
    width: 657px;
    margin: 149px auto 204px auto;
	position: relative;
}

.recovery-password div{
    position: relative;
}
.recovery-repassword {
	margin-top: 27px;
}
.recovery-repassword div{
	position: relative;
}

.recovery-fill-container label {
    font-size: 16px;
    font-weight: 600;
}
.recovery-fill-container input[type="text"], .recovery-fill-container input[type="password"] {
    width: 657px;
    height: 44px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 44px;
    padding-left: 10px;
    margin-top: 10px;
}
.recovery-fill-container svg {
    right: 12px;
    position: absolute;
    top: 20px;
	cursor: pointer;
	width: 25px;
    height: 25px;
}
.recovery-fill-submit {
	width: 657px;
    height: 44px;
    margin-top: 50px;
    background-color: #676767;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    font-size: 16px;
	cursor: pointer;
	opacity: 1;
	transition: 0.3s ease;
}
.recovery-fill-submit:hover {
	opacity: 0.7;
}

.recovery-success-container {
	width: 657px;
    margin: 255px auto 371px auto;
	position: relative;
}
.recovery-success-desc {
    margin-top: 36px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.recovery-success-login {
    width: 292px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid black;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: black;
    margin: 71px auto 0 auto;
	opacity: 1;
	transition: 0.3s ease;
}
.recovery-success-login:hover {
	opacity: 0.7;
}






.register-container {
	width: 665px;
    margin: 206px auto 357px auto;
	position: relative;
}
.register-type-choice .register-type-title {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    display: block;
}
.register-type-choice .wpcf7-radio {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 106px;
	margin-top: 34px;
}
/* Radio input base */
.register-type-choice input[type="radio"] {
    margin: 0 !important;
    padding: 0 !important;
    width: 37px !important;
    height: 37px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Inner circle when checked */
.register-type-choice input[type="radio"]::before {
    content: "";
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #D9D9D9;
    transform: scale(0);
    transition: transform 0.2s ease;
}

/* Show inner circle on checked */
.register-type-choice input[type="radio"]:checked::before {
    transform: scale(1);
}

/* Spacing between radio and label */
.register-type-choice label {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 20px;
    font-weight: 600; /* semibold */
    cursor: pointer;
}

.register-section {
    margin-top: 75px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
}
.register-company, .register-user {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.register-normal p {
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 10px;
}
.register-normal label {
    font-size: 16px;
    font-weight: 600;
}
.register-normal label span {
    font-size: 13px;
    font-weight: 600;
    color: #AEAEAE;
}
.register-normal input, .register-normal select, .custom-select__trigger {
    height: 44px;
    width: 657px;
    border-radius: 10px;
    border: 1px solid black;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 0 10px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	margin-top: 10px;
}


/* Hide native select but keep it functional */
.register-normal select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Custom select container */
.custom-select {
    position: relative;
    cursor: pointer;
}

/* Arrow */
.custom-select__arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 22px;
    height: 18px;
    transform: translateY(-50%);
    transition: transform 0.25s ease;
    background: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8254 17.25L0 0L21.6508 0L10.8254 17.25Z' fill='%23777E89'/%3E%3C/svg%3E") no-repeat center;
}

/* Rotate when open */
.custom-select.open .custom-select__arrow {
    transform: translateY(-50%) rotate(180deg);
}

/* Dropdown */
.custom-select__options {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 10;
}

.custom-select.open .custom-select__options {
    display: block;
}

.custom-select__option {
    padding: 12px 16px;
}

.custom-select__option:hover {
    background: #f2f2f2;
}


.register-password, .register-repassword {
    position: relative;
}
.register-password svg, .register-repassword svg {
    position: absolute;
    right: 20px;
    top: 20px;
	cursor: pointer;
	width: 25px;
    height: 25px;
}
.register-check-desc {
    font-size: 13px;
    font-weight: 300;
}
.register-check .wpcf7-checkbox {
    display: flex;
    gap: 30px;
	margin-top:12px;
}
.register-check .wpcf7-list-item {
    padding: 0;
    margin: 0;
}
.register-check .wpcf7-list-item-label {
    font-size: 13px;
    font-weight: 300;
}
.register-check input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 17px;
    height: 17px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	margin: 0;
    padding: 0;
}

/* Check mark */
.register-check input[type="checkbox"]::after {
    content: "✔";
	color: green;
    font-size: 12px;
    line-height: 1;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.15s ease;
}

/* Show check mark when checked */
.register-check input[type="checkbox"]:checked::after {
    opacity: 1;
}


.register-submit {
	width: 657px;
    height: 44px;
    margin-top: 154px;
    background-color: #676767;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    font-size: 16px;
	cursor: pointer;
	opacity: 1;
	transition: 0.3s ease;
}
.register-submit:hover {
	opacity: 0.7;
}
.register-container .wpcf7-spinner {
	margin: 10px auto 0 auto !important;
    display: block;
}

.register-container .wpcf7-not-valid-tip {
    margin-top: 10px;
}
.register-container .wpcf7-response-output {
	display: none !important;
}

.register-pre-container {
    width: 705px;
    margin: 166px auto 66px auto;
    position: relative;
}
.reg-info-box p {
    width: 277px;
    height: 66px;
    background-color: #F3F3F3;
    font-size: 24px;
    font-weight: 600;
    line-height: 66px;
    text-align: center;
    margin: 26px auto 0 auto;
}
.register-pre-desc {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	margin: 24px auto 0 auto;
}
#btn-resend {
    margin: 31px auto 0 auto;
	width: 292px;
	height: 36px;
	border-radius: 20px;
	border: 1px solid black;
	font-weight: 300;
    font-size: 14px;
	text-align: center;
	display: block;
	text-decoration: none;
	line-height: 36px;
	color: black;
	cursor: pointer;
    transition: 0.3s ease;
	background-color: transparent;
}
.register-pre-buton {
	margin: 25px auto 0 auto;
	width: 292px;
	height: 36px;
	border-radius: 20px;
	border: 1px solid black;
	font-weight: 300;
    font-size: 14px;
	text-align: center;
	display: block;
	text-decoration: none;
	line-height: 36px;
	color: black;
	cursor: pointer;
    transition: 0.3s ease;
	box-sizing: border-box;
}
#btn-resend:hover, .register-pre-buton:hover {
	border: 1px solid #0072C3;
	background-color: #0072C3;
	color: white;
}
#resend-wrapper {
	position: relative;
}
#resend-msg {
    text-align: center;
    display: block;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 110px;
}
.register-container a {
    margin: 40px auto 0 auto;
    display: block;
    width: fit-content;
    font-size: 12px;
    font-weight: 300;
    color: black;
}