#loginBackground {
  background: url(../../assets/img/movieIcon.jpg);
  background-size: cover;
}

#loginBtn {
  margin-right: 10px;
}

#loginCard {
  width: 25%;
  margin: auto;
  margin-top: 10%;
  height: 40%;
  background-color: rgba(255, 255, 255, 0.7);
}

#loginEnterBtn {
  background-color: rgba(160,82,45, 0.8);
  border-radius: 20px;
}

#invalidLogin {
  display: none;
  color: red;
}

.main-title{
  font-size: 40px;
}

.card-body{
  width: 100%;
  margin-left: 7%;
  margin-top: 9%;
}

h4{
  color: rgb(94, 88, 80);
  font-size: 30px;
}

label{
  color: rgb(94, 88, 80);
  font-size: 15px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.email{
  margin-left: 12%;
}

.password{
  margin-left: 4.25%;
}

#loginEnterBtn{
  margin-left: 30%;
  border-color: rgba(160,82,45, 0.8);
}

.button {
  background-color: rgb(201, 189, 173);
  border: none;
  color: black;
  padding: 8px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  cursor: pointer;
  border-radius: 40px;
}