/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/


  .um-restricted-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    background-color: #f4f4f4;
  }

  .um-restricted-box {
    max-width: 600px;
    padding: 30px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    text-align: center;
  }

  .um-restricted-box h2 {
    color: #d9534f;
    margin-bottom: 15px;
  }

  .um-restricted-box p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .um-restricted-box a {
    display: inline-block;
    margin: 8px;
    padding: 10px 22px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    color: #fff !important;
  }

  .um-restricted-box .login-btn {
    background-color: #337ab7;
  }

  .um-restricted-box .register-btn {
    background-color: #5cb85c;
  }

  .um-restricted-box a:hover {
    opacity: 0.9;
  }