/*


Customise the Login screen here....


*/

* {
	font-family: "Inter", sans-serif;
	/* font-weight: bold; */
}

.login {
	background: #fff;
}

#loginform {
	border: none;
	border-radius: 8px;
	box-shadow: 0px 2px 1px 1px #f3f3f3;
	border: 1px solid #F3F3F3;
}

.dashicons.dashicons-visibility {
	color: #C9228E;
}

#wp-submit {
 	background: #C9228E !important;
	border-color: #C9228E;
}

.login .input {
	border-radius: 12px;
	/* padding-left: 1rem !important; */
	font-size: 1.25rem !important; 
}

.login h1 a {
	background-image: url("../assets/tria-logo.png") !important;
	mix-blend-mode: multiply;
	display: block;
	position: relative;
	background-size: contain !important;
	width: 200px;
	max-width: 100% !important;
	margin-bottom: 0;
	margin-left: 0;
	transform: translateY(2.5rem);
}

.wp-login h1 a::after {
    content: "";
    display: block;
    width: 140px; /* Adjust width for the second logo */
    height: 60px; /* Adjust height for the second logo */
    background-image: url("../assets/tria-logo.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	position: absolute; 
	top: 240px;

}

/* h1 a {
	background-image: url("../assets/menu-logo.svg") !important;
	mix-blend-mode: multiply;
} */

.wp-login-lost-password {
	float: right;
	transform: translateY(-0.5rem);
	
}

#backtoblog {
	position: relative;
	top: 1.5rem !important;
	width: 420px  !important;
}

#backtoblog a {
	width: 240px !important;
	text-align: center;
	color: #C9228E !important;
	display: inline-block !important;
	/* background: #C9228E; */
	border: 1px solid #C9228E;
	padding: 0.5rem 1rem;
	border-radius: 35px;
	
}