@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body,
#login_container {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  font-size: large;
  width: 100%;
  overflow: hidden;
}

::-webkit-scrollbar {
  display: none;
}

.container1 {
  width: 100%;
  height: 70px;
}

.background-image {
  background-image: url("https://www.royalenfield.com/content/dam/royal-enfield/india/login/login-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  font-size: large;
  width: 100%;
  /* overflow: hidden;     */
  /* overflow hidden removes scrollbar as well as makes the page stop scrolling but all contents must be under this div */
}

.login_section {
  width: 50%;
  height: 580px;
  margin: auto;
}

.login_form_container1 {
  width: 100%;
  height: 250px;
}

.login_head {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  padding: 30px 0 33px;
  font-weight: 40px;
  letter-spacing: 0.05em;

  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  word-break: break-word;
}

.login_buttn_txt,
.login_information_txt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  height: 60px;
  margin: 5px;
}

h2 {
  margin: auto;
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-family: "Libre Franklin", sans-serif;
  word-break: break-word;
  margin-bottom: 24px;
  padding-top: 18px;
}

#userId,
#password,
#login_button,
span {
  width: 92%;
  height: 50px;
  font-size: 15px;
  font-family: "Libre Franklin", sans-serif;
  background: 0;
  color: #fff;
  border: 1.3px solid #fff;
  margin-left: 10px;
}

span {
  border: none;
  cursor: pointer;
}

span:hover {
  color: red;
}

.forgot {
  padding-top: 15px;
}

#userId::placeholder {
  color: #fff;
  padding-left: 15px;
}

#password::placeholder {
  color: #fff;
  padding-left: 15px;
}

#userId{
    box-sizing: border-box;
    padding-left: 15px;
}

#password{
    box-sizing: border-box;
    padding-left: 15px;
}

#login_button {
  background-color: #fff;
  color: black;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.login_form_container2 {
  width: 100%;
  height: 270px;
  padding-top: 40px;
}

p {
  margin: auto;
  margin-left: 260px;
}

#createAcc {
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: small;
  text-align: center;
  padding: 10px 35px 10px 15px;
  transition: all 0.6s ease;
  text-transform: none;
  position: relative;
  line-height: 14px;
  border-width: 1px;
  border-style: solid;
  text-decoration: none !important;
  background: 0;
  cursor: pointer !important;
  align-self: center;
  margin-left: 30px;
}
#createAcc:hover {
  background-color: #fff;
  color: black;
  border: 1px solid white;
}

.social_buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 400px;
  gap: 10px;
  padding-left: 38px;
}

#fblogin {
  width: 95%;
  height: 36px;
  color: #fff;
  background: #183392;
  border: 1px solid #183392;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}

#googlelogin {
  width: 95%;
  height: 36px;
  color: #fff;
  background: #cf5252;
  border: 1px solid #cf5252;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}

#twitterlogin {
  width: 95%;
  height: 36px;
  color: #fff;
  background: #4fb9ee;
  border: 1px solid #4fb9ee;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}





/* MEDIA QUERIES */

