body.login div#login h1 a {
    background-image: url('../img/Logo_vektor_white.svg');
    width: 100%;
    background-size: 280px;
    background-position: bottom;
}

body {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1920' height='1080' preserveAspectRatio='none' viewBox='0 0 1920 1080'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1004%26quot%3b)' fill='none'%3e%3crect width='1920' height='1080' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1005%26quot%3b)'%3e%3c/rect%3e%3cpath d='M73 1080L1153 0L1732 0L652 1080z' fill='url(%26quot%3b%23SvgjsLinearGradient1006%26quot%3b)'%3e%3c/path%3e%3cpath d='M730.6 1080L1810.6 0L1933.6 0L853.6 1080z' fill='url(%26quot%3b%23SvgjsLinearGradient1006%26quot%3b)'%3e%3c/path%3e%3cpath d='M1872 1080L792 0L667.5 0L1747.5 1080z' fill='url(%26quot%3b%23SvgjsLinearGradient1007%26quot%3b)'%3e%3c/path%3e%3cpath d='M1260.4 1080L180.4000000000001 0L-724.0999999999999 0L355.9000000000001 1080z' fill='url(%26quot%3b%23SvgjsLinearGradient1007%26quot%3b)'%3e%3c/path%3e%3cpath d='M1333.681629968001 1080L1920 493.68162996800106L1920 1080z' fill='url(%26quot%3b%23SvgjsLinearGradient1006%26quot%3b)'%3e%3c/path%3e%3cpath d='M0 1080L586.3183700319989 1080L 0 493.68162996800106z' fill='url(%26quot%3b%23SvgjsLinearGradient1007%26quot%3b)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1004'%3e%3crect width='1920' height='1080' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='10.94%25' y1='-19.44%25' x2='89.06%25' y2='119.44%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1005'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='%2300459e' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1006'%3e%3cstop stop-color='rgba(15%2c 70%2c 185%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(15%2c 70%2c 185%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1007'%3e%3cstop stop-color='rgba(15%2c 70%2c 185%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(15%2c 70%2c 185%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") !important;
   background-size:cover !important;
   color: #fff !important;
}

#login form {

   -webkit-backdrop-filter: blur(15px);
   backdrop-filter: blur(15px);
   background-color: rgba(242, 242, 242, .05);
   border: 1px solid rgba(242, 242, 242, .1);
   border-radius: 34px;
   transition: box-shadow 1s cubic-bezier(.23, 1, .32, 1), border .6s cubic-bezier(.165, .84, .44, 1);
   box-shadow: 0 10px 25px rgba(0, 0, 0, .15);

}

.login label {

   color: white

}

.login form .input, .login form input[type=checkbox], .login input[type=text] {

   border: none;
   border-radius: 34px;

}

.login form .input, .login input[type=text] {
   padding: 5px 15px !important;
}

.login #backtoblog a, .login #nav a {

   color: white !important;

}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {

   border-radius: 34px;
   background-color: white;
   border: none;
   color: #001B32;
   font-weight: 700;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {

   background-color: #001B32 !important;
   border-color: #001B32 !important;
}

.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover, .wp-core-ui .button-primary:active {
  
   background-color: #001B32 !important;
   border-color: #001B32 !important;
   
}

.login .message, .login .notice, .login .success{
    text-align: center !important;
    backdrop-filter: blur(15px) !important;
    background-color: rgba(242, 242, 242, .05) !important;
    border: 1px solid rgba(242, 242, 242, .1) !important;
    border-radius: 34px !important;
    transition: box-shadow 1s cubic-bezier(.23, 1, .32, 1), border .6s cubic-bezier(.165, .84, .44, 1) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15) !important;
    color: white !important;
}

.a {
   color: #fff !important;
}

a:active, a:hover {
   color: #cccccc !important;
}

.admin-email__heading{
   color: white;
}