.login h1 {
    pointer-events: none;
}

.login{
    /*
    background-image: url(https://westbalkanguide.com/wp-content/uploads/2024/12/wbg-lines-1.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
	*/
	background-color: #E20513;
}

.login h1 a {
    background-image: url("https://laserwasch.borndigital.ba/wp-content/uploads/2026/02/logo.svg");
    background-image: none,url("https://laserwasch.borndigital.ba/wp-content/uploads/2026/02/logo.svg");
    background-size: contain;
    background-position: center center;
    height: 50px;
	width: auto;
}

.login label {
    color: #5C5E62;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
	margin-bottom: 8px;
}

.login form {
    padding: 20px;
    background: #E5E5EA;
    border: none;
    box-shadow: none;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	text-align: center;
}

.login .forgetmenot label,.login .pw-weak label {
    color: #171A20;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
}

.login form .input,.login input[type=text] {
	color: #171A20;
    background: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
	padding: 12px;
	border-radius: 999px;
    border: 1px solid #a2a3a5;
	box-shadow: none;
    outline: none;
	text-align: center;
}

.login form .input:focus {
    border-color: #a2a3a5;
    box-shadow: none;
    outline: none;
}

.login #backtoblog,.login #nav {
	color: #E5E5EA;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.login #backtoblog{
	display: none;
}

.login form .forgetmenot {
	display: none;
}

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

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

.login #backtoblog a:hover,.login #nav a:hover,.login h1 a:hover,
.login #backtoblog a:focus,.login #nav a:focus,.login h1 a:focus{
    color: #fff;
	box-shadow: none;
}

.login .button.wp-hide-pw {
	color: #3d6be1;
	height: 2.8rem !important;
}
.login .button.wp-hide-pw:hover,
.login .button.wp-hide-pw:focus{
	border: none;
	box-shadow: none;
    outline: none;
	color: #171A20;
}

.login .button-primary {
	min-height: auto !important;
	line-height: 1.2em !important;
	padding: 12px !important;
	background: #3d6be1;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
	min-width: 100%;
	border-color: #3d6be1;
	border-radius: 999px;
	box-shadow: none;
    outline: none;
}

.login .button-primary:hover,
.login .button-primary:focus {
    background: #171A20;
    border-color: #171A20;
    color: #FFFFFF;
	box-shadow: none;
    outline: none;
}