.auth-box h3 {
    margin-bottom: 0;
    font-size: 26px;
    text-transform: capitalize;
}

.auth-box button {
    width: 100%;
    padding: 10px;
    background: #005299;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 38px;
    font-size: 14px;
    font-family: 'Albert Sans';
}

.auth-box button:hover {
	background: #003061!important;
}

.auth-box .text-small {
    font-size: 13px;
    font-family: "Albert Sans", Sans-serif;
    margin-bottom: 20px;
}

.auth-box p {
    font-size: 14px;
    color: #414141;
    font-family: "Albert Sans", Sans-serif;
}

.auth-box .login-text a {
    font-weight: 600;
    color: #005299;
}

.auth-box .login-text {
    margin-top: 30px;
    text-align: center;
}

.auth-box button:hover {
    background: #005177;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-color: #D0DF59;
}

.auth-msg {
    margin-top: 10px;
	font-family: 'Albert Sans';
	text-align: center;
}

.success {
    color: green;
}

.error {
    color: red;
}

.code-inputs {
    display: flex;
    justify-content: start;
    margin: 0 auto 10px;
    gap: 20px;
}

.code-inputs input.verify-digit {
    width: 44px;
    height: 54px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 30px;
    font-family: "Albert Sans", Sans-serif;
    font-weight: 500;
}

.auth-box #signup_name {
    background-image: url(https://agentedgecoaching.jenocabrera.tech/wp-content/uploads/2025/12/user_icon.png);
    margin-top: 30px;
}

.auth-box #signup_email {
    background-image: url(https://agentedgecoaching.jenocabrera.tech/wp-content/uploads/2026/01/login-email.png);
}

.auth-box #signup_pass {
    background-image: url(https://agentedgecoaching.jenocabrera.tech/wp-content/uploads/2026/01/pass-lock.png);
}

.auth-box .signup-input::placeholder {
    color: #707070 !important;  /* Your desired color */
    opacity: 1 !important;      /* Ensures color is solid */
}

.auth-box .signup-input {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 12px center;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #707070;
    font-family: "Albert Sans", Sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.auth-box .signup-input:focus, .auth-box .signup-input:hover, .auth-box .signup-input:active  {
    background-color: transparent;
}