
/* Login CSS
========================================================================== */ 
body.login h1 a {
	background-image: url('https://sinfra.se/wp-content/uploads/2019/11/logo-sinfra-2.png');
	background-position: center;
	width: 100%;
	background-size: contain;
}

body.login p.submit input#wp-submit{
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	color: #ffffff !important;
	font-size: 18px;
	background-color: #f8b133;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em !important;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 50px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
body.login p.submit input#wp-submit:hover{
	background-color: #222;
}
body.login-action-lostpassword{
	padding: 0 20px;
}
.login-action-lostpassword #login{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	width: 100%;
	max-width: 550px;
}
.login-action-lostpassword #login h1{
	width: 100%;
}
.login-action-lostpassword #login_error, .login-action-lostpassword .message, .login-action-lostpassword .success{
	background-color: #fff;
	padding: 30px 50px;
	margin-bottom: 0;
	/*border: 1px solid #c3c4c7;
	border-bottom: none; */
	border: none;
	font-size: 16px;
}
#lostpasswordform{
	margin: 0 0 40px 0;
	padding: 30px 50px;
	background-color: #fff;
	border: none;
}
.login-action-lostpassword:has(#login_error) #lostpasswordform,
.login-action-lostpassword:has(.message) #lostpasswordform,
.login-action-lostpassword:has(.success) #lostpasswordform{
    top: -5px;
	border-top: none;
}
.login-action-lostpassword #nav, .login-action-lostpassword #backtoblog{
	padding: 0;
	margin: 0;
	width: auto;
	order: 100;
}
.login-action-lostpassword #nav a,
.login-action-lostpassword #backtoblog a,
.login-action-lostpassword .language-switcher input.button{
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    color: #f8b133;
    font-size: 18px;
    background-color: transparent;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
	border: 2px solid #f8b133;
}
.login-action-lostpassword #nav a:hover,
.login-action-lostpassword #backtoblog a:hover,
.login-action-lostpassword .language-switcher input.button:hover{
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}
.login-action-lostpassword #backtoblog{
	order: 99;
	margin-right: 20px;
}
.login-action-lostpassword #language-switcher{
	margin-top: 40px;
}
.login-action-lostpassword .language-switcher input.button{
	font-size: 12px;
}
/* Admin CSS
========================================================================== */ 