
#loginPopup .jqx-window-header {
    background: url(icons/dot-logo.png) 8% no-repeat;
    background-size: 40px;
    text-align: center;
    height: 50px;
    line-height: 45px;
}

#loginPopup .jqx-window-header div {
    font-size: 25px;
    color: #666;
    line-height: 60px;
}

#loginPopup .jqx-window-header .jqx-window-close-button-background {
    top: 20%
}

#re_username.jqx-widget-content, #re_password.jqx-widget-content {
	border-color: rgb(199,199,199) !important;
}

#loginPopupTable {
	margin-bottom: 18px !important;
	border: none !important;
}

#loginPopupTable td, #login-buttons-table td{
	border: none !important;
}

#login-buttons-table {
	margin-bottom:0px;
	width: 100%;
	float:right;
	height: 32px;
	top: 0px;
	position: relative;
	border: none !important;
}




#loginPopup {
	min-width: 200px;
	outline: none;
    width: 370px  !important;
	height: 400px !important;
	min-height: 50px  !important;
	max-height: 396px  !important;
	max-width: 370px  !important;
	z-index: 99998;
	display: block;
	top: calc(50vh - 180px) !important;
	left: calc(50vw - 185px) !important;
}


#btnLoadLogin {
    border: none;
    padding: 7px 15px;
    cursor: pointer;
    width: 100%;
    background-color: #3070b9;
    color: #fff;
    font-size: 15px;
}

/*
#btnLoadLogin {
	padding-top: 14px;
	padding-right: 10px;
	vertical-align: top;
	width: 40px;
}*/

#btnCancelLogin {
	padding-top: 14px;
	padding-right: 10px;
	vertical-align: top;
	width: 40px;
	font-size: 14px;
}

/* <td align="center" style="min-width:300px; color: #666!important;"> */
td.qlf-banner {
	padding-top: 20px;
	line-height: 10px;
	padding-bottom: 6px;
}

.qlf-form-bottom {
}

.qlf-forgot-pass {
	font-size: 14px;
    padding-left: 26px;
    padding-top: 0px;
    margin-top: 0px;
    position: relative;
    top: -5px;
}

.qlf-new-user {
	font-size: 13px;
}