body{
  margin:0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  max-width: 100%;
  max-height: 100vh;
}
.bg{
  /* The image used */
  background-image: url("../img/bg.jpg");

  /* Full height */
  height: 100vh;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.space{
	padding-top: 120px;
}
.card-login{
	background-color: #fff;
	border-radius: 15px;
	padding: 50px 40px;
	width: 380px;
	
}
.btn-login{
	border-radius: 500rem;
}
.card-login .form-control{
	/*border:none;
	border-bottom: 1px solid #bdc3c7;*/
	border-radius: 500rem;
  border-left: none;
}
.card-login .input-group-text {
    background-color: transparent;
    /*border: none;*/
    border-right: none;
    border-radius: 500rem;
}