@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
	font-family: Roboto-Light;
    src: url(../fonts/roboto/Roboto-Light.ttf);
}
@font-face {
	font-family: Roboto-Bold;
    src: url(../fonts/roboto/Roboto-Bold.ttf);
}
#pendingDedupDetailsTable{
	overflow-x: scroll !important;
}
#pendingDedupDetailsTable > thead > tr > th:nth-child(1):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(2):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(3):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(4):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(5):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(6):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(7):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(8):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(9):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(10):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(11):after, 
#pendingDedupDetailsTable > thead > tr > th:nth-child(12):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(13):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(14):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(15):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(16):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(17):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(18):after, #pendingDedupDetailsTable > thead > tr > th:nth-child(19):after{
	display: none;
}
#pendingDedupDetailsTable_filter, #duplicateReportTable_filter{
	display: none;
}
#duplicateReportTable > thead > tr> th{
	font-size: medium;
	text-align:	center;
	width: 1px !important;
}
/* #pendingDedupDetailsTable>tbody>tr:last-child { background:#FE7; } */
body{
	font-family: Roboto;
	font-size: 12px;
	margin: 0;
	background:#f9f9f9;
}
.form-control{
	font-size: 12px !important;
	padding: 3px 4px !important;
}
ul{
	margin:0;
	padding: 0;
}
li{
	list-style-type: none;
}
a, a:hover, a:active{
	text-decoration: none;
}
label
{
	font-weight: normal !important;
	width: 100%;
}

/* Device Role Access */
/* Form */
.multiple
{
	height: 250px !important;
}
.checkbox
{
	display: inline-block;
	margin: 0 10px !important;
}
.editRole, .deleteRole, .editAccess, .deleteAccess
{
	cursor: pointer;
}
.viewMore, .roleInfo, .bioInfo
{
	cursor: pointer;
	text-decoration: underline;
}
.addFeature
{
	position: relative;
	top: 50%;
}
.features
{
	margin: 27px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	cursor: pointer;
}
.features img
{
	width: 40px;
	height: 40px;
	background: #CFCFCF;
	padding: 4px;
}
.jfs-edit
{
	background: url(../images/edit.png) no-repeat;
	width: 18px;
	height: 18px;
	background-size:100%;
	display: inline-block; 
	margin: 0 5px;
}
.jfs-delete
{
	background: url(../images/delete.png) no-repeat;
	width: 18px;
	height: 18px;
	background-size:100%;
	display: inline-block;
	margin: 0 5px;
}
.jfs-viewmore{
	background: url(../images/viewmore.png) no-repeat;
	width: 22px;
	height: 22px;
	background-size:100%;
	display: inline-block;
	margin: 0 5px;
}
.jfs-pdf{
	background: url(../images/pdf.png) no-repeat;
	width: 22px;
	height: 22px;
	background-size:100%;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
.jfs-bioInfo{
	background: url(../images/bio.png) no-repeat;
	width: 22px;
	height: 22px;
	background-size:100%;
	display: inline-block;
	margin: 0 5px;
}
.jfs-roleInfo{
	background: url(../images/role.png) no-repeat;
	width: 22px;
	height: 22px;
	background-size:100%;
	display: inline-block;
	margin: 0 5px;
}
.jfs-btn, .jfs-btn:hover, .jfs-btn.focus, .jfs-btn:focus
{
	color: #fff;
}
.jfs-submit{
	/*background: #eb2771;*/
	    background: #595959;
    border-radius: 2px;
    padding: 4px 13px;
}
.jfs-cancel
{
	    background: #595959;
    border-radius: 2px;
    padding: 4px 13px;
}

/*.jfs-navbar li
{
	background: #eb2771;
}*/
.jfs-title
{
    font-size: 18px;
  /*  float: left;*/
    vertical-align: top;
    margin: 0;
}

#ui-datepicker-div
{
	z-index: 9999 !important;
}

#fullModel .modal-body, #enrollmentInfo .modal-body, #agentInfo .modal-body
{
	display: inline-block;
	width: 100%;
}
#fullModel .modal-dialog, #enrollmentInfo .modal-dialog, #agentInfo .modal-dialog
{
	width: 90%;
}
#fullModel .modal-dialog h4, #enrollmentInfo .modal-dialog h4, #agentInfo .modal-dialog h4, .leadSingle h4, .enrollmentSingle h4
{
	/*background: #F34790;
	color: #fff;*/
	padding: 8px;
	font-size: 15px;
	width: 100%;
	display: inline-block;
	font-weight: bold;
	border-bottom: solid 2px #F34790;
}
#fullModel .leadFormData, #enrollmentInfo .leadFormData,#registerAgentsForm .leadFormData
{
	padding: 5px 0; 
	background: #fff;
}
.leadsSection, .enrollmentSection, .agentsSection, .duplicateReportSection, .dedupeSummarySection, .dedupeExceptionSection{
	display: none;
	background: #fff;
    padding: 10px;
    border: solid 1px #ddd;
}
.sectionBgWhite{
	background: #fff;
    padding: 10px;
    border: solid 1px #ddd;
}

#enrollmentPhoto img, #agentPhoto img
{
	width: 120px;
}
#enrollmentFinger img, #agentFinger img
{
	width: 40px;
	margin: 0 10px;
}
.listFP
{
	border-top:solid 1px #333;
	padding: 3px 0;
}

.listFP li
{
	float: left;
	height: 36px;
	width: 36px;
	border-radius:100%;
	margin: 5px; 
	text-align: center;
	padding: 9px 3px 9px 1px;
	color: #fff;
}

.failureFPP{
	background: #B21857;
	height: 36px;
	width: 36px;
	display: inline-block;
	border-radius:100%; 
}
.successFPP{
	background: #3AD040;
	height: 36px;
	width: 36px;
	display: inline-block;
	border-radius:100%; 
}
.listFP .successFP
{
	background: #3AD040;
}
.listFP .failureFP
{
	background: #B21857;
}
.divFP
{
	display: inline-block;
	width: 100%;
	padding: 2px 0;
}

#searchAgents{
	position: relative;
	top: 23px;
}


