#login {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login h1 a{
	    margin: 0 auto;
	padding: 0;
}
.login #backtoblog, .login #nav {
    text-align: center;
}
body.login{
	background-image: url(https://solverdesk.com/wp-content/uploads/2023/01/login-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.login form {
    background: #ffffffc9;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    border: none;
}
.login input{
	background: transparent;
}
.login .credit{
	font-size: 14px;
	position: fixed;
	right: 30px;
	bottom: 20px;
	text-decoration: none;
}
.login .credit img{
	width: 58px;
    height: 20px;
    margin-bottom: -5px;
}
.login .credit a:focus{
	color: transparent;
	box-shadow: none;
}