/*

Created By:

 /$$      /$$ /$$$$$$$$   /$$    /$$$$$$  /$$$$$$$$ /$$$$$$                                      
| $$$    /$$$| $$_____/ /$$$$   /$$__  $$|_____ $$//$$$_  $$                                     
| $$$$  /$$$$| $$      |_  $$  | $$  \ $$     /$$/| $$$$\ $$     /$$$$$$$  /$$$$$$  /$$$$$$/$$$$ 
| $$ $$/$$ $$| $$$$$     | $$  |  $$$$$$$    /$$/ | $$ $$ $$    /$$_____/ /$$__  $$| $$_  $$_  $$
| $$  $$$| $$| $$__/     | $$   \____  $$   /$$/  | $$\ $$$$   | $$      | $$  \ $$| $$ \ $$ \ $$
| $$\  $ | $$| $$        | $$   /$$  \ $$  /$$/   | $$ \ $$$   | $$      | $$  | $$| $$ | $$ | $$
| $$ \/  | $$| $$$$$$$$ /$$$$$$|  $$$$$$/ /$$/    |  $$$$$$//$$|  $$$$$$$|  $$$$$$/| $$ | $$ | $$
|__/     |__/|________/|______/ \______/ |__/      \______/|__/ \_______/ \______/ |__/ |__/ |__/

█▀▀▀▀▀█ ▄▄█  ▄▀█▄ █▀▀▀▀▀█
█ ███ █ ▀▄  ▄ █▀  █ ███ █
█ ▀▀▀ █ █▀█ █ ▀█  █ ▀▀▀ █
▀▀▀▀▀▀▀ █ █▄▀ █▄█ ▀▀▀▀▀▀▀
▀▀▄█ ▄▀▀▄▄ ██▀▀  ▄██▀ ██▄
▄ ▄ ▄▀▀▄▄▄▄███  █▀▄ █▀ █▀
▀ ██▄▄▀▄  ▀█ ▄▀ ▄██▄ ▄▄▄█
▀▄▀█▀ ▀▀ █▄█ ▀▀▄   ▀▀   █
▀▀    ▀ █▀▄ ██▄▀█▀▀▀██▀ █
█▀▀▀▀▀█ ▀▄█▀█ ███ ▀ █ ▄█▀
█ ███ █ ▄█▀▄  ▄ ▀▀▀██▄▄ ▀
█ ▀▀▀ █ ▄▄▄   ▄ ▄▄ ▄█▀  ▀
▀▀▀▀▀▀▀ ▀▀  ▀   ▀▀▀▀▀  ▀▀

*/

:root {
  --color-main: #3377F6;
  --color-secondary: #fff;
}


@media only screen  {

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-touch-callout: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
    background-color: #000;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

div {
    margin:0;
    padding: 0;
}

::selection{
	color: #000;
	background-color: #fff;
}

::-moz-selection{
	color: #000;
	background-color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	Body & Html
/*-----------------------------------------------------------------------------------*/

body, html {
    /* Old browsers */
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Gotham, Arial, "sans-serif" !important;
    z-index:-1100;
    font-weight: 400 !important;
    background-color: #fff !important;
    width: 100%;
    height:100%;
    background: linear-gradient(-45deg, #0f0F9F, #18CA8F, #4D02BB, #AC25E9);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

body.login-password-protected {
    overflow: hidden;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	Links ...
/*-----------------------------------------------------------------------------------*/

a {
	color: #fff !important;
	}

a:active, a:hover {
	text-decoration:underline !important;
	}

    
/*-----------------------------------------------------------------------------------*/
/* Video
/*-----------------------------------------------------------------------------------*/
    
#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100vh;
    z-index:-1000;
    object-fit: cover;
    object-position: center top;
    object-position: 0px 0px;
}
    
/*-----------------------------------------------------------------------------------*/
/* Logo
/*-----------------------------------------------------------------------------------*/

.login h1 a {
	background-size: 200px;
	width: 200px;
    height: 200px;
	}
    
body.login-password-protected h1 a {
	background-size: 300px;
	width: 300px;
    height: 300px;
	}

body.login-password-protected #loginform, body.login-password-protected p #nav, body.login-password-protected .language-switcher, body.login-password-protected .wp-login-lost-password {
    display:none;
}

/*-----------------------------------------------------------------------------------*/
/*	Messages ...
/*-----------------------------------------------------------------------------------*/

div.error, .login #login_error, .login .message {
		border: none !important;
		-webkit-box-shadow:none !important;
		box-shadow:none !important;
		text-align:center;
		color: var(--color-secondary);
        font-size: 1.2em;
        font-weight:300 !important;
}
    
.login #login_error, .login .message, .login .success {
        background-color: transparent!important;
        line-height: 1.4em;
    }


/*-----------------------------------------------------------------------------------*/
/*	Form Label ...
/*-----------------------------------------------------------------------------------*/

.login label {
		color: #fff !important;
		font-size: 1em !important;
		font-style:normal !important;
        	width:100%;
       	font-weight:300 !important;
}
	
	
/*-----------------------------------------------------------------------------------*/
/*	Form Frame Background ...
/*-----------------------------------------------------------------------------------*/
	
.login form {
		width: calc(100% - 42px) !important;
		padding:20px !important;
		max-width: 600px !important;
		background-color: transparent!important;
		margin-left:auto !important;
		margin-right:auto !important;
		-webkit-box-shadow:none !important;
		box-shadow:none !important;
		margin-bottom:50px;
		border: none !important;
		border-radius: 3px!important;
}


    
/*-----------------------------------------------------------------------------------*/
/*	Form
/*-----------------------------------------------------------------------------------*/

.login form .input, .login input[type=text] {
	font-size: 1.2em !important;
	height: 40px;
	padding-left: 10px;
    	border: 1px solid #bbb !important;
    	border-radius: 5px;
	}
    
.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: #000 !important;
}

