* {
	font-family: 'Roboto', sans-serif;
}

h2 {
	font-weight: 500!important;
}

.bground {
	background-image: url(../img/login.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.container-fluid{
	padding-left: 0px!important;
}

.alert {
	margin-top: 40px!important;
	width: 100%;
}

.login {
	margin-top: 15px;
	width: 200px;
}

.hidden {
    visibility: hidden;
}

.form {
	margin: 50px 15%;
}

.btn-login {
	width: 100%;
	height: 50px;
	border-radius: 3px!important;
	background-color: rgb(158, 14, 13)!important;
	color: #fff!important;
	font-weight: 500!important;
}

.modal-backdrop
{
    opacity:0 !important;
}