.container {
  text-align: center;
  max-width: 100% !important;
}

form {
  display: inline-block;
  vertical-align: middle;
}

form h1 {
  color: #2485b0;
  font-weight: bold;
  font-size: 18px;
}

.form-signin {
  float: left;
  width: 40%;
  height: 100vh;
  background: var(--unnamed-color-f7f7f7) 0% 0% no-repeat padding-box;
  background: #f7f7f7 0% 0% no-repeat padding-box;
  opacity: 1;
}

.form-background {
  float: left;
  background: transparent url('../images/login-background.png') 0% 0% no-repeat
    padding-box;
  opacity: 1;
  width: 60%;
  height: 100vh;
  text-align: center;
  display: flex;
}

.form-background img {
  margin: auto;
}

form img {
  display: inline !important;
}

form input {
  font: normal normal normal 14px/17px Effra;
  color: #4a4a4a;
  width: 477px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #4a4a4a !important;
  border-radius: 25px !important;
  font-size: 14px !important;
}

form .btn-primary {
  width: 200px;
  background-color: #2485b0;
  color: #fff;
  font-weight: bold;
  border: solid 1px #2485b0 !important;
}

form label {
  width: 195px !important;
  float: left;
  font-size: 14px;
  color: #4a4a4a;
}

form a {
  float: right;
  font-size: 14px !important;
  color: #4a4a4a;
}

form a:hover {
  text-decoration: underline;
}

.img-logo {
  top: 136px;
  left: 203px;
  width: 211px;
  height: 73px;
}

form .terms input[type='checkbox'] {
  margin-right: 10px;
}

form .btn-primary:hover {
  cursor: pointer;
  text-decoration: underline;
}

form .terms:hover {
  text-decoration: underline;
}

/* ----------- Notebook ----------- */
@media (min-device-width: 768px) and (max-device-width: 1366px) {
  .form-signin {
    height: 114vh !important;
  }

  .google-captcha {
    margin-left: 173px;
    margin-top: 35px;
  }

  .logo-form {
    margin-bottom: 3rem;
    margin-top: 5rem;
  }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .container {
    background-color: #f7f7f7;
  }
  .form-login {
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    background-color: #f7f7f7;
    height: 100%;
  }

  .img-logo {
    display: none !important;
  }

  .form-background img {
    position: absolute;
    height: 100px;
    top: 55px;
    left: 50px;
  }

  .form-background {
    background: none;
  }

  #email {
    width: 300px !important;
    margin-left: 5px;
  }

  #password {
    width: 300px !important;
    margin-left: 5px;
  }

  .form-signin {
    height: 140vh;
    width: 100%;
  }

  .form-inputs {
    margin-bottom: 15px !important;
  }
  .terms {
    width: 225px !important;
    margin-bottom: 20px;
    margin-top: 0px;
    margin-left: 45px;
  }

  .lost-password a {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 20px;
  }

  .nav-breadcrumb {
    display: none;
  }
}

/* ----------- Galaxy Tab 2 ----------- */

/* Portrait and Landscape */
@media (min-device-width: 800px) and (max-device-width: 1280px) {
  .form-group .img-logo {
    margin-top: 90px !important;
    margin-left: -230px !important;
  }

  .form-background {
    float: left;
    background: none;
    width: 30%;
    height: 100vh;
    text-align: center;
    display: inline;
    margin-top: 230px;
    margin-left: 70px;
  }
  form h1 {
    font-size: 35px;
    margin-left: 195px;
  }
  form .mb-10 {
    margin-left: 140px;
  }
  .form-signin {
    width: 50%;
  }
  .google-captcha {
    margin-left: 312px;
  }
}

/* ----------- Galaxy Tab S4 ----------- */
@media (min-device-width: 712px) and (max-device-width: 1138px) {
  .form-group .img-logo {
    margin-top: 90px !important;
    margin-left: -230px !important;
  }

  .form-background {
    float: left;
    background: none;
    width: 30%;
    height: 100vh;
    text-align: center;
    display: inline;
    margin-top: 230px;
    margin-left: 70px;
  }
  form h1 {
    font-size: 35px;
    margin-left: 195px;
  }
  form .mb-10 {
    margin-left: 140px;
  }
  .form-signin {
    width: 50%;
  }
  .google-captcha {
    margin-left: 312px;
  }
}