input[type=text], input[type=password]{
  border: 1px solid #bbb !important;
}
    
input[type=text]:focus, input[type=password]:focus {
  box-shadow: none !important;
  
  background-color: #bbb !important;
}

input:-webkit-autofill, input#user_login.input,input#user_pass.input, input#user_login.input:focus, :focus   {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
			box-shadow: 0 0 0px 1000px white inset !important;
}

input#user_login.input, input#user_pass.input, input#user_login.input:focus, :focus {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
			box-shadow: 0 0 0px 1000px #fff inset !important;
}
    
input#password_protected_pass.input, :focus {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
			box-shadow: 0 0 0px 1000px #fff inset !important;
}

input:-webkit-autofill, input::-webkit-autofill:focus, :focus, input::focus:-webkit-autofill, input:-webkit-autofill:focus,  input:focus:-webkit-autofill  {
	-webkit-box-shadow: 0 0 0px 1000px #fff  inset !important;
			box-shadow: 0 0 0px 1000px #fff  inset !important;
}
	
/*-----------------------------------------------------------------------------------*/
/*	Remember Me ...
/*-----------------------------------------------------------------------------------*/
    
.forgetmenot {
    display: none;
    }

.login form input[type=checkbox] {
    color: #000;
	background: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: none !important;
	transition: none !important;
	border: 1px solid #bbb;
}

input[type=checkbox]:checked:before {
	color: #000 !important;
	}
	
input[type=checkbox]:focus {
	border: 1px solid #bbb;
	}

/*-----------------------------------------------------------------------------------*/
/*	Log In Button
/*-----------------------------------------------------------------------------------*/
    
#login form p.submit {
    margin: 20px 0 0 0; 
    }

.wp-core-ui .button-primary {
	background: var(--color-main) !important;
	border: 1px solid var(--color-main) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #fff !important;
	text-decoration: none;
	text-shadow: none !important;
	border-radius: 5px !important;
	font-size: 1em !important;
    text-transform: uppercase !important;
    width: 100% !important;
    height: 40px !important;
	}
	
.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: #fff !important;
	border: 1px solid var(--color-main) !important;
    color: var(--color-main) !important;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: var(--color-main);
}

.wp-core-ui .button-secondary:hover, .wp-core-ui .button.hover, .wp-core-ui .button:hover {
    color:#999999;
}

.js.login input.password-input, .js.login-action-rp form .input, .js.login-action-rp input[type=text] {
    
}

/*-----------------------------------------------------------------------------------*/
/*	Back to Blog / Lost Password
/*-----------------------------------------------------------------------------------*/

.login #nav {
	font-size:1em;
	padding: 0 !important;
	width: 100% !important;
	max-width:600px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: -40px !important;
	padding-left:20px !important;
	text-align:left  !important;
	color: #000  !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
    font-weight:300 !important;
}

.login #backtoblog {
	display: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Copyright Footer
/*-----------------------------------------------------------------------------------*/

#copyright {
    font-size: 0.8em;
    color: #fff;
    position:absolute;
    bottom: 10px;
	text-align: center;
	margin:0;
	line-height:1.2em;
    width: 100%;
    font-weight:300 !important;
	}

}

/*-----------------------------------------------------------------------------------*/
/* Sticky Footer
/*-----------------------------------------------------------------------------------*/


* {
	margin:0;
	padding:0;
	} 

html, body, #wrap {
	height: 100%;
	}

body > #wrap {
	height: auto;
	min-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
}

#login {
	padding-bottom: 30px !important;
	}

footer {
	position: relative;
	margin-top: -30px !important;
	height: 30px !important;
	clear:both;
	} 

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-block;
	}
	
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}

@media screen and (max-width:600px) {

.login #nav {
	width: calc(100% - 20px) !important;
	padding-left: 20px !important;
}

}