/* Mobile Representative Bar */

@media (min-width: 768px) {
    .all-representative-cta-holder {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .all-representative-cta-holder {
        position: fixed;
        bottom: 0px;
        background-color: #ee3824;
        z-index: 8675309!important;
        width: 100%;
        margin: auto;
        display: block;
        text-align: center;
        padding: 0px 20px;
        box-sizing: border-box;
        font-family: 'Roboto', sans-serif;
        font-size: 13.5px;
        line-height: 51px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff !important;
    }
  	#back_to_top {
    		bottom: 60px !important;
    		right: 7px!important;
  	}
}


/* Login Form */

.geo-login-wrapper {
	width: 100% !important;
	text-align: left !important;
	display: block;
	padding-top: 20px;
	padding-bottom: 70px;
}
.geo-login-wrapper #loginform {
	display: block;
}
.geo-login-wrapper input[type="text"],
.geo-login-wrapper input[type="password"] {
	width: 50% !important;
	border-radius: 0px;
	padding: 15px 25px;
	margin-bottom: 10px;
	border: 1px solid #c0bcbc;
}
@media (max-width: 780px) {
	.geo-login-wrapper input[type="text"],
	.geo-login-wrapper input[type="password"] {
		width: 85% !important;
	}
}
.geo-login-wrapper .login-submit, .geo-login-wrapper .geo-lost-password {
	display: inline-block;
}
.geo-login-wrapper .login-submit .button {
	color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    font-style: normal;
    font-weight: 500;
    background-color: #ee3824;
    border-radius: 0px !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    letter-spacing: 0px;
    text-transform: capitalize;
    border-width: 0px;
    padding-left: 48px;
    padding-right: 48px;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 20px;
	display: inline-block;
}
.geo-login-wrapper .login-submit .button:hover {
    background-color: #292929;
}