
.um {
	margin:0 auto;
	padding:40px;
	width: 100%;
}

/*ultimate-member\includes\core\um-actions-register.php*/
#rht-login {
	padding-top: 1.5rem;
}

#rht-um-col-alt {
	text-align: center;
}

#rht-register {
	float: right;
}

/* General styling for the container */
#rht-logined {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    width: 100%;
    margin: 20px auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Title styling */
#rht-logined p {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

/* Link styling */
#rht-logined a {
    display: block;
    background-color: #ffffff;
    color: #444;
    text-decoration: none;
    padding: 12px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
}

/* Icon styling */
#rht-logined a i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
    color: #555;
}

/* Hover effects */
#rht-logined a:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}




