body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #f0f0f1;
    min-width: 0;
    color: #3c434a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 1.4;
}


.login form {
	color: #646464;
    box-shadow: -5px -5px 20px #e3e3e3, 5px 3px 20px #babecc;
    background: #ebecf0;
    border-radius: 8px;
    border: 0;
}

.login .button.wp-hide-pw .dashicons {
    color: #8c8c8c;
}

#login {
    width: 380px;
	padding: 5% 0 0;
    margin: auto;
}

.login form .input, .login input[type=password], .login input[type=text] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
}

.login .button.wp-hide-pw {
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 2;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 40px;
    min-height: 40px;
    margin: 0;
    padding: 5px 9px;
    position: absolute;
    right: 0;
    top: 0;
}

.text-center {
    margin: 0px 10px !important;
    top: 10px;
    position: relative;
}

.text-center a{
    margin: 2px;
	padding: 8px 10px !important;
}

.text-center a:hover{
    color: #fff;
}

.btn-login{
	border-radius: 3px;
    margin: 0px 4px;
}

.login #nav {
    margin: 40px 0 0;
	font-size: 13px;
    padding: 0 24px;
}

#backtoblog{
    display: none;
}

#login form p {
    margin-bottom: 0;
}

.login * {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.5;
}

.privacy-policy-link{
	margin: 10px;
    color: #afb0b0 !important;
    top: 20px;
    position: relative;
    text-decoration: auto;	
}

.public-offer-div{
	width: 100%;
    text-align: center;
}

.public-offer{
	margin: 10px;
    color: #afb0b0 !important;
    top: 20px;
    position: relative;
    text-decoration: auto;	
}


@media screen and (max-width: 500px) {
.text-center {
    display: grid;
    margin: 0px 2px !important;
}

.text-center a{
	margin: 0px 10px;
	font-size: 14px;
}

}

@media screen and (max-height: 550px) {
    #login {
        padding: 20px 0;
		margin: auto;
    }
}
