body {
    background: #0a0200;
    min-width: 0;
    color: #0e0700;
    font-family: flat-jooza,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}
/*body.login {
  background: #354159 url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}*/
body.login {
    width: 100%;
    height:100%;
    font-family: flat-jooza,Arial,sans-serif;
    background:radial-gradient(0% 100%, ellipse cover, rgba(255, 255, 255, 0.4) 10%,rgba(255, 255, 255, 0) 40%), linear-gradient(to bottom, rgb(0, 43, 59) 0%, rgb(0, 187, 255) 100%), linear-gradient(135deg, #fff 0%, #1fc3ff 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(255, 255, 255, 0.4) 10%,rgba(255, 255, 255, 0) 40%), linear-gradient(to bottom, rgb(0, 43, 59) 0%, rgb(0, 187, 255) 100%), linear-gradient(135deg, #fff 0%, #1fc3ff 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );
    background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(255, 255, 255, 0.4) 10%,rgba(255, 255, 255, 0) 40%), linear-gradient(to bottom, rgb(0, 43, 59) 0%, rgb(0, 187, 255) 100%), linear-gradient(135deg, #fff 0%, #1fc3ff 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );
    background: -o-radial-gradient(0% 100%, ellipse cover, rgba(255, 255, 255, 0.4) 10%,rgba(255, 255, 255, 0) 40%), linear-gradient(to bottom, rgb(0, 43, 59) 0%, rgb(0, 187, 255) 100%), linear-gradient(135deg, #fff 0%, #1fc3ff 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );
}
.login h1 a {
  background-image: url('../img/logo.png');
		height:111px;
		width:254px;
		background-size: 254px 111px;
		background-repeat: no-repeat;
}
.login label {
  font-size: 12px;
  color: #354159;
}

.login input[type="text"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

.login input[type="password"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}
.login .button-primary {
  width: 120px;
  background-color:#17a8e3 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#003142), to(#0091c5));
  background: -webkit-linear-gradient(top,#003142, #0091c5);
  background: -moz-linear-gradient(top, #003142, #0091c5);
  background: -ms-linear-gradient(top, #003142, #0091c5);
  background: -o-linear-gradient(top, #003142, #0091c5);
  background-image: -ms-linear-gradient(top, #003142 0%, #0091c5 100%);
  color: #ffffff;
  -webkit-border-radius: 4px;
  border: 1px solid #0d9ed9;
}

.login .button-primary:hover {
  background-color:#003345  !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#003549), to(#003345  ));
  background: -webkit-linear-gradient(top,  #003549, #003345 );
  background: -moz-linear-gradient(top,  #003549, #003345 );
  background: -ms-linear-gradient(top,  #003549, #003345 );
  background: -o-linear-gradient(top,  #003549, #003345 );
  background-image: -ms-linear-gradient(top, #003549 0%, #003345  100%);
  color: #fff;
  -webkit-border-radius: 4px;
  border: 1px solid #003345 ;
}

.login .button-primary:active {
    background-color: #003a4f !important;
   background: -webkit-gradient(linear, left top, left bottom, from(#003346), to(#003346));
   background: -webkit-linear-gradient(top, #003346, #003346);
   background: -moz-linear-gradient(top, #003346, #003346);
   background: -ms-linear-gradient(top, #003346, #003346);
   background: -o-linear-gradient(top, #003346, #003346);
   background-image: -ms-linear-gradient(top, #003346, #003346);
   color: #fff;
   -webkit-border-radius: 4px;
   border: 1px solid #003346;
}
.wp-core-ui .button-primary:active {
    background: #0073aa;
  border-color: #006799;
  box-shadow: inset 0 2px 0 #003346;
  vertical-align: top;
}

p#nav {
  
}
p#backtoblog {
  display: none;
}
.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 50px 24px 50px;
    background: #fff;
    box-shadow: 8px 8px 8px rgba(0,0,0,.13);
	border-radius: 7px;
}
.login label {
    font-size: 12px;
    color: #034596;
}
.login form .input, .login input[type=text] {
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin: 10px 6px 16px 0;
}
.login #nav a {
    text-decoration: none;
    color: #ffffff;
}
.login #nav a:hover {
    text-decoration: none;
    color: #00425a;
}
.login #login_error, .login .message, .login .success {
    border-left: 4px solid #002e3e;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}