.popup_login_field #username {
    border-top: 0px solid #848586;
    border-right: 0px solid #848586; 
    border-left: 0px solid #848586; 
    border-bottom: 1px solid #848586; 
}
.popup_login_field #username:focus {
    border-top: 0px solid #848586;
    border-right: 0px solid #848586; 
    border-left: 0px solid #848586; 
    border-bottom: 1px solid #848586; 
}
.popup_login_field #userPass:focus {
    color: #848586 !important;
    border-top: 0px solid #848586;
    border-right: 0px solid #848586; 
    border-left: 0px solid #848586; 
    border-bottom: 1px solid #848586;
}
.popup_login_btn {
	color: #fff;
	background-color: #455660;
}
.popup_login_btn:hover {
	color: #fff;
	background-color: #0099c4;
}
.popup_login_btn:focus {
	color: #fff !important;
	background-color: #848586;
}
.close_login {
	background-color: #848586;
}
.close_login:hover {
	background-color: #8a0000;
}
.registration_btn {
	color: #fff;
	background-color: #848586;
}
.registration_btn:hover {
	color: #fff;
	background-color: #0099c4;
}
.registration_btn:focus {
	color: #fff;
	background-color: #848586;
}
.popup_login_container {
	float: left;
	height: auto;
	width: 86%;
	padding: 7%;
}
.popup_login_title {
	float: left;
	width: 100%;
	margin-right: 0%;
	line-height: 1.5em;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #848586;
	margin-bottom: 5px;
}
.popup_login_field {
	float: right;
	width: 100%;
	margin-bottom: 12px;
}
.popup_login_field #username {
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    display: inline-block;
    font-size:17px;
    font-weight:400;
    color: #848586;
}
.popup_login_field #username:focus {
    color: #848586 !important; 
}
.popup_login_field #userPass {
    float: right;
    width: 100%;
    box-sizing:border-box;
    padding-left: 10px;
    display:inline-block;
    font-size:17px;
    font-weight:400;
    color: #848586;
    border-top: 0px solid #848586;
    border-right: 0px solid #848586; 
    border-left: 0px solid #848586; 
    border-bottom: 1px solid #848586;
}
.popup_login_checkbox_container {
	float: right;
	width: 100%;
	margin-top: 14px;
}
.popup_login_checkbox {
	float: right;
	width: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	clear: none;
	height: auto;
	margin-top: 0px;
}
.popup_login_checkbox input {
	float: right;
	width: 20px;
	height: 20px;
}
.popup_login_checkbox_title {
	float: right;
	width: auto;
	clear: none;
	font-size: 15px;
	font-weight: 400;
	color: #848586;
	text-align: right;
	margin: 0px;
	line-height: 1.5em;
}
.popup_login_send_button {
	float: left;
	width: 100%;
}
#Button1 {
	float: left;
	width: 100%;
}
.popup_login_btn {
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: left;
	line-height: 2.4em;
	font-size: 17px;
	color: #fff;
	padding: 0!important;
	margin: 0!important;
}
.registration_btn {
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: left;
	line-height: 2.5em;
	font-size: 17px;
	color: #fff;
	padding: 0!important;
	margin-top: 12px!important;
}
.popup_login_forgot_password {
	float: right;
	font-size: 15px;
	font-weight: 400;
	color: #848586;
	text-align: center;
	line-height: 1.7em;
	width: 100%;
	text-decoration: none;
	margin-top: 15px;
	direction: ltr;
	padding: 5px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #ccc;
}
.popup_login_customer_logout {
	float: left;
	width: auto;
	clear: none;
	font-size: 14px;
	font-weight: 400;
	color: #CC0000;
	text-align: left;
	line-height: 1.8em;
	width: 100%;
	text-decoration: underline;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.popup_login_forgot_password:hover {
	color: #848586;
	border: 1px solid #000;
}
.popup_login_customer_logout:hover {
	float: left;
	width: auto;
	clear: none;
	font-size: 14px;
	font-weight: 400;
	color: #990000;
	text-align: left;
	line-height: 1.8em;
	width: 100%;
	text-decoration: underline;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.overlay_login {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 100000 !important;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay_login:target {
	visibility: visible;
	opacity: 1;
}
.popup_login {
	background-color: #FFF;
	display: inline-block;
	left: 50%;
	opacity: 0;
	position: fixed;
	text-align: justify;
	visibility: hidden;
	z-index: 100000 !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
}
.overlay_login:target+.popup_login {
	opacity: 1;
	visibility: visible;
	z-index: 100000 !important;
}
.close_login {
	height: 30px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 5px;
	width: 30px;
	left: 5px
}
.close_login:before {
	color: rgba(255, 255, 255, 0.9);
	content: "X";
	font-size: 20px;
}
.response_from_server {
	float: right;
	width: 100%;
	font-size: 19px;
	font-weight: 700;
	color: #8a0000;
	text-align: center;
	margin-top: 7px;
	line-height: 1.2em;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.popup_login {
	width: 350px;
}
.overlay_login:target+.popup_login {
	top: 380px;
	width: 350px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media (max-width: 1439px) and (min-width: 769px) {
.popup_login {
	width: 350px;
}
.overlay_login:target+.popup_login {
	top: 380px;
	width: 350px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 659px) {
.popup_login {
	width: 350px;
}
.overlay_login:target+.popup_login {
	top: 380px;
	width: 350px;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media (max-width: 658px) and (min-width: 481px) {
.popup_login {
	width: 350px;
}
.overlay_login:target+.popup_login {
	top: 380px;
	width: 350px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.popup_login {
	width: 320px;
}
.overlay_login:target+.popup_login {
	top: 300px;
	width: 320px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.popup_login {
	width: 320px;
}
.overlay_login:target+.popup_login {
	top: 300px;
	width: 320px;
}
}