.login-bg{
	background: url(../images/login-bg.jpg);
	background-position: center;
	background-size: cover;
}
.white-bg{
	background:#fff;
}
.h-100{
	min-height: 100vh;
}
.welcome-msg{
	margin-top: 10%;
    margin-left: 5%;
    color: #fff;
    text-shadow: 0px 3px 3px #7b7b7b;
}

.pt-30{
	padding-top: 30px;
}
.pb-30{
	padding-bottom: 30px;
}

.pt-10{
	padding-top: 10px;
}
.pb-10{
	padding-bottom: 10px;
}
.mb-10{
	margin-bottom: 10px;
}
.footer-links{
	    font-size: 13px;
}
.footer-links a{
	color:#444;
}
.footer-links a:hover{
	text-decoration: none;
}




@media(min-width: 574px){
   .login-left{min-width: 300px;}
   .login-right{max-width: calc(100% - 300px);}
}