/* BACKGROUND */
body.login {
  background-image: none;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: #f6f6f6;
}
#login {
	width: 100%;
    border-top: #dedede 8px solid;
}
.login input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}
.login h1 {
    margin-bottom: 50px;
  }
.login h1 a {
    background-image: none;
    background-image: none;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    color: #a0adaf;
    display: inline;
    max-width: 600px;
    font-size: 22px;
    font-weight: 600;
}
.login h1 a:hover {
	color: #26908d;
	transition: all .5s;
}
.ho-loggain {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
    font-size: 40px;
    font-weight: 900;
    font-family: Raleway, Helvetica, Arial;
}
/*
  .ho-loggain:before {
  content: "\f2b9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  }
  */
/* LOGIN FORM */
.login form {
    margin-top: 0px;
    margin-left: 0;
    padding: 40px;
    background: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 320px;
    margin: 0 auto;
    border-radius: 6px;
}
.login label {
	font-size: 15px;
	color: #777777;
  font-weight: 200;
  font-family: Raleway;
}
.login form .input {
	border: none;
	margin: 2px 0px 16px 0;
  border-bottom: 2px #000 solid;
}
.login input[type="text"]{
	background-color: transparent;
	-webkit-border-radius: 0px;
	margin-top: 11px;
    padding: 10px;
    box-shadow: none;
}

.login input[type="password"]{
	background-color: transparent;
	-webkit-border-radius: 0px;
	margin-top: 11px;
	padding: 10px;
	box-shadow: none;
}

.login #backtoblog a, .login #nav a {
    text-decoration: none;
	color: #ec88a0;
}
.login #backtoblog a:hover, .login #nav a:hover {
	color: #f84d70;
}
.login #backtoblog, .login #nav {
	font-size: 14px;
	padding: 0 24px;
	text-align: center;
}
.login #backtoblog {
    margin: 0px 0;
}
/* BUTTON*/

.login .button-primary {
  width: 120px;
  float:right;
  background-color:#95a5a6;
  color: #26908d;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  padding: 25px;
  border: 0px solid #0d9ed9;
  text-shadow: none;
  box-shadow: none;
  font-size: 18px:
  transparent: 1;
  letter-spacing: 1px;
}

.login .button-primary:hover {
  background-color: #26908d !important;
  color: #fff;
  border: 0px solid #0d9ed9;
  letter-spacing: 3px;
  box-shadow: none;
  transition: all .4s;
}

.login .button-primary:active {
  background-color:#2db4b2 !important;
  color: #fff;
  border: 0px solid #2db4b2;
  box-shadow: none;
}
.login .button.button-large {
    height: auto;
    line-height: 28px;
    padding: 14px;
    width: 100%;
    margin-top: 25px;
    border: none;
    background: #78c3a1;
    box-shadow: none;
    color: #FFF;
    font-family: Raleway;
}

.login .message, .login #login_error {
    border-left: 0px solid #ec88a0;
    padding: 0 8%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    color: #ec88a0;
    font-size: 18px;
    text-transform: uppercase;
  }
  .login .ho-themeversion {
    color: #777777;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
}
/*
input[type=text], input[type=password], textarea {
  -webkit-transition: box-shadow 0.30s ease-in-out;
  -moz-transition: box-shadow 0.30s ease-in-out;
  -ms-transition: box-shadow 0.30s ease-in-out;
  -o-transition: box-shadow 0.30s ease-in-out;
  outline: none;
}
 
input[type=text]:focus, input[type=password]:focus, textarea:focus {
  box-shadow: 0px 0px 20px #6be4ff;
  /*0px 0px 20px #6be4ff;*/
}
/*
