.col-md-6 {
	float: left;
}

#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 #db0000;
	font-weight: 600;
	padding: 2px 3px 0;
}

#registration_area p a:hover {
	background: #db0000;
	color: #FFFF;
	text-decoration: none;
} */

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

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

#login_submit_button {
    margin: 0 auto;
    display: block;
}

a.login-trouble {
	text-align: center;
	margin: 15px auto;
	display: block;
}

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

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

.btn-40.btn-full-width-mobile {
		width: 50%;
	}

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

@media (max-width:990px) {
	.btn-40.btn-full-width-mobile {
		width: 70%;
	}
}



@media (max-width:770px) {
	.btn-40 {
		width: 50%;
	}
}

p.stay-safe {
    font-size: 0.88rem;
    text-align: center;
	margin: 2em auto;
}

p.stay-safe a {
	display: inline;
}

.mobile-divider {
    border-bottom: 1px solid #EEE;
    width: 100%;
    padding: 1em 0 0em;
    clear: both;
    margin-bottom: 2em;
    display: none;
}

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

@media (max-width: 767px) {
	.mobile-divider {
		display: block;
	}
}

@media (max-width: 991px) and (min-width: 767px) {
	br.desktop-only {
		display: none;
	}
	
	h2#safety {
    font-size: 100%;
}
}

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

.container-fluid.signupfooter {
	display: none;
}

