
.editar-profesional-login {
	max-width: 400px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
}

.editar-profesional-login h3 {
	margin-top: 0;
	text-align: center;
}

.editar-profesional-login label {
	font-weight: bold;
}

.editar-profesional-login .error-message {
	background: #ffebee;
	color: #c62828;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 4px;
}

.editar-profesional-login .success-message {
	background: #d4edda;
	color: #155724;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 4px;
}

.editar-profesional-login input[type="text"],
.editar-profesional-login input[type="email"],
.editar-profesional-login input[type="password"] {
	width: 100%;
	max-width: 300px;
	padding: 8px;
	margin-top: 5px;
}

.editar-profesional-login input[name="editar_profesional_login"] {
	background: #0073aa;
	color: white;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	border-radius: 4px;
}
	
	
	
	
	
	
/* Contenedor general */
.custom-login-form {
    width: 320px;
    margin: 50px auto;
    padding: 26px 24px;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

/*
.custom-login-form input[type="text"],
.custom-login-form input[type="password"],
.custom-login-form input[type="email"] {
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 16px;
    border: 1px solid #8c8f94;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.4;
    box-sizing: border-box;
}

.custom-login-form input[type="submit"] {
    background: #2271b1;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
}

.custom-login-form input[type="submit"]:hover {
    background: #135e96;
}


*/

	
		
		
		





#custom_loginform {
    width: 320px;
    margin: 50px auto;
    padding: 26px 24px;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
    border-radius: 4px;
}
#custom_loginform input[type="text"],
#custom_loginform input[type="password"] {
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 16px;
    border: 1px solid #8c8f94;
    border-radius: 3px;
    font-size: 14px;
}
#custom_loginform input[type="submit"] {
    background: #2271b1;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
}








.custom-login-message {
    padding: 10px 14px;
    margin-bottom: 16px;
    border-radius: 4px;
    font-size: 14px;
}

.custom-login-message.success {
    background-color: #dff0d8;
    border: 1px solid #3c763d;
    color: #3c763d;
}

.custom-login-message.error {
    background-color: #f2dede;
    border: 1px solid #a94442;
    color: #a94442;
}







/* Link de recuperación */
.custom-login-form .login-links {
    margin-top: 14px;
    text-align: center;
    font-size: 13px;
}

.custom-login-form .login-links a {
    color: #2271b1;
    text-decoration: none;
}

.custom-login-form .login-links a:hover {
    text-decoration: underline;
}

/* Ojito */
.custom-login-form .wp-hide-pw {
    position: absolute;
    right: 8px;
    top: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.custom-login-form .wp-hide-pw .dashicons {
    font-size: 18px;
    line-height: 1;
}










/* Editar Profile */

.editar-profesional-dashboard {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}
.editar-profesional-menu {
	text-align: center;
	margin: 30px 0;
}
.btn-profesional {
	display: inline-block;
	margin: 10px;
	padding: 12px 24px;
	background: #0073aa;
	color: white;
	text-decoration: none !important;
	border: none;
	cursor: pointer;
	border-radius: 6px;
	font-size: 16px;
}
.btn-profesional:hover {
	background: #005a87;
	color: #fff !important;
	text-decoration: underline !important;
}
.btn-profesional.inactive {
	background: #dc3545;
}
.btn-profesional.inactive:hover {
	background: #c82333;
}
.btn-profesional.reactivate {
	background: #28a745;
}
.btn-profesional.reactivate:hover {
	background: #218838;
}
.btn-profesional.logout {
	background: #6c757d;
}
.btn-profesional.logout:hover {
	background: #5a6268;
}
.status-info {
	margin: 20px 0;
	padding: 15px;
	background: #e3f2fd;
	border-left: 4px solid #2196f3;
	border-radius: 4px;
}
.status-inactive {
	background: #ffebee;
	border-left-color: #f44336;
	color: #c62828;
}
.form-back-btn {
	margin-bottom: 20px;
}

.status-info-message,
.password-info-message {
	background: #d4edda;
	color: #155724; 
	padding: 10px; 
	margin-bottom: 15px; 
	border-radius: 4px; 
	border: 1px solid #c3e6cb;
}

.password-info-message.wrong-password {
  background: #ffebee;
  color: #c62828;
  border-color: #f44336;
}


@media (max-width: 600px) {
	.editar-profesional-menu {
		text-align: center;
	}
	
	.btn-profesional {
		display: block;
		width: 100%;
		max-width: 300px;
		margin: 10px auto;
	}
	
	.editar-profesional-login {
		margin: 10px;
		padding: 15px;
	}
	
	.editar-profesional-dashboard {
		margin: 10px;
		padding: 15px;
	}
}




.editar-profesional-password {
	padding: 20px;
	background: #f3f3f3;
	margin-bottom: 30px;
}

.editar-profesional-password form p {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.editar-profesional-password form label {
	width: 180px;
	font-family: "Outfit", Sans-serif;
	font-size: 16px;
}

.editar-profesional-password form input[type="password"] {
	width: 150px;
}