/* Dashboard Theme */
.dashboard-theme
{
	text-align: center;
	text-transform: uppercase;
}

.jfs-yellowTheme
{
	color: #f9a31a;
	border-right: solid 1px #ddd;
}

.jfs-blueTheme
{
	color: #4a8ecd;
	border-right: solid 1px #ddd;
}
.k
{
	color: #404040;
}
.jfs-redTheme
{
	color: #e84f51;
}
.dashboard-theme .bigValue
{
	font-size: 40px;
}
.dashboard-theme .bixText
{
	font-size: 25px;
	color: #333;
	line-height: 60px;
}
.jfs-yellowTheme .title
{
	font-size: 20px;
	border-top: solid 3px #f9a31a;
	line-height: 60px;
}
.jfs-blueTheme .title
{
	font-size: 20px;
	border-top: solid 3px #4a8ecd;
	line-height: 60px;
}
.jfs-redTheme .title
{
	font-size: 20px;
	border-top: solid 3px #e84f51;
	line-height: 60px;
}

.jfs-yellowTheme .info 
{
	border-bottom: dashed 2px #f9a31a;
	border-top: dashed 2px #f9a31a;
	line-height: 50px;
}
.jfs-blueTheme .info
{
	border-bottom: dashed 2px #4a8ecd;
	border-top: dashed 2px #4a8ecd;
	line-height: 50px;
}
.jfs-redTheme .info
{
	border-bottom: dashed 2px #e84f51;
	border-top: dashed 2px #e84f51;
	line-height: 50px;
}
.dashboard-theme .infoSection
{
	width: 49%;
	display: inline-block;
	margin: 10px 0;
	line-height: 40px;
}
.jfs-yellowTheme .infoSectionFirst
{
	width: 49%;
	display: inline-block;
	border-right:dashed 2px #f9a31a;
}

