
.login h1 a {
    background-image: url(https://stepupmedia.dk/wp-content/uploads/2017/05/stepupmedia-logo.jpg);
    text-indent: -99999px;
    display: block;
    height: 149px;
    background-repeat: no-repeat;
    width: auto;
    background-position: center;
    background-size: 100%;
}
.login .submit input[type="submit"] {
	background: #fdb714;
    border: none;
    color: white;
    text-shadow: none;
    box-shadow: none;
    font-size: 15px;
    height: 35px;
    padding: 0px 30px;
}
.login .submit input[type="submit"]:hover {
	background-image: rgb(20, 119, 253);
}
.login form {
	background: #293550;
}
.login label {
	color: white;
    font-size: 14px;
}
.login #nav a {
	color: #fdb714;
}
.login #backtoblog a {
	color: #fdb714;
}
.login #login h1 {
    text-align: center;
}