body {
    font-family: 'Inter', sans-serif;
    background: transparent linear-gradient(270deg, #3ABEFF 0%, #001730 100%);
}

.indicator-hint {
    color: white;
}

#login{
    padding-top: 9%;
}

h1 {
    text-align: center;
}

h1 span.premium {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.login h1 a {
    background-image: url('img/login/ga-logo.png');
    height: 42px;
    width: 320px;
    background-size:100%;
}

.login h1 a.premium{
    background-image: url('img/login/ga-logo-premium.png');
    height: 66px;
    width: 320px;
    background-size: 100%;
    margin-bottom: 0px;
    margin-top: 15px;
}

.login #nav {
    margin: 36px 0 0 0;
}

.login #nav, .login #backtoblog {
    padding-left: 0px;
}

.login #backtoblog a, .login #nav a{
    color: #ffffff;
    font-size: 16px;
}

.login form{
    background-color: #305675;
    padding-bottom: 26px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 15px;
    padding-top: 19px;
}

.login label{
    color: #FFFFFF;
    font-size: 16px;
}

.login form .forgetmenot label{
    font-size: 14px;
}

#login form p.submit{
    clear: both;
}

#wp-submit{
    background-color: #0098C8;
    width: 100%;
    margin: 20px 0 0;
    height: 38px;
    line-height: 36px;
    font-size: 1.3em;
    text-transform: uppercase;
    text-shadow: none;
    border-color: transparent;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
#wp-reset-form-rules ul li {
    color:white;
}