@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500&display=swap');

@-webkit-keyframes Gradient {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes Gradient {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes Gradient {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

body {
    text-transform: uppercase;
    background: radial-gradient(#8E86C1, black);
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    letter-spacing: -1px;
}

body:before {
    content: '';
    background: radial-gradient(#43BEC8, #4E75A0);
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: opacity 1s;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

input#wp-submit {
    text-transform: uppercase;
}

.wp-core-ui .button-primary {
    background: #F99C1B;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    border-radius: 10px;
    border-width: 0;
}

.login label {
    color: #4E75A0;
}

.login #backtoblog a,
.login #nav a {
    color: white;
}

.wp-core-ui .button-primary:hover {
    background: #4E75A0;
    border-color: #4E75A0;
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
    color: #4E75A0;
}


.login h1 a {
    background-image: none, url(/wp-content/uploads/2019/04/logo.png);
    background-size: 100%;
    height: 30px;
    width: 100%;
}

.login h1 {
    width: 350px;
}

#recaptcha-anchor-label {
    text-transform: uppercase;
}

#loginform,
input {
    border-radius: 10px;
    box-shadow: none !important;
}

#rememberme {
    border-radius: 4px;
}

input:not(.button) {
    border: 2px solid #4E75A0 !important;
}

.wp-core-ui .button.button-large {
    line-height: 31px;
}

.forgetmenot label {
    height: 30px;
    display: flex;
    align-items: center;
}