.jfs-blueTheme .infoSectionFirst
{
	width: 49%;
	display: inline-block;
	border-right:dashed 2px #4a8ecd;
}
.jfs-redTheme .infoSectionFirst
{
	width: 49%;
	display: inline-block;
	border-right:dashed 2px #e84f51;
}

.dashboard-theme .smallText
{
	font-size: 20px;
}
.dashboard-theme .smallValue
{
	font-size: 20px;
}


.sidebar .activePar{
	    background: #eb2771 !important;
	    color: #fff !important;
}



.jfs-navbar li a, .jfs-navbar li ul li a,.jfs-navbar .active ul li a
{
	background: #f9f9f9 !important;
	color: #333 !important;
	margin-right:0 !important;
}
.jfs-navbar li ul
{
	margin: 0 !important;
	padding: 0 !important;
}
.jfs-navbar .active a, .jfs-navbar .active a:hover,.jfs-navbar .active a:active, .jfs-navbar li a:hover
{
	background: #eb2771 !important;
	color: #fff !important;
	margin-right:0 !important;  
}

/* login Page */

#loginPage{
	/*background:url(../images/login-image.png) no-repeat;*/
	background: none;
	background-size:100% 100%;
	height:90%;
	min-height:90%;
	display: inline-block;
	width: 100%;
	margin: 20px auto;
	border-radius: 10px;
}
.loginPage{
	min-height: 100%;
	height: 100%;
	width: 1000px;
	margin: 0 auto;
	/*background: #e8e8e8;*/
	background: #EE9B11;
}

#loginPage #login-box
{
	width: 500px;
	margin: 80px auto 0 auto !important;
	background:rgba(255, 255, 255, 1);
	position:relative;
	padding: 10px;
	box-shadow: 0px 0px 10px #ddd;
}

#loginPage #login-box .header
{
	box-shadow:none;
	text-align: center;
	padding: 15px 0;
}

#loginPage #login-box .jfs-login
{
	background:#f64366; 
	  color:#fff;
}
#loginPage #login-box input
{
	border-radius:5px !important;
}

#loginPage #login-box .header img
{
	width:150px !important;
}
#loginPage #login-box .forget
{
	background:#f64366; 
	  color:#fff;
	  position:absolute;
	  bottom: 0px;
right: 0px;
padding: 0px 11px;
border-radius: 0 5px 5px 0;
font-size: 25px;
}


.buttonDown{
	padding: 25px 0 0 0 !important;
}
.height10{
	height: 10px;
	width: 100%;
}

.loader
{
	background: url(../images/loader.gif);
	height: 70px;
	width: 70px;
	background-size:100%;
	position: absolute;
	top:200px; 
	left: 50%;
	z-index: 999999;
	display: none;
}
.fader
{
	position: fixed;
	width: 100%;
	height: 150%;
	background: rgba(0,0,0,0.4);
	z-index: 999999;
	display: none;
	top: 0;
}
.table{
	font-size: 13px;
    width: 100%;
    overflow-x:scroll; 
    /*
    white-space: nowrap;
    word-wrap: break-word;
    overflow-x: scroll;
    table-layout: fixed;
    display: inline-block;
    */
}

.tablenoWrap{
	display: inline-block;
	white-space: nowrap;
}

#schedulerConfigTable{
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	 white-space: -pre-wrap;      /* Opera 4-6 */
	 white-space: -o-pre-wrap;    /* Opera 7 */
	 white-space: pre-wrap;       /* css-3 */
	 word-wrap: break-word;       /* Internet Explorer 5.5+ */
	 word-break: break-all;
	 white-space: normal;
}
.padding0{
	padding: 0 !important;
}
.idPhoto{
	text-align: center;
	display: block;
}
.idPhoto img{
	width: 100px;
}
.leadFormData div{
	word-wrap:break-word;
}

