@import url('https://designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css');

body.login {
	background-color: #f05424 !important;
    width: 100%;
    position: relative;
}

/*
body.login:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
    left: 0;    
    background-image: url('/wp-content/uploads/2018/02/pattern-1280-optimized.png');
    background-repeat: repeat;
    opacity: 0.1;    
	pointer-events: none;
}
*/

/*
body.login:after {
	font-family: 'FontAwesome';
	content: '\f16d\00a0\f099\00a0\f09a';
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 2em;
	background-color: #ab0f14;
	color: #fff;
}
*/

.mobile #login {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    max-width: 420px;
}

#login h1 a {
	background-image: url('/wp-content/uploads/2019/03/ISWO-portal-logo-wht-sm.png') !important;
	height: 120px !important;
    background-size: 360px 120px !important;
    max-width: 360px !important;
}

.login h1 a {
    text-indent: 0px;
    background: transparent;
    width: auto;
    max-width: 100%;
    height: auto;
    font-size: 40px;
    line-height: 1;
    font-family: 'Pacifico', cursive;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
    display: inline-block;
    margin-bottom: 0;
    background-size: contain !important;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
}

#login_error, .login .message {
    margin-top: 20px;
}

.login #backtoblog, .login #nav {
    text-align: center;
}

.login #nav,
.login #backtoblog a, .login #nav a,
.login label {
    color: #fff;
}

.login #backtoblog a, 
.login #nav a {
	padding: 0.5em;
}
.login #backtoblog a:hover, 
.login #nav a:hover {
	background: #fff;
}

/*
.login #backtoblog a::hover, 
.login #nav a::hover,
.login #backtoblog a::focus, 
.login #nav a::focus,
.login #backtoblog a::active, 
.login #nav a::active {
    color: #ab0f14 !important;
}
*/
/*
.login #backtoblog a:hover, .login #nav a:hover, 
*/
.login h1 a:hover {
    color: #4dcadd;
}

.login form {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
}

.login form .input {
    background: #fff;
    color: #f05424;
    border: none;
    font-size: 14px;
    padding: 9px;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login form .input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login form input:-webkit-autofill,
.login form input:-webkit-autofill:hover
.login form input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #999 inset !important;
    box-shadow: 0 0 0px 1000px #999 inset !important;
    
    /*-webkit-text-fill-color: rgba(255,255,255,.8);*/
}

.login form input::-webkit-input-placeholder, /* Chrome/Opera/Safari */
.login form input:-moz-placeholder, /* Firefox 18- */
.login form input::-moz-placeholder,  /* Firefox 19+ */
.login form input:-ms-input-placeholder { /* IE10+ */ 
   color: #a7a5a5;
}

.login form label[for="user_login"],  
.login form label[for="user_pass"] {  
    color: rgba(0,0,0,0);
}

.login form label[for="user_login"] input,  
.login form label[for="user_pass"] input {  
    margin-bottom: 0;
}

.login form p.forgetmenot {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px !important;
}

.login form .forgetmenot input[type="checkbox"] {
    opacity: 0;
    position: relative;
    z-index: 1;
}

.login form .forgetmenot input[type="checkbox"] + strong {
    position: relative;
    left: 10px;
    z-index: 0; 
}

.login form .forgetmenot input[type="checkbox"] + strong:before {
    content: '';
    position: absolute;
    border: #fff 5px solid;
    padding: 0px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,.8);  
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,.8);  
    top: 3px;
    left: -24px;
    z-index: 0;
}

.login form .forgetmenot input[type="checkbox"]:checked + strong:before {
    border: #fff 2px solid;
    padding: 3px;
    background-color: #4dcadd;
}

#lostpasswordform #user_login {
    margin-bottom: 20px;
}

#login form p.submit input {
    background-color: #4dcadd;
/*
    border: none;
    width: 100%;
*/    
	width: 50%;
	margin: 0 25%;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 37px;
    text-transform: uppercase;
	text-shadow:none;
	border: solid 2px #fff;    
}

#login form p.submit input:hover {
    -webkit-box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.1);
}

#login form p.submit:before,
#login form p.submit:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
#login form p.submit:after {clear: both;}
#login form p.submit {
	text-align: center;
	zoom: 1; /* IE < 8 */
} 
