html 
{
	min-height: 100%;
}

body 
{
    background: url('/assets/img/background.jpg') center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e4e6e9;
    font-family: 'Helvetica';
    font-size: 14px;
    color: #393939;
    line-height: 1.5;
}

h4
{
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.card-container.card {
    max-width: 350px;
    padding: 20px 20px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
       
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}


.profile-img-card {
    width: 100%;
    /*height: 96px;*/
    margin: 0 auto 10px;
    display: block;
}

label
{
	font-weight: 500;
}

.form-control::-webkit-input-placeholder { 
	color: #ccc; 
}

.form-control:-moz-placeholder { 
	color: #ccc; 
}

.form-control::-moz-placeholder { 
	color: #ccc; 
}

.form-control:-ms-input-placeholder { 
	color: #ccc; 
}

.form-signin #inputEmail,
.form-signin #inputPassword {
	direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(51, 122, 183);
    outline: 0;    
}

.btn.btn-signin
{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: linear-gradient(to bottom,#265a88 0, #337ab7 100%);
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
	background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);    
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
   	color: #265a88;
	text-decoration: none;
}*/

a {
    color: rgb(104, 145, 162);    
}

a:hover,
a:active,
a:focus{
   	color: #265a88;
	text-decoration: none;
}

.forgot-password
{
	float: right;	
}

.login-footer
{
	margin-top: 10px;	
}

.greylight
{
	color: #aaa; 
}

.top-separator
{
	margin-top: 20px;
	margin-bottom: 15px;
}

.top-separator #inputEmail
{
	font-size: 15px;
}

.marginTop15
{
	margin-top: 15px;
}