

.login-page {
    background-image:
        url("../images/login.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.login-box{
    width: 460px !important;
	opacity: 0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
}

.login-logo {
	border-radius: 4px !important;
	background:#000;
	color:#fff;
}

.login-card-body{
    border-radius: 4px !important;
	background:#000;
	color:#fff;
}


@media (max-width: 900px){
    .login-box, .register-box {
         margin-top: .5rem;
         width: 90%!important;
    }
}


input.form-control {

    border-radius: 3px;
    border: 1px solid #d5dce0;
    background-color: #fcfcfc;

}
textarea.form-control {

    border-radius: 3px;
    border: 1px solid #d5dce0;
    background-color: #fcfcfc;

}
.card {
    -webkit-box-shadow: 0 0px 20px  rgba(0,0,0,0.125);
    -moz-box-shadow: 0 0px 20px  rgba(0,0,0,0.125);
    box-shadow: 0 0px 20px  rgba(0,0,0,0.125);}
.timeline-inverse>div>.timeline-item {
    background: #f1f1f1!important;
}
h3.card-title {

    margin-left: 1rem;

}