	@import url('https://fonts.googleapis.com/css?family=Numans');
	 .container{
		 height: 100%;
		 align-content: center;
	 }
	 .card{
		 height: 200px;
		 margin-top: auto;
		 margin-bottom: auto;
		 width: 400px;
		 background-color: rgba(0,0,0,0.2) !important;
	 }
	 .input-group-prepend span{
		 width: 50px;
		 background-color: #2883e6;
		 color: black;
		 border:0 !important;
	 }
	 input:focus{
		 outline: 0 0 0 0  !important;
		 box-shadow: 0 0 0 0 !important;
	 }
	 .login_btn{
		 color: black;
		 background-color: #2883e6;
		 width: 100px;
	 }
	 .login_btn:hover{
		 color: black;
		 background-color: white;
	 }