body {
	background: url('../img/KOST4979-sm.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.login br,
#login h1 {
	display: none !important;
}

.login-password-protected #login {
	width: 420px;
	padding: 0;
	margin: 0 auto;
	top: 60%;
	position: relative;
}

.login-password-protected.login form {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.login-password-protected.login form #password_protected_pass {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    color: #000;
    width: calc(100% - 115px);
    border-radius: 0;
    border: none;
    padding: 19px 20px 16px;
}

.login-password-protected.login form #wp-submit {
	outline: none !important;
    width: 115px;
	padding: 15px 0;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	min-height: 0;
	border: none;
	line-height: 1;
	border-radius: 0;
	text-transform: uppercase;
	background: #0DF1F7;
	color: #000;
	font-weight: bold;
	outline: none !important;
}

.login-password-protected.login #login_error {
    border-left-color: #d63638;
    position: absolute;
    bottom: -80px;
    width: auto;
}

#login-img {
    background: url(../img/OTH-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    position: absolute;
    top: -250px;
}