@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
html {
    height: 100%;
}


/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    padding:0px 0px;
    margin: 0px 0px;
    font-family: 'Raleway', serif, Helvetica, Arial, sans-serif, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed";
    background: #0071b9;
    display:inherit !important;
    min-height:100%;
}
.splash-container {
    overflow: auto;
    width: 100%;
    height:100%;
    padding:0px 0px;
    margin: 0px 0px;
    float:left;

    background: #0071b9 url(images/login-background.jpg) center top no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.splash-container .splash-middle {
    max-width: 420px;
    width: calc(100% - 30px);
    padding:0px 15px;
    margin: 0px auto 0px auto;
    height: calc(100% - 65px);

    animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}
.splash-container .splash-middle-container {
    width: 100%;
    min-height:100px;
    padding:0px 0px;
    margin: 100px auto 60px auto;
    float: left;
}
.splash-container .content-holder {
    width: 75%;
    overflow: auto;
    background-color: #fff;
    margin: 40px auto;
    border-radius: 5px;
    height: calc(100% - 145px);

}
.splash-container .splash-middle-logoarea {
    width: 100%;
    min-height:150px;
    padding:0px 0px;
    margin: 0px auto;
    float: left;
}
.splash-container .splash-middle-logo {
    width: 100%;
    height:100px;
    padding:0px 0px;
    margin: 0px auto;
    background:url(images/login-fp-logo.png) center top no-repeat;
    background-size: 100px 100px;
}
.splash-container .splash-middle-name {
    width: 100%;
    min-height:20px;
    padding:0px 0px;
    margin: 15px auto;
    font-size:18px;
    line-height: 20px;
    color: #ffffff;
    font-weight:700;
    text-align: center;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
}
.splash-container .splash-middle-contentarea {
    width: 100%;
    min-height:100px;
    padding:0px 0px;
    margin: 20px auto 0px auto;
    float: left;
}

.splash-container .splash-footer {
    position: fixed;
    width: 100%;
    min-height:65px;
    padding:0px 0px;
    margin: 0px 0px;
    background: rgba(35,31,32,0.6);
    bottom: 0;
}
.splash-container .splash-footer-logo {
    width: 67px;
    min-height:65px;
    padding:0px 0px;
    margin: 0px 0px;
    background: rgba(35,31,32,0.6) url(images/login-small-froghead.png) center center no-repeat;
    float:right;
    display:inline-block;
}
.splash-container .splash-footer-logo:hover {
    background: rgba(35,31,32,1) url(images/login-small-froghead.png) center center no-repeat;
}

.splash-container .splash-footer-frogcommunity{
    width: 150px;
    height:21px;
    display:inline-block;
    padding:22px 22px 22px 47px;
    margin: 0px 0px 0px 0px;
    background: url(images/login-frogcommunity.png) 21px center no-repeat;
    float:right;
    font-size:14px;
    line-height: 21px;
    color: #ffffff;
    font-weight:400;
    text-align: right;
    box-sizing: content-box;
}
.splash-container .splash-footer-frogcommunity:hover {
    background:rgba(35,31,32,1) url(images/login-frogcommunity.png) 21px center no-repeat;
}
.splash-container .splash-footer-frogcommunity:active {
}

.splash-container .splash-footer-footlinks{
    width: calc(100% - 330px);
    min-height:21px;
    display:inline-block;
    padding:22px 22px 22px 22px;
    margin: 0px 0px 0px 0px;
    float:left;
}
.splash-container .splash-footer-quicklink {
    height:21px;
    display:inline-block;
    padding:0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float:left;
    font-size:12px;
    line-height: 21px;
    color: #ffffff!important;
    font-weight:400;
    text-align: left;
    text-decoration: none;
}
.splash-container .splash-footer-quicklink:link,
.splash-container .splash-footer-quicklink:active,
.splash-container .splash-footer-quicklink:visited{
    color: #ffffff!important;
}
.splash-container .splash-footer-quicksplit,
.splash-container .splash-footer-quicksplit1 {
    margin:0px 7px;
    color: #ffffff;
    display: inline-block;
    float: left;
    line-height: 21px;
    font-size:12px;
    height: 21px;
    color: #ffffff!important;
    font-weight:400;
    text-align: left;
    text-decoration: none;
}
.splash-container main {
    height: 100%;
}
a:-webkit-any-link {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

a:active {
    text-decoration: none;
    opacity: 0.8;
}

a img:hover{
    text-decoration: none;
    opacity: 0.8
}

a img:active {
    text-decoration: none;
    opacity: 0.8;
}

.login-panel {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;

}
.login-panel form {
    margin-bottom: 0;
}
.login-panel fieldset {
    clear: both;
}

.form-error, .form-error:hover, .form-error:focus, .form-error:active {
    color: #666666 !important;
    border-color: #dd514c !important;
    background: #FFF !important;
    background-image: none !important;
    background-size: 40px 40px !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    -o-background-size: 40px 40px !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0) !important;
    -ms-animation: none !important;
}

.login-panel .loginLogoText {
    margin-bottom: 10px;
}


.leaderboard-holder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    font-size: 1.2em;
    overflow: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 1280px) and (orientation: landscape) and (-webkit-min-pixel-ratio: 1) and (-webkit-min-pixel-ratio: 2) {
    .splash-container .splash-middle-container {
        margin: 80px auto 80px auto;
    }
}

@media only screen and  (max-width: 1024px) and (orientation: landscape) {
    .splash-container .splash-footer {
        position: relative;
        float: right;
    }
}

@media only screen and (max-width: 1024px) {
    .splash-container .splash-middle-container {
        margin: 60px auto 60px auto;
    }
}

@media only screen and (max-width: 800px) {
    .splash-container .splash-middle-container {
        margin: 40px auto 20px auto;
    }
    .splash-container .splash-middle {
        height: calc(100% - 130px);
    }
    .splash-container .splash-footer-footlinks{
        width: calc(100% - 44px);
        background:rgba(35,31,32,0.7);
        padding: 11px 22px;
    }
    .splash-container .splash-footer-quicklink {
        float:right;
        font-size:12px;
        line-height: 21px;
        text-align: right;
    }
    .splash-container .splash-footer-quicksplit,
    .splash-container .splash-footer-quicksplit1{
        margin:0px 7px;
        float: right;
        font-weight:400;
        text-align: right;
    }
    .login-panel .loginLogo {
        display: none;
    }
    .login-panel .loginLogoText {
        width: 100%;
        height: auto;
        margin-bottom: 11px;
    }
}

@media only screen and (max-width: 500px) {
    .splash-container .splash-footer-quicklink {
        font-size:11px;
        line-height: 21px;
        text-align: right;
    }
    .splash-container .splash-footer-quicksplit {
        margin:0px 7px;
        font-weight:400;
        text-align: right;
    }
    .splash-container .splash-middle-container {
        margin: 10px auto 10px auto;
    }

    .splash-container .splash-footer-footlinks {
        width: calc(100% - 111px);
    }
    .splash-container .splash-footer-frogcommunity {
        display: none;
    }
}


@media only screen and (max-width: 460px) {
    .splash-container .splash-middle {
        height: calc(100% - 151px);
    }
    .splash-container .splash-footer-quicksplit1 {
        width:100%;
        visibility: hidden;
        line-height: 0px;
        height: 0px;
    }
}

@media only screen and (max-height: 500px) {
    .splash-middle-logo {
        display: none;
    }
    .splash-container .splash-middle-logoarea {
        min-height: 0px;
    }

}
