:focus {
outline: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #1f4665 inset;
    -webkit-text-fill-color: #fff;
}

body, html {
	background: #218FA7; /* fallback for old browsers */; 
	height: 100% ;
}

body {
 min-width: 0;
 color: #999;
 font-family: "Open Sans",sans-serif;
 font-size: 13px;
 line-height: 1.4em;
 font-weight: 100;
 height: 100%
}

.login h1 a {
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;

}

.login h1 a:hover {
	opacity: 0.7;
}

#login {
	width: 350px;
	top: 10%;
	padding: 0 !important;
	margin: auto;
	position: relative;
	display: block;
}

.login form {
  margin-top: 20px;
  margin-left: 0;
  padding: 26px 24px 46px;
  font-weight: 400;
  overflow: hidden;
  background: transparent;
  -webkit-box-shadow: none ;
  box-shadow: none ;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  z-index: 9999999;
}



fieldset.adjoined {
    border: none;
}

.login label[for="user_login"], .login label[for="user_pass"], .login label[for="user_email"] {
	font-size: 0;
	text-indent: -999999px;
	height: 0px;
}

.login label input[type="text"], .login label input[type="password"], .login label input[type="email"], fieldset.adjoined input[type="text"], fieldset.adjoined input[type="password"] {
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: -16px;
    border: none !important;
    box-shadow: none;
    position: relative;
    height: auto;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: transparent;
    border-bottom: 1px solid #fff !important;
}

p.message.register {
    display: none;
}

fieldset.adjoined.message.load {
    font-size: 9px;
    line-height: 1.5em;
    margin-bottom: -23px;
}

fieldset.adjoined input[type="password"] {
	width: 100%;
}

.login label {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.login label input::-webkit-input-placeholder {
	color: #fff;
}

.login label input:-moz-placeholder {
	color: #fff;
}

.login label input::-moz-placeholder {
	color: #fff;
}

.login label input:-ms-placeholder {
	color: #fff;
}



.login form .forgetmenot {
	display: block;
	float: none;
	text-align: center;
}

.login #nav a {
    text-decoration: none;
    color: #fff;
}

 .login #nav a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    height: 46px !important;
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 100;
    line-height: 28px;
    padding: 0 12px 2px;
    display: block;
    float: none;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255, 1);
    border-color: none;
    box-shadow: none;
    border-radius: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    background: transparent;
    text-shadow: none;
}

.button.button-large:hover {
	background: #fff;
	color: #218FA7;
}

.login #backtoblog, .login #nav {
	text-align: center;
	display: block;
	margin-top: -33px;
	font-weight: 200;
}

#backtoblog a {
	display: none;
}

.checkbox-custom,
.checkbox-custom-alt {
  padding-left: 20px;
  cursor: pointer;
}

.checkbox-custom input,
.checkbox-custom-alt input {
  position: absolute;
  opacity: 0;
}

.checkbox-custom input:checked + i, 
.checkbox-custom-alt input:checked + i {
    border-color: #FF0873;
    background-color: #FF0873;
}

.checkbox-custom input:checked + i:before,
.checkbox-custom-alt input:checked + i:before {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.checkbox-custom input:checked + span .active,
.checkbox-custom-alt input:checked + span .active {
  display: inherit;
}

.checkbox-custom input[type='radio'] + i,
.checkbox-custom input[type='radio'] + i:before,
.checkbox-custom-alt input[type='radio'] + i,
.checkbox-custom-alt input[type='radio'] + i:before {
  border-radius: 50%;
}

.checkbox-custom input[disabled] + i,
.checkbox-custom-alt input[disabled] + i {
  border-color: #e2e2e2;
  background-color: #f2f2f2;
}

.checkbox-custom input[disabled] + i:before,
.checkbox-custom-alt input[disabled] + i:before {
  background-color: #e2e2e2;
}

.checkbox-custom > i,
.checkbox-custom-alt > i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 4px;
  margin-left: -20px;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox-custom > i:before,
.checkbox-custom-alt > i:before {
  position: absolute;
  top: 50%;
  left: -100%;
  width: 0;
  height: 0;
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}

.checkbox-custom > span,
.checkbox-custom-alt > span {
  margin-left: -20px;
}

.checkbox-custom > span .active,
.checkbox-custom-alt > span .active {
  display: none;
}

.checkbox-custom:hover > i,
.checkbox-custom-alt:hover > i {
  border-color: #FF0873;
}

.checkbox-custom.checkbox-custom-sm input:checked + i:before,
.checkbox-custom-alt.checkbox-custom-sm input:checked + i:before {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
}

.checkbox-custom.checkbox-custom-sm > i,
.checkbox-custom-alt.checkbox-custom-sm > i {
  width: 15px;
  height: 14px;
  margin-right: 6px;
  margin-left: -18px;
}

.checkbox-custom.checkbox-custom-lg input:checked + i:before,
.checkbox-custom-alt.checkbox-custom-lg input:checked + i:before {
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
}

.checkbox-custom.checkbox-custom-lg > i,
.checkbox-custom-alt.checkbox-custom-lg > i {
  width: 30px;
  height: 30px;
}

.checkbox-custom-alt input:checked + i {
  background-color: transparent;
  border-color: #666;
  color: #666;
}

.checkbox-custom-alt input:checked + i:before {
  top: 2px;
  left: 2px;
  width: auto;
  height: auto;
  background-color: transparent;
  opacity: 1;
}

.checkbox-custom-alt input[type='radio']:checked + i:before {
  left: 1px;
}

.checkbox-custom-alt input[disabled] + i {
  border-color: #e2e2e2;
  background-color: #f2f2f2;
}

.checkbox-custom-alt input[disabled] + i:before {
  background-color: transparent;
  color: #ccc;
}

.checkbox-custom-alt > i {
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid #dfdfdf;
}

.checkbox-custom-alt > i:before {
  content: "\f00c";
  top: 0;
  left: 0;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox-custom-alt.checkbox-custom-sm > i:before {
  font-size: 9px;
}

.checkbox-custom-alt.checkbox-custom-sm input:checked + i:before {
  font-size: 9px;
  top: 1px;
}

.checkbox-custom-alt.checkbox-custom-lg input:checked + i:before {
  font-size: 18px;
  top: 4px;
  left: 4px;
}

input[type=radio], input[type=checkbox] {
    border: 0px;
    background: transparent;
    color: #555;
    clear: none;
    cursor: pointer;
    display: normal;
    line-height: 0;
    height: 16px;
    margin: 0px 0px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