body > .header .navbar{
	background: #fff !important;
}
.left-side{
	  box-shadow: 10px 10px 30px #ddd;
}
body > .header .navbar .sidebar-toggle .icon-bar, body > .header .navbar .sidebar-toggle .icon-bar:hover {
	background: #333;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header{
	background: #eb2771 !important;
}
a, a:hover, a:active{
	color: #333;
}
.logo {
	color: #eb2771;
}
.content-header{
	background: #ddd;
}
.logo img{
	width: 50%;
}

.logoFixedCenter{
	background: #f9f9f9;
  text-align: center;
  padding: 8px;
  position: absolute;
  left: 50%;
  z-index: 999;
  top: -6px;
}
#menuPage{
  position: absolute;
  top: 0px;
  background-color: #333;
  min-height: 100%;
  height: auto;
  padding: 10px;
  display: none;
  z-index: 9999999;
}
.table-responsive{
	overflow-x:inherit !important; 
}

.pageMenu li{
	padding: 3px 0;
	margin: 5px 0;
}
.pageMenu .title{
	font-size: 20px;
	color: #eb2771;
}
.pageMenu .subTitle{
	font-size: 18px;
	color: #eb2771;
}
.pageMenu li a{
	color: #fff;
}

/*Leads*/

.upArrow{
	background: #fff url(../images/up-arrow-icon.png) no-repeat;
  height: 36px;
  width: 36px;
  position: relative;
  top: -15px;
  z-index: 99999;
  background-size: 100% 100%;
  left: 45%;
  cursor: pointer;
  display: none;
}

.sectionHide{
	display: none;
}

.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.tabsPopup{
	display:inline-block;
	text-align:left;
	width:100%
}
.modal-footer{
	background: #fff;
}
.content-header{
	padding:5px 10px !important;
	background: #F34790;
	color: #fff;
}
.editableOff{
	margin: 0px 0 0 0;
	min-height: 35px;
	padding: 4px 10px;
	background: #fff !Important;
	    border: none !Important;
}
#tab_9 .editableOff,#tab_1 .editableOff,#tab_5 .editableOff,.editableOnCust, #leadsInfoForm #tab_6 .editableOff, #tab_4 .editableOff,#tab_13 .editableOff{
	border-bottom: solid 1px #ddd !important;
}
.labelText{
	/*font-weight: bold;*/
	font-size: 13px;
}
.actionButton{
	width: auto;
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
}

.actionButton img{
	width:24px;
}

.editableOn, .editableOff, .editableOnCust{
  background: #f7f7f7;
  border: solid 1px #ddd;
      word-wrap: normal;
}

.height20{
	height: 20px;
	display: inline-block;;
	width: 100%;
}
.nav-tabs-custom{
	    background: #fff;
    border: solid 1px #ddd;
}
.leadFormData{
	padding: 5px 5px !important;
}
.tabsPopup .leadFormData{
	background: #fff;
}

.border{
	border:solid 1px #ddd !important;
	background: #FFFFFF;
}
.nav>li>a{
	padding: 5px 5px !important;
}


/*Non Transaction */
.transactionSection{
	word-break:break-all;
	  border: solid 1px #ddd;
	  color: #fff;
	  margin: 10px 0px;
	  border-radius:5px; 
	  height: 160px;
	  overflow: auto;
}
.transactionSection a{
	color: #fff;
}
.transactionSection div{
	padding: 5px;
	text-align: center;
}
.txTitle{
	background: #df2d79;
	color: #fff;
}
.txDesc{
	font-size: 18px;
	border-top: solid 1px #ddd;
}
.leadTx{
	background: #1ABB9C;
}
.enrollmentTx{
	background: #F39C12;
}
.batchTx{
	background: #E74C3C;
}
.colorSize{
	height: 15px;
	width: 15px;
	display: inline-block;
}

.colorTx{
	float: right;
}
.colorTx li
{
	float: left;
	vertical-align: top;
	margin:0 10px;
}
.idPhotos{
	text-align: center;
}
.idPhotos a{
	display: inline-block;
	margin: 0 5px;
}

