body {
  display: inline-block;
  background-color: #063844; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  -o-background-size: cover;
  font-family: "Open Sans", sans-serif;
  color: black;
  display: block;
  place-items: center;
  object-fit: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}

#login_page {
  display: inline-block;
  margin-top: 12vh;
  //width: 100%;
}

#left_login_page {
  display: block;
  background: none;
  //width: 50%;
  margin: auto;
  //display: none;
}

#left_login_page_vendor {
  display: block;
  background: none;
  margin: auto;
  display: none;
  margin-top: 15vh;
}

#left_login_page a {
  position: relative;
  text-align: center;
  //left:50%;
  //top: 50%;
}

#right_login_page {
  display: block;
  background: none;
  //width: 50%;
  margin: auto;
  display: none;
}

#right_login_page_vendor {
  display: block;
  background: none;
  //width: 50%;
  margin: auto;
  //display: none;
}

#left_login_page_from_checkout {
  display: block;
  background: none;
  width: 50%;
  //margin: auto;
  display: none;
}

#left_login_page_from_checkout a {
  position: relative;
  text-align: center;
  //left:50%;
  top: 50%;
}

#right_login_page_from_checkout {
  display: block;
  background: none;
  width: 50%;
  //display: none;
}

/* Full-width input fields */

.form_container {
  border: 2px solid #f1f1f1;
  width: 60%;
  margin: auto;
  border-radius: 8px;
  background-color: white;
  opacity: 0.95;
  box-shadow: -2px 5px 20px rgba(0, 0, 0, 0.3);
  //margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.form_head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px 16px 45px 16px;
}

.form_head p {
  font-size: 1.65rem;
  font-weight: 500;
  //margin: auto;
}

.form_head a {
  display: flex;
  object-fit: contain;
}

.form_head img {
  align-content: space-around;
  max-width: 100%;
  height: 85px;
  object-fit: cover;
  overflow: hidden;
  z-index: 2000;
}

#signup {
  //margin-top: 40px;
  //margin-bottom: 40px;
  position: relative;
}

/*input[type=text], input[type=password] {
  width: 100%;
  //padding: 18px 20px;
  margin: 15px 0;
  display: inline-block;
  border: 0.5px solid #063844;
  box-sizing: border-box;
}*/

/*#right_login_page input[type=text], #right_login_page input[type=password] {
  width: 100%;
  //padding: 12px 16px;
  margin: 10px 0;
  display: inline-block;
  border: 0.5px solid #063844;
  box-sizing: border-box;
}*/

#right_login_page_from_checkout input[type="text"],
#right_login_page_from_checkout input[type="password"] {
  width: 100%;
  //padding: 12px 16px;
  margin: 10px 0;
  display: inline-block;
  border: 0.5px solid #063844;
  box-sizing: border-box;
}

.login-btn {
  background-color: #40517d !important;
  color: wheat !important;
  text-transform: capitalize !important;
}

.form_body {
  //padding: 16px;
  object-fit: contain;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.signup {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  //padding-top: 10px;
  margin: 10px 10px;
  color: #063844;
}

.signup a:link {
  color: #063844;
  cursor: pointer;
  text-decoration: underline;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}
