﻿body {
    height: 100%;
    background-image:url(https://www.rampregistrations.com/soccerNS/img/assocBGreg.jpg) !important;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow:auto;
}

body:before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: var(--gradientBG-color);
}

/* ------ SNOWFALL CSS ------ 
.spritesection{
    width:100vw;
    height:100vh;
    margin:0;
    padding:0;
    position:relative;
    overflow-x:hidden;
    overflow-y:auto;
}

.sprite1,
.sprite2,
.sprite3 {
    background:url(https://cloud.rampinteractive.com/_loginimg/snow.png);
    background-repeat: repeat;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.sprite1 {
    animation:animateOne 120s infinite linear;
}
.sprite2 {
    background-size:50%;
    filter:blur(2px);
    animation:animateTwo 120s infinite linear;
}
.sprite3 {
    background-size:200%;
    filter:blur(3px);
    animation:animateThree 120s infinite linear;
}
@keyframes animateOne {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0vw 800vh
    }
}
@keyframes animateTwo {
    0% {
        background-position:20vw -10vh
    }
    100% {
        background-position:120vw 790vh
    }
}
@keyframes animateThree {
    0% {
        background-position:-100vw 0vh
    }
    100% {
        background-position:100vw 1200vh
    }
}
------ END SNOWFALL CSS ------ */

.alert-info {
    font-size: 1.5em;
    font-weight: 500;
    font-family: var(--title-font);
    color: rgba(255,255,255,1.0);
    background-color: rgba(237,28,36,1.0);
    border: rgba(159,37,36,1.0) !IMPORTANT;
}

.welltransparent {
    min-height:20px;
    padding:19px;
    background-color:rgba(255,255,255,0.4);
    border:1px solid rgba(255,255,255,0.4);
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.05)

}

.glyphicon {
    color: rgba(var(--lighttone-color),1.0) !IMPORTANT;
}

.login-header .logo {
    height: 25vh;
    background: url(https://www.rampregistrations.com/soccerNS/img/assocLogo.svg) center center no-repeat;
    background-size: contain;
    margin: 0;
}
@media (max-width:767px) {
    .login-header .logo {
        max-height: 100px;
        }

    .login-header {
        margin-top: 1.0em;
        }

    .alert-info {
        display:none !important;
        }
}

.login-header {
    display:block;
    padding:0 !important;
    margin: 2.0em auto 1.0em auto;
}

.login-header h1 {
    font-size: calc(30px + (56 - 30) * ((100vw - 300px) / (1600 - 300))) !important;
    align-content:flex-start;
    text-align: left;
    font-weight:900;
    /*font-style: oblique;*/
    font-family: var(--title-font);
    color: rgba(var(--darktone-color),1.0) !IMPORTANT;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
}

.login-header h1 strong {
    font-weight:900;
    color: rgba(var(--midtone-color),1.0) !IMPORTANT;
} 