body {
  background-color: #F4F4F4 !important;
  overflow-x:none;
  overflow-y:auto;
}

main {
  width: 60% !important;
  height:120vh;
  margin-left: auto;
  margin-right: auto;
  /*background: #020024;*/
/*background: linear-gradient(72deg, rgba(2, 0, 36, 1) 52%, rgba(9, 9, 121, 1) 88%, rgba(0, 91, 201, 1) 100%);*/
background-image: url(../images/movie-bg.jpg);
background-size:auto;
background-position:center;
background-repeat:no-repeat;
background-attachment:fixed;

}

main img {
  width: 100%;
}

.hero {
  color: white;
  left: 0px;
  right: 0px;
  text-align: center;
  padding:20px;
}

.hero p {
  font-size: 20px;
  font-weight:bold;
}

.overlay {
  width:auto;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background-color: transparent;
  padding: 20px;
  
}

.overlay input {
  width: 50%;
  border: none;
  background: transparent;
  text-align: right;
}

.input-card {
  background-color: #e5e5e5;
  padding: 10px;
  border-radius: 10px;
  margin-top: 8px;
  justify-content: space-between;
}

input:focus,
button:focus {
  outline: none;
}

.remember {
  justify-content: end;
  margin-top: 10px;
  margin-bottom: 10px;
}

.remember input {
  width: 15px;
  margin-right: 5px;
}

.remember p {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
}

.tc {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tc input {
  width: 15px;
  margin-right: 5px;
}

.tc p {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
}

.register {
  padding: 10px;
  border: 1px solid skyblue;
  width: 70%;
  border-radius: 10px;
  color: white;
  background-color: skyblue;
 margin:10px;
}

.login {
  padding: 10px;
  border: 1px solid white;
  width: 96%;
  border-radius: 10px;
  color: white;
  background-color: transparent;
  margin:5px;
}

.forgot-password {
  text-decoration: underline;
  font-size:13px;
  padding:10px;
}

a {
  color: auto!important;
}

@media (max-width: 600px) {
  main {
    width: 100% !important;
  }

  .overlay {
    top: -70px;
  }
}