@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes float2 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

a,
a:focus,
a:active {
    border: none;
    outline: none;
    text-decoration: none;
}

a:focus,
a:active {
    box-shadow: none;
}

#login .wp-login-logo {
    animation: float 3s ease-in-out infinite;
}

.whitlabu #logo .header_logo {
    animation: float2 3s ease-in-out infinite;
}

.login h1 a {
    width: 120px;
    height: 120px;
    background-size: 120px;
}

/*#nav a, #backtoblog a{color: #fff!important}
#logo .privacy-policy-page-link a{color:red!important}*/