﻿.bg-image{
	     background-image:url(login/img/login.jpg);
		 background-size:cover;
		 background-repeat:no-repeat;
		 background-position:center;
		 height:100vh;
		 padding:20px;
		 filter: blur(2px) contrast(0.5);
	  }
	  .login-form{
	    background-color:white;
		padding:0px 20px 30px 20px;
		border-radius:5px;
		margin:100px auto;
        position: absolute;
        top: 36%;
        left: 50%;
        transform: translate(-50%,-50%);
		box-shadow:0px 0px 10px 1px gray;
	  }
	  .title{
	    background-color:#007bbf;
		padding:15px;
		font-size: 20px;
        font-weight: bold;
		margin-bottom:20px;
		margin-top:0px;
		color:white;
		border-radius:0px 0px 10px 10px;
		text-align:center;
	  }