/*Image Shuffle*/
.idPhotoList{
	display: inline-block;
	width: 100%;
}
.idPhotoList li{
	background: #fff;
	padding:0 0 10px 0px;
	margin: 3px 0;
	border: solid 1px #ddd;
	display: inline-block;
	width: 100%;
}
.idPhotoList h4{
	font-weight: bold;
}
.idPhotoSuffle{
	display: inline-block;
	margin: 0 15px;
}
.idPhotoSuffle a{
	display: block;
}
.idPhotoSuffle a img{
	width: 120px;
	height: 120px;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.shuffleCheck{
	width: 18px;
    height: 18px;
}


/*Theme*/

.content-wrapper, .right-side {
  background-color: #F2F2F2 !important;
}
.main-sidebar, .left-side{
	border-right:solid 1px #ddd; 
}

.idPhotosOnly{
	    display: block;
    white-space: nowrap;
    overflow: auto;
}
.idPhotosOnly li{
	display: inline-block;
	margin: 5px;
}
.idPhotosOnly li:nth-child(2),.idPhotosOnly li:nth-child(4), .idPhotosOnly li:nth-child(5){
	margin: 5px 50px 5px 5px;
}
.idPhotosOnly a img{
	width:350px;
	height: 500px;
}
.tabsParam, .tabs2Param{
}
.tabsParam .tab-content, .tabs2Param .tab-content{
	border:solid 1px #ccc !important;
}
.main-sidebar, .left-side{
	padding-top: 0 !important;
}
.shuffle_recapture{
	    margin: 27% 0 0 0;
    height: 120px;
    width: 120px;
    padding: 30% 0 0 0;
    font-size: 18px;
        background: #EE9B11;
}
.cardStruct{
	box-shadow: 0px 0px 2px #ddd;
	padding:0px 0 10px 0;
	width: 100%;
    margin: 0 21px 0 0;
     border: solid 1px #A9A9A9;
   /* border-radius: 5px;*/
}
.cardStructHalf{
	box-shadow: 0px 0px 2px #ddd;
	padding:0px 0 10px 0;
	width: 45%;
    margin: 0 21px 0 0;
     border: solid 1px #A9A9A9;
   /* border-radius: 5px;*/
}
 .cardStructFull{
	box-shadow: 0px 0px 2px #ddd;
	padding:0px;
	width: 100%;
    margin: 0 21px 0 0;
    border: solid 1px #A9A9A9;
}
.cardStruct h4,.cardStructFull h4{
	margin: 0 0 5px 0;
}
.border-bottom{
	border-bottom:solid 1px #eb2771;
	    display: inline-block;
    width: 100%;
    padding: 5px;
    margin: 0 0 15px 0;
}
.tabsParam ul li, .tabs2Param ul li{
	    margin: 0px 0 2px 0 !important;
    /* border: none !important; */
    border-radius: 0 !important;
    border-right: solid 1px #949191 !Important;
    border-bottom: solid 1px #C1BEBE !Important;
}
.tabsParam ul li a, .tabs2Param ul li a{
	    background: #ddd !important;
    border-radius: 0;
     padding: 6px 12px !important;
}
.nav-tabs-custom>.nav-tabs>li.active {
}
.tabsParam ul li a:hover, .tabs2Param ul li a:hover, .tabsParam ul li.active a, .tabs2Param ul li.active a{
	background: #DF2D79!important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 6px 12px !important;
 }

.shuffleTitle{
	background: #eb2771;
	color: #fff;
	padding: 5px;
}
.formSection{
    border: solid 1px #ddd;
    display: inline-block;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 7px #ddd;
    background: #fff;
}

.content-header>h1{
	font-size: 18px !important;
}
.jfs-yellow{
	background: #EE9B11;
}
.mcTitle{
	font-size: 16px;
    border-bottom: solid 1px #eb2771;
        padding: 0 0 14px 0;
}
.text-left{
	text-align: left;
}
table tr th{
	vertical-align: top !important;
}
.imgCheck{
	    width: 48%;
    display: inline-block;
}
.imgCheck img{
	width: 200px;
	margin:10px 0;
}
.shuffleFixed{
	position: fixed;
    top: 30%;
    right: 0%;
    background: #ddd;
    padding: 10px;
    z-index: 9;
    border-radius: 10px 0 0 10px;
}

.leadIdPhotoPageTitle{
	text-align: center;
    font-size: 18px;
    padding: 10px 0;
}
#enrollmentPhotoList ul{
	    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 10px auto;
}
#enrollmentPhotoList ul li div{
	border-bottom: solid 1px #eb2771;
    margin: 10px;
}
#enrollmentPhotoList ul li{
	float: left;
    margin: 10px;
    background: none;
    box-shadow: none;
    font-size: 14px;
    border: none !important;
}
#enrollmentPhotoList ul li a{
	background: none !important;
}
.dashboardTitle{
	font-size: 45px;
	text-align: center;
}
.dashboardLogo{
	text-align: center;
}
.dashboardLogo img{
	width: 400px;
}


