/* html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
} */

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  margin-top:5px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  } */

  /* START DRUVA CSS */

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
  }
  
  .mrktplace__hero_img_container {
    width: 720px;
    margin: auto;
    padding: 30px 0;
  }
  
  .mrktplace__hero_img_container > img {
    width: 300px;
  }
  
  .mrktplace__hero_text_container {
    /* width: 720px; */
    margin: auto;
    background-color: #f4f5f7;
    padding: 25px 0 35px 0;
  }
  
  .mrktplace__hero_text_container > h2 {
    font-size: 42px;
    font-weight: 400;
    width: 720px;
    margin: 0 auto 25px auto;
  }
  
  .mrktplace__hero_text_container > p {
    font-size: 18px;
    width: 720px;
    margin: 0 auto;
  }
  
  .mrktplace__form_container {
    width: 720px;
    margin: 30px auto;
  }
  
  .mrktplace__form_container > form > input {
    height: 30px;
    width: 720px;
    margin: 5px 0 15px 0;
    border-radius: 5px;
    border-width: 1px;
  }
  
  #mrktplace__form_button {
    background-color: blue;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    height: 40px;
  }
  
  #mrktplace__form_button:hover {
    background-color: #2E5A88;
    cursor: pointer;
  }
  
  .mrktplace__form_container > p {
    color: lightslategray;
    font-size: 14px;
    text-align: center;
  }