@import url('fonts.css');
@import url('../font-awesome/css/all.css');

* {
    box-sizing: border-box;
  	-webkit-box-sizing: border-box;
	outline: none!important;

	-webkit-text-size-adjust: 100%;

	font-variant-ligatures: normal;
	-webkit-font-variant-ligatures: none;

	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

body.login {
	background: #fff;
	font-family: 'Inter', arial, helvetica, sans-serif;
  	font-weight: 400;
  	font-size: 15px;
  	line-height: 1.5em;
	color: #111;

	-webkit-text-size-adjust: 100%;

	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;

	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;

	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

body.login img,
body.login td {
	border: none!important;
}

body.login a,
body.login a:hover,
body.login a:focus {
	outline: none!important;
}

body.login #login {
	width: auto;
	max-width: 480px;
	padding: 3% 0 0!important;
}

body.login form {
	max-width: 640px;
    margin: 60px auto 0 auto;
    padding: 50px 50px 80px 50px;
    background: #f7f7f9;
    color: #111;
    box-shadow: none;
	border: none!important;
    text-align: left;

	box-shadow: none!important;

	overflow: visible;
	position: relative;
}


body.login form input[type="text"],
body.login form input[type="password"] {
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	outline: none!important;

	font-family: 'Inter', arial, helvetica, sans-serif;

	height: 45px;
	padding: 15px;
	margin: 0 0 14px 0;
    background: #fff;
    box-shadow: inset 0 0 0 1px #ddd;
    color: #111;
	font-size: 15px;
	font-weight: 400;
	line-height: inherit;
	text-align: left;
	border: none!important;

    border-radius: 0;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

body.login form input[type="text"]:hover,
body.login form input[type="password"]:hover {
	box-shadow: inset 0 0 0 1px #aaa;
}

body.login form input[type="text"]:focus,
body.login form input[type="password"]:focus {
	box-shadow: inset 0 0 0 1px #111;
}

body.login .button.wp-hide-pw {
	height: 45px;
	width: 40px;
	min-width: 40px;
	color: #111;
}

body.login form label[for="user_login"],
body.login form label[for="user_pass"] {
    font-family: 'Inter', arial, helvetica, sans-serif;
    font-size: 16px;
    color: #111;
    font-weight: 400!important;
    text-align: left;
    margin-bottom: 5px;
}

body.login form input[type="checkbox"] {
	border: none!important;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	outline: none!important;

	font-family: 'Inter', arial, helvetica, sans-serif;

	width: 14px;
	min-width: 14px;
	height: 14px;
	box-shadow: inset 0 0 0 1px #ddd;
  	border-radius: 0;

	margin: 0 5px 0 0;
	cursor: pointer;

	position: relative;
}

body.login form input[type="checkbox"]::before {
	display: none!important;
}

body.login form input[type="checkbox"]::after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    content: '\f00c';
    text-align: center;
    font-size: 9px;
    color: #0b3f67;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
 	display: -webkit-flex;
	display: flex;
	align-items: center;
	align-content: center;
    justify-content: center;
    opacity: 0;
}

body.login form input[type="checkbox"]:not(:checked) {
  	background: #fff;
}

body.login form input[type="checkbox"]:checked {
	background: #fff;
	box-shadow: inset 0 0 0 1px #0b3f67;
  	outline: none;
}

body.login form input[type="checkbox"]:checked::after {
  	opacity: 1;
}

body.login form input[type="submit"] {
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	outline: none!important;

	display: block;
	height: 40px!important;
	padding: 0 25px!important;
	margin: 0 auto;

	background: #0b3f67;
	border: none!important;
	border-radius: 0!important;

	font-family: 'Inter', arial, helvetica, sans-serif;
	font-size: 15px!important;
	color: #fff;
	text-transform: none;

  	transition: all 0.3s;
}

body.login form input[type="submit"]:hover,
body.login form input[type="submit"]:focus {
	background: #0b3f67;
	border: none!important;
	outline: none!important;
  	color: #fff;
	transform: scale(1.05);
}

body.login p#nav a {
	color: #4c4c4c;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

body.login p#nav a:hover {
	color: #111;
}

body.login p#backtoblog,
body.login .privacy-policy-page-link {
	display: none;
}

body.login #login_error,
body.login .message,
body.login .success {
	background: none!important;
	color: #111!important;
	font-size: 15px!important;
	box-shadow: none!important;
	padding: 10px 12px!important;
}

body.login h1 a,
body.login h1 a:hover,
body.login h1 a:focus {
	color: transparent!important
}

body.login .wpml-login-ls {
	display: none;
}