select{
    width: 100%;
    background: none;
    background: transparent;
    border: solid 1px #ddd;
    outline: none;
}
.errorValidation{
	    border: solid 1px #D80909 !important;
}
.feedback{
	    color: #D80909;
    border: solid 1px #D80909;
    padding: 5px;
    line-height: 22px;
    display: none;
}
.dataTables_filter, .dataTables_filter label {
	text-align: right !important;
}
.editProduct:hover, .deleteProduct:hover{
	cursor: pointer;
}
.loanCycleImg{
	width: 20px;
	margin: 0 5px 0 0;
	height: 10px;
}
.goBatches{
	    float: right;
	    background: #595959;
}
.enrIdPhotos{
	border: none !important;
	margin: 0 !important;
}

/*.nonEditable .form-control{
	    background: #fff;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
    height: 23px;
}
.nonEditable .editableOff{
	padding: 0 !important;
}*/
.nonEditable select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.searchIcon img{
	width: 24px;
	height: 24px;
}

.textUnderline{
	text-decoration: underline;
	cursor: pointer;
}

.alertPopup
{
	position: fixed;
  top: 20%;
  display: none;
  width: 50%;
  margin: 0 27%;
  z-index: 9999;
  background: #f2f2f2;
}
.alertTitle{
	  padding: 20px 10px 10px 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 0px;
}
.alertMsg{
	padding: 10px;
	text-align: center;
	min-height: 50px;
	overflow: hidden;
	border-bottom: solid 1px #333;
	font-size: 16px;
}
.alertFooter{
  text-align: center;
}
.alertFooter a{
	 text-align: center;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  display: inline-block;
    color: #333;
  font-weight: bold;
}
.faderAlert{
	position: fixed;
	height: 100%;
	width: 100%;
	background:rgba(0,0,0,0.5);
	z-index: 9998;
	top: 0; 
	display: none;
}
.error{
	color: red;
}
.commonHead{
	border: solid 1px #ddd;
    padding: 10px 0 !important;
}
.excel{
	text-align: right;
	width: 100%;
}
.excel img{
	width: 36px;
}
.exportDynamic{
	padding: 0 10px;
    font-size: 14px;
}



/*Media Queries*/
@media (max-width:468px){
	#loginPage #login-box {
		width: 90% !Important;
		margin: 100px auto 0 auto !important;
	}
	#loginPage
	{
	background-size:430%;
	background-position: -520px 0;
	}
	
}

@media (max-width:768px){
	#loginPage #login-box {
		width: 90% !Important;
		margin: 60px auto 0 auto !important;
	}
	
	#loginPage
	{
		background-size: 300%;
		background-position: -290px 0%;
	}
	.loginPage
	{
		width: 80%;
	}
	.cardStructHalf
	{
		width: 100%;
	}
	
}
