/*! Custom styles for this template */html{display:table;height:100%;width:100%}body{display:table-cell;vertical-align:middle}.login{-webkit-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp;margin-left:auto;margin-right:auto;max-width:360px}.login-body{padding:30px}.login-brand{display:block;margin-bottom:15px;margin-left:auto;margin-right:auto;width:180px}.login-footer{margin-bottom:15px;margin-top:15px;text-align:center}@media (min-width:768px){.login-body{background-color:#fff;border:1px solid #f2f5f8;border-radius:0;-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 1px 1px rgba(0,0,0,.1);margin-bottom:15px;margin-top:15px}}
.login-brand img{filter: drop-shadow(0 0 1px #BD1F33);}

.login-mg{
	padding: 40px 15px;
	width: 100%;
	min-height: 100vh;
	max-height: 100vh;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('../../assets/img/login-bg.jpg');
	background-size: cover;
    background-position: center;
	overflow: hidden ;
}

@media (max-width: 767px) {

.login-body {
background-color: #fff;
border: 1px solid #f2f5f8;
border-radius: 0;
-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
margin-bottom: 15px;
margin-top: 15px;
}
}