@charset "utf-8";
/* CSS Document */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: Arial, sans-serif;
    background: black; /* fallback */
}

.wrs-video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.35;
    filter: saturate(1.2) contrast(1.1);
}

.wrs-overlay {
    position: fixed; /* HOLDS CENTER */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: gold;
    text-shadow: 0 0 10px black;
    width: 100%;
    pointer-events: none; /* prevents weird clicks */
}

.wrs-title {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 4px;
}

.wrs-sub {
    font-size: 1.5rem;
    margin-top: 10px;
    opacity: 0.9;
}
.wrs-header {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

/* Your combined mic image behind the title */
.mic-bg {
    position: absolute;
    left: 50%;
    top: -60px;
    width: 420px;
    height: 420px;
    //+background-image:r uploaded mic photo */
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.30; /* lets the gold text shine */
    transform: translateX(-50%);
    filter: drop-shadow(0px 0px 18px rgba(255, 0, 0, 0.45)); /* reddish glow */
}

.wrs-title-block {
    position: relative;
    z-index: 10;
}

.wrs-title {
    font-size: 95px;
    font-weight: bold;
    color: gold;
    letter-spacing: 4px;
    text-shadow: 0px 0px 14px rgba(255, 215, 0, 0.7); /* gold glow */
}

.wrs-subtitle {
    font-size: 26px;
    color: gold;
    margin-top: -8px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px rgba(255, 215, 0, 0.5);
}

.wrs-header {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

/* Your combined mic image behind the title */
.mic-bg {
    position: absolute;
    left: 50%;
    top: -60px;
    width: 420px;      /* tuned for your image's width */
    height: 420px;
    background-image: url('images/mic.png'); /* your single mic photo */
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.30;     /* softer so WRSS pops */
    transform: translateX(-50%);
    filter: drop-shadow(0px 0px 12px rgba(255, 0, 0, 0.4));
}

.wrs-title-block {
    position: relative;
    z-index: 10;
}

.wrs-title {
    font-size: 95px;
    font-weight: bold;
    color: gold;
    letter-spacing: 4px;
    text-shadow: 0px 0px 12px rgba(255, 215, 0, 0.6);
}

.wrs-subtitle {
    font-size: 26px;
    color: white;
    margin-top: -8px;
    letter-spacing: 2px;
}
.wrs-header {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
}
.dropdown-title {
    margin-top: 200px;
    text-align: center;
    color: gold;
    font-size: 22px;
}
.signin-form {
    position: relative;
    margin-top: 20px;
}
.center-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.wrss-header {
  width: 100%;
  background-color: #000; /* or whatever your site bg is */
}

.wrss-header-inner {
  max-width: 1200px;      /* adjust to your layout */
  margin: 0 auto;
}

.wrss-header-img {
  display: block;
  width: 100%;
  height: auto;
}
.signin-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.signin-subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    color: #ccc;
    letter-spacing: 1px;
}

.signin-form {
    display: none !important;
}
/* Gold Glow Around Form */
.signin-form {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;

    /* GOLD GLOW */
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.55),
                0 0 35px rgba(212, 175, 55, 0.35);
    border: 1px solid rgba(212, 175, 55, 0.45);
}
/* Disclaimer Text */
.signin-disclaimer {
    font-size: 12px;        /* smaller text */
    color: #bbb;            /* softer color */
    margin-top: 10px;
    line-height: 1.3;
    text-align: center;
}
.signin-subtitle {
    font-size: 11px !important;   /* force smaller */
    color: #777 !important;       /* softer */
    opacity: 0.65 !important;     /* faded */
    margin-bottom: 12px !important;
    line-height: 1.3 !important;
    font-weight: normal !important;
}

