#loginPanel {text-align: left;}
#loginPanel ul {overflow: hidden;position: relative;text-align: right;top: 4px;}
#loginPanel li {border-right: 1px solid #333333;display: inline-block;padding: 0 8px;line-height: 11px;}
#loginBox-content label, #registerBox-content label { float: left; width: 94%; margin: 5px; }
#loginBox-content {
    height: 100%;
    overflow: hidden;
    text-align: left;
    width: 95%;
    padding-top: 10%;
    margin: 0 auto;
}
#errors_boxes {
    margin: -25px 0px 10px;
}
.errorMsg {
    color: #da3b44;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
    width: 96%;
    text-align: center;
    border: 1px solid #da3b44;
    padding: 5px;
}
#registerBox-content p, #loginBox-content p {float: left; margin-top: 5px; width: 100%;padding-bottom: 5px;}
#registerBox-content p {padding: 5px; float: left;}
#loginBox-content .logoyeah {
    text-align: center;
    position: relative;
    bottom: 10%;
}
#loginBox-content .logoyeah  .custom_text{
    text-align: center;
    color: #b6b6b6;
    font-family: open sans;
    font-size: 12px;
    letter-spacing: 0.15px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
   
}   
#email_ajax, #passwd_ajax, #email_create_ajax {
 -moz-appearance: none;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #aaacaf;
    border-radius: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.45);
    color: #565b64;
    font-size: 100%;
	-webkit-text-fill-color: #565b64 !important;
    height: 32px;
    margin: 0;
	padding: 5px 10px;
    text-align: center;
    width: 95%;
	}

#loginBox-content .the-line {
    color: #d7dce2;
    font-family: georgia;
    font-size: 18px;
    font-style: italic;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    top: 30%;
}
#loginBox-content .the-line::after {
    background: #d7dce2 none repeat scroll 0 0;
    bottom: 40px;
    content: "";
    height: 100px;
    margin-left: -10px;
    position: absolute;
    width: 1px;
}
#loginBox-content .the-line::before {
    background: #d7dce2 none repeat scroll 0 0;
    content: "";
    height: 100px;
    margin-left: 10px;
    position: absolute;
    top: 40px;
    width: 1px;
}

