.custom-login {
	background:#607421 url(../img/login.jpg) center !important;
	padding-bottom:10px;
	
}

.logo {
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}

.logo img {
	max-width:100%;
}

.log-window {
	background:rgba(0,0,0,.5) !important ;
	padding-bottom:50px;
	margin-bottom:30px;
	border:1px solid #3fbae4;
	
	
}
.log-window .form-group .form-control::placeholder  {
	color:#FFF !important;
}

.log-window  input {
	background:#fff !important;
	
	
}

.form-control:-ms-input-placeholder {
color:#222 
}

.space-20 {
	height:20px;
	
}

.green {
	color:#0CF!important;
	text-shadow:0px 2px 2px rgba(0,0,0,1);
}
.header-title {
	background:#fff;
	text-align:center;
}
.header-title img {
	max-width:100%;
	
}
.card-details {
    background-color:darkgrey;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

