/* start landing page style*/
html,
body {
  height: 100%;
  width: 100%;
}

#main-page {
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("https://images.unsplash.com/photo-1630068846062-3ffe78aa5049?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80")
      no-repeat center center fixed;
  display: table;
  background-size: cover;
  position: relative;
}

.content-container {
  padding: 0px 120px;
  width: 100%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.button-container {
  width: 50%;
  height: 40%;
  display: flex;
  column-gap: 16px;
  justify-content: center;
}

.button-container > a {
  width: 25%;
  height: auto;
  border-radius: 3px;
  padding: 4px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  margin: 8px 0px;
}

.light {
  background-color: white;
  color: black;
}

.green {
  background-color: #558929;
  color: white;
}

.light:hover {
  background-color: rgb(231, 231, 231);
  color: black;
}
.green:hover {
  background-color: #6cb135;
  color: white;
}

/*start login and Signup page style*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.page2 {
  height: 100vh;
  width: 100%;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

.login {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  background-color: #fff;
}

.left {
  background: url("https://aseanyouthforum.org/wp-content/uploads/2019/03/DSC_0155AYF-1024x681.jpg")
    no-repeat center;
  background-size: cover;
  height: 100%;
}

.right {
  padding: 80px;
}

h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

form input[type="text"],
form input[type="password"],
form input[type="email"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid grey;
  padding: 1em;
  margin-bottom: 2rem;
  font-size: 0.75rem;
  align-items: center;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.button-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.primary-login {
  padding: 12px 24px;
  background-color: #558929;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.link-login {
  color: #a9c990;
}

.button-signup {
  color: grey;
  margin-top: 2rem;
}
.warning {
  text-align: center;
  color: red;
  font-size: 14px;
}
/*end login & signup page style*/

/*start responsive page style*/
@media screen and (max-width: 1024px) {
  /*start login page style*/
  .login {
    display: flex;
    flex-direction: column;
  }
  h2,
  h4 {
    text-align: center;
  }
  /*end login page style*/

  /*start landing page style*/
  .mbl-title {
    font-size: x-large;
  }

  .content-container {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    color: white;
  }
  .content-item {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .navbar {
    padding: 0;
  }
  .content-item > h3 {
    font-size: medium;
  }
  .content-description {
    margin-top: 20px;
    font-size: small;
  }
  .container {
    padding: 20px 40px;
  }
  .container > .navbar-brand > img {
    width: 58px;
    height: 55px;
  }
  .button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 16px;
  }
  .button-container > a {
    width: 50%;
    height: 50%;
    border-radius: 3px;
    padding: 4px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
  }
  .light {
    background-color: white;
    color: black;
  }
  .green {
    background-color: #558929;
    color: white;
  }
  /*end landing page style*/
}
/* start landing page style*/
html,
body {
  height: 100%;
  width: 100%;
}

#main-page {
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("https://images.unsplash.com/photo-1630068846062-3ffe78aa5049?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80")
      no-repeat center center fixed;
  display: table;
  background-size: cover;
  position: relative;
}

.content-container {
  padding: 0px 120px;
  width: 100%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.button-container {
  width: 50%;
  height: 40%;
  display: flex;
  column-gap: 16px;
  justify-content: center;
}

.button-container > a {
  width: 25%;
  height: auto;
  border-radius: 3px;
  padding: 4px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  margin: 8px 0px;
}

.light {
  background-color: white;
  color: black;
}

.green {
  background-color: #558929;
  color: white;
}

.light:hover {
  background-color: rgb(231, 231, 231);
  color: black;
}
.green:hover {
  background-color: #6cb135;
  color: white;
}
/* end landing page style*/

/*start login page style*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.page2 {
  height: 100vh;
  width: 100%;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

.login {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  background-color: #fff;
}

.left {
  background: url("https://aseanyouthforum.org/wp-content/uploads/2019/03/DSC_0155AYF-1024x681.jpg")
    no-repeat center;
  background-size: cover;
  height: 100%;
}

.right {
  padding: 80px;
}

h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

form input[type="text"],
form input[type="password"],
form input[type="email"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid grey;
  padding: 1em;
  margin-bottom: 2rem;
  font-size: 0.75rem;
  align-items: center;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

button {
  padding: 12px 24px;
  background-color: #558929;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

a {
  color: #558929;
}

.button-signup {
  color: grey;
  margin-top: 2rem;
}
/*end login page style*/

/*start responsive page style*/
@media screen and (max-width: 1024px) {
  /*start login page style*/
  .login {
    display: flex;
    flex-direction: column;
  }
  h2,
  h4 {
    text-align: center;
  }
  /*end login page style*/

  /*start landing page style*/
  .mbl-title {
    font-size: x-large;
  }

  .content-container {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    color: white;
  }

  .content-item {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .navbar {
    padding: 0;
  }
  .content-item > h3 {
    font-size: medium;
  }
  .content-description {
    margin-top: 20px;
    font-size: small;
  }
  .container {
    padding: 20px 40px;
  }
  .container > .navbar-brand > img {
    width: 58px;
    height: 55px;
  }
  .button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 16px;
  }
  .button-container > a {
    width: 50%;
    height: 50%;
    border-radius: 3px;
    padding: 4px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
  }
  .light {
    background-color: white;
    color: black;
  }
  .green {
    background-color: #558929;
    color: white;
  }
  /*end landing page style*/
}
