/* CSS Document */

body{
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
    user-select: none;
		
	/*background: url(../images/bgdprince.jpg);*/
   }

*{
	padding: 0;
	margin: 0;
	font-family:'latoregular', Helvetica, sans-serif;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	}
	


/***********************
INDEX CSS
***********************/
.container-wrap{
	background:url(../images/bgdprince.png) no-repeat center center fixed;	
	height:100%;
	width:100%;
	position:absolute;
	overflow:auto;
	padding-bottom:20px;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.login-wrap{
	max-width:330px;
	background:#ED2426;
	padding:30px;
	border-radius:3px;
	margin-top:50px;
}
			
#username,#password,#spin{
	font-size:16px;
	color:#000 !important;
}

#headerlogo{
	background-image:url(../images/logocreditclub.png);
    color: #EAF4D2;
    font-size: 20px;
    left: 10px;
    font-weight: bold;
    width: 100%;
    height: 100px;
	margin-bottom:15px;
    background-position: center;
    background-repeat: no-repeat;
}

.form-input{
	height:50px;
	border-radius:0;	
}

.form-login{
	padding:10px 0 0 0;
	margin-top:30px;
}

.btn-login{
	height:50px;
	background:#fada1f;
	border: 1px solid #fada1f;
	color:#822216 !important;
	font-weight:bold;
	font-size:18px;	
}
		
::-webkit-input-placeholder {
   color:#383D40 !important;
   font-weight:bold !important;
}

:-moz-placeholder { /* Firefox 18- */
   color:#383D40 !important;
   font-weight:bold !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#383D40 !important;
	font-weight:bold !important;
}

:-ms-input-placeholder {  
   color:#383D40 !important;
   font-weight:bold !important;
}/* CSS Document */


