/******************************************* CUSTOM LOGIN *****************************************************/

body.login {
background: #43cea2; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #43cea2 , #185a9d); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #43cea2 , #185a9d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
a,a:visited,a:active,a:hover {outline:0;border:0;box-shadow: 0;-webkit-box-shadow:0;-mox-box-shadow:0;text-decoration: none}
.login h1 a {
  	background-image: url(logo.svg);
    -webkit-background-size: 220px;
    background-size: 220px;
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-indent: -9999px;
    outline: 0;
    display: block;
    background-size: cover;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    -web-kit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
}


.login .button-primary {
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.login .button-primary:hover {
  position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out;
}

.login .button-primary:active {
  border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

p#nav {
  display: none;
}

.login #nav a {font-size: 18px}

p#backtoblog {
  display: none;
}

.login form {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
}

.login label {
    font-size: 18px;
    color: #808468;
}

.login #backtoblog, .login #nav {
    font-size: 13px;
    /* padding: 0 24px; */
    text-align: center;
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s;
}

.login form .input:focus {
    outline: 0;
    box-shadow: none;
   }
.login form {margin-top: 0}

.login form .input, .login form input[type=checkbox], .login input[type=text] {background: transparent;}

/* label color */
   .input-field label {
     color: #000;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: #000;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #000;
   }
.login-esreda-footer {display: block; max-width:290px; text-align: center; border: 4px double #fff;margin:30px auto; padding:12px; color:#fff}
.login-esreda-footer a {color:#fff; font-weight: bold; border:0;}
