html,body{
background-image: url('https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/SCi57nbolj05ixyx4/videoblocks-aerial-coffee-plantation-in-sao-paulo-state-brazil_rh7roym_jg_thumbnail-full01.png');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Arial', sans-serif;
}
.login {
  margin: 100px;
}
.card{
height: 450px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
}
.container {
  height: 100%;
}
.card-header {
  color: white;
  font-size: 2rem;
}
.links{
color: white;
}

.links a{
margin-left: 4px;
}
.login_btn{
color: black;
background-color: #0facf3;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}
.safra {
  color: white;
  font-size: 20px;
}