@media (max-width: 998px) {
  p {
    margin: auto;
    margin-left: 110px;
  }

  #createAcc {
    color: #fff;
    display: inline-block;
    font-family: "Libre Franklin", sans-serif;
    font-size: small;
    text-align: center;
    padding: 10px 30px 10px 36px;
    transition: all 0.6s ease;
    text-transform: none;
    position: relative;
    line-height: 14px;
    border-width: 1px;
    border-style: solid;
    text-decoration: none !important;
    background: 0;
    cursor: pointer !important;
    align-self: center;
    margin-left: 28px;
  }

  .social_buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 400px;
    gap: 19px;
    padding-left: 25px;
  }

  #fblogin {
    width: 100%;
    height: 39px;
    color: #fff;
    background: #183392;
    border: 1px solid #183392;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
  }

  #googlelogin {
    width: 100%;
    height: 39px;
    color: #fff;
    background: #cf5252;
    border: 1px solid #cf5252;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
  }

  #twitterlogin {
    width: 100%;
    height: 39px;
    color: #fff;
    background: #4fb9ee;
    border: 1px solid #4fb9ee;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  body,
  #login_container {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    font-size: large;
    width: 100%;
    overflow: hidden;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  .container1 {
    width: 100%;
    height: 70px;
  }

  .background-image {
    background-image: url("https://www.royalenfield.com/content/dam/royal-enfield/india/login/login-banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    font-size: large;
    width: 100%;
    /* overflow: hidden;     */
    /* overflow hidden removes scrollbar as well as makes the page stop scrolling but all contents must be under this div */
  }

  .login_section {
    width: 100%;
    height: 600px;
    margin: auto;
    padding: 3px;
  }

  .login_form_container1 {
    width: 100%;
    height: 280px;
  }

  .login_head {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding: 14px 0 3px;
    font-weight: 30px;
    letter-spacing: 0.05em;

    margin: 0;
    font-family: "Libre Franklin", sans-serif;
    word-break: break-word;
  }

  .login_information_txt {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    gap: 10px;
    width: 100%;
    height: 60px;
    margin: 5px;
  }

  .login_buttn_txt {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    gap: 10px;
    width: 100%;
    height: 60px;
    margin: 5px;
    padding: 70px 20px 10px 10px;
  }

  h2 {
    margin: auto;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-family: "Libre Franklin", sans-serif;
    word-break: break-word;
    margin-bottom: 15px;
    padding-top: 15px;
  }

  #userId,
  #password,
  span {
    width: 97%;
    height: 50px;
    font-size: 15px;
    font-family: "Libre Franklin", sans-serif;
    background: 0;
    color: #fff;
    border: 1.3px solid #fff;
    /* margin-left: 5px; */
    margin: auto;
  }
  #login_button {
    width: 96%;
    height: 50px;
    font-size: 15px;
    font-family: "Libre Franklin", sans-serif;
    background: 0;
    color: #fff;
    border: 1.3px solid #fff;
    /* margin-left: 5px; */
    margin: auto;
  }

  .forgot {
    padding-top: 15px;
  }

  #userId::placeholder {
    color: #fff;
    padding-left: 10px;
  }

  #password::placeholder {
    color: #fff;
    padding-left: 10px;
  }

  #login_button {
    background-color: #fff;
    color: black;
    cursor: pointer;
  }

  .login_form_container2 {
    width: 101%;
    height: 270px;
    padding-top: 36px;
  }

  p {
    margin: auto;
    margin-left: 80px;
  }

  #createAcc {
    color: #fff;
    display: inline-block;
    font-family: "Libre Franklin", sans-serif;
    font-size: small;
    text-align: center;
    padding: 10px 35px 10px 20px;
    transition: all 0.6s ease;
    text-transform: none;
    position: relative;
    line-height: 14px;
    border-width: 1px;
    border-style: solid;
    text-decoration: none !important;
    background: 0;
    cursor: pointer !important;
    align-self: center;
    margin-left: 80px;
  }

  .forgot {
    padding-top: 15px;
  }

  #userId::placeholder {
    color: #fff;
    padding-left: 15px;
  }

  #password::placeholder {
    color: #fff;
    padding-left: 15px;
  }

  .social_buttons {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 40px;
    gap: 10px;
    padding-left: 20px;
  }

  #fblogin {
    width: 95%;
    height: 36px;
    color: #fff;
    background: #183392;
    border: 1px solid #183392;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
  }

  #googlelogin {
    width: 95%;
    height: 36px;
    color: #fff;
    background: #cf5252;
    border: 1px solid #cf5252;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
  }

  #twitterlogin {
    width: 95%;
    height: 36px;
    color: #fff;
    background: #4fb9ee;
    border: 1px solid #4fb9ee;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
  }
}


