/*Login Form*/

#login .top-ad{
	
	margin:2em auto 0 auto;
	
}

#login h1 a{
	
	background:url(https://www.hiddengemsbooks.com/images/round-hg.png);
	width:250px;
	height:250px;
	
}

body.login {
  background: url('https://www.hiddengemsbooks.com/images/login-bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hg-login-message{
	
	color:white;
	margin-top:-3em;
	font-family:'Montserrat',sans-serif;
	font-size:1.2em;
	text-align:center;
	
}

div#login p a {
	
	color:white !important;
	
}

div#login p.message a {
	
	color:blue !important;
	
}

div#login p a:hover{
	
	color:#00f6ff !important;
	
}

p#backtoblog{
	
	display:none !important;
	
}

p#nav {
	
	display:none !important;
	
}

.hg-signup-footer{
	
	margin-top:10px;
	margin-bottom:2em;
	text-align:center;
	
}

#login_error a{
	
	color: blue !important;
	
}

.login h1 a {

    background-size: 84px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #3c434a;
    height: 84px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 84px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}

#loginform{
	
	width: 350px !important;
	padding:1em;
    margin: auto;
    font-weight: 400;
    overflow: hidden;
	
}

.login form{
	
	margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 34px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);	
	
}

#login form p {
    margin-bottom: 0;
}

.login label {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: #fff;
}

.login form .input, .login input[type=password], .login input[type=text] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: 0.0625rem;
    padding: 0.1875rem 0.3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
}


#login form p.requestuniquelinkcls{
	
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:4em !important;
	
}

.login input[type=submit]{
	
	background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
	border-radius:3px;
	padding:10px 20px;
    text-shadow: none;
}
	
.login input[type=submit]:hover{
	
	background:#194e78;
	
}

.login a{
	
	color:#2271b1;
	text-decoration:none;
	
}

.login a:hover{
	
	color:#194e78;
	
}