#content
{
	min-height: 600px;
}

#login h3 {
    font-size: 23px;
    font-weight: 800;
    text-align: center;
}

#registration_area {
	text-align: center;
}

#registration_area h4 {
	margin-bottom: 15px;
}

#registration_area p {
	margin-bottom: 15px;
}

#registration_area p a {
	border-bottom: 2px solid #feec76;
	font-weight: 600;
	padding: 2px 3px 0;
}

#registration_area p a:hover {
	background: #feec76;
	text-decoration: none;
}

#registration_area h4 a {
    font-size: 15px;
    border: none;
    font-weight: 700;
}

#registration_area h4 a:hover {
    border-bottom: 2px solid #feec76;
    text-decoration: none;
}

a.login-trouble {
	text-align: center;
	margin: 15px auto;
	display: block;
	font-size: 18px;
	color: blue;
}

input[type="text"], input[type="password"], textarea {
    width: 100%;
    padding: 10px;
}

#login input {
	margin-bottom: 1em;
}

.toggle-password-icon {
  margin-left: -35px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

p.error_msg {
	color: red;
	font-size: 100%;
	text-align: center;
	font-weight: 600;
}

p.stay-safe {
    font-weight: 500;
    font-size: 1.3rem;
    text-align: center;
}

p.stay-safe a {
    font-weight: 700;
    border-bottom: 1px solid #feec76;
}

h2#safety {
    font-size: 120%;
    color: green;
}

@media (max-width: 767px) {
	p.stay-safe {
		margin-bottom: 3em;
	}
	
	h2#safety {
		font-size: 100%;
	}
}

@media (max-width: 500px) {
	br.desktop-only {
		display: none;
	}
}

