@import url(https://fonts.googleapis.com/css?family=Dosis:400,700);

/* Change background color and font family */
html body {
    background: #99dfff;
    font-family: Arial,Verdana,sans-serif;
}
body.login h1 {
    text-align: center;
    padding: 32px 36px 24px;
    background: #607c8a;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
	position:relative;
	z-index:998;
}

/* Change Width and Height of Logo Image + Add Custom Image File */
body.login h1 a {
    width: 248px;
    height: 47px;
    background-size: 248px 47px;
    margin: 0 auto;
}

/* Add a few changes to the color and style of form itself */
body.login label {
    color: #888;
    display: block;
    margin-bottom: 1em;
    font-weight: normal;
    font-size: 12px;
}

body.login form {
    border-radius: 0 0 3px 3px;
    padding: 36px;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
	margin-top: 0;
	position:relative;
	z-index:999;
}
body.login form .input {
    font-weight: normal;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #222;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body.login #backtoblog a, .login #nav a {
    color: #607c8a;
}
.wp-core-ui .button.button-large,
.wp-core-ui .button-primary {
    font-family: 'Dosis', Arial, sans-serif;
    text-transform: uppercase;
    background: #2095f2;
    padding: 10px 15px;
    color: #FFF;
    border: 0;
    border-radius: 3px;
    font-weight: 700;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    height: auto;
    line-height: 1em;
    box-shadow: 0px 2px 4px rgba(0,0,0,.3);
    text-shadow: none;
    letter-spacing: 0.5px;
    font-size: 15px;
    clear: both;
}
/*Anim*/
body.login{
	position:relative;
	overflow:hidden;
	background-position:center bottom;
}
html{
	overflow:hidden;
}
@-webkit-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -300px;
    }
    100% {
        margin-left: 100%;
    }
}

body.login:before{
	-webkit-animation: animateCloud 45s linear infinite;
	-moz-animation: animateCloud 45s linear infinite;
	animation: animateCloud 45s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
	position:absolute;
	z-index:3;
	top:140px;
}
body.login:after{
	-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
	position:absolute;
	z-index:1;
	top:180px;
}
/*body.login div#login:before{
	-webkit-animation: animateMountain 60s linear 1;
	-moz-animation: animateMountain 60s linear 1;
	animation: animateMountain 60s linear 1;

	position:absolute;
	z-index:2;
	top:30px;
	bottom:0;
	left:0;
	min-width:105%;
}*/
