body {
  font-family: "Roboto", sans-serif;
}
.no-padding {
  padding: 0;
}

.blue-background {
  background-image: url(http://image.syngentamail.com/lib/fe9b15747661057b75/m/2/428b4cc8-5d25-43da-8a25-cc345c08d922.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  padding: 137px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  width: 879px;
  margin: 0 auto;
}

.main-content {
  display: flex;
  height: 494px;
}

.banner {
  min-width: 478px;
}

.form-content {
  min-width: 400px;
}

.access {
  background: #ffffff;
  height: 100%;
  border-radius: 0px 8px 8px 0px;
  padding: 36px 72px;
  position: relative;
  z-index: 999;
}

.title {
  font-size: 20px;
  font-weight: bold;
  color: #064779;
  text-align: center;
}

.subtitle {
  font-size: 12px;
  text-decoration: underline;
  color: #064779;
  text-align: center;
}

.form-control {
  background: #d7f0f7;
  border: 1px solid #63b3c9;
  border-radius: 5px;
}

::placeholder,
select,
.form-check-label {
  font-size: 11px !important;
  color: #1a668c !important;
  opacity: 0.49;
}

select {
  opacity: 1;
  height: 38px !important;
}
.form-check-label {
  opacity: 1;
  margin-left: 8px;
}

.form-check-label a {
  color: #1a668c;
  text-decoration: underline;
}

.btn-login {
  width: 100%;
  background: #52C222;
  border-radius: 5px;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: #064779;
  padding: 14px;
  margin-top: 15px;
}

input[type="checkbox"] {
  position: absolute;
  left: 9%;
}

input[type="checkbox"]::before {
  content: " ";
  width: inherit;
  height: inherit;
  position: absolute;
  background-color: #d7f0f7;
  border: 1px solid #63b3c9;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  left: -10%;
  top: 0px;
}

input[type="checkbox"]:checked::after {
  content: " ";
  width: 5px;
  height: 10px;
  margin: 3px 5px;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  position: absolute;
  transform: rotate(45deg);
}

input[type="checkbox"]:checked::before {
  background: #064779;
  border: none;
}

.input.error {
  background: #f7d7d7;
}

.logo-feira {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.texts-mobile {
  display: none;
}

.logosyn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.border-bottom-right , .border-top-left {
  display: none;
}

@media screen and (max-width: 600px) {
  .blue-background {
    background-image: url(http://image.syngentamail.com/lib/fe9b15747661057b75/m/2/ad68622e-fec5-4891-813d-851c07f0ddbf.png);
    padding: 20px 5px;
    height: 100vh;
  }

  .content {
    width: 100%;
  }

  .access {
    border-radius: 8px;
    padding: 32px 20px 20px;
    background: #ffffff;
  }

  .title {
    font-size: 18px;
  }

  ::placeholder,
  select,
  .form-check-label {
    font-size: 12px !important;
  }

  .texts-mobile {
    display: block;
    margin-top: 35px;
  }

  .texts-mobile img {
    width: 100%;
  }

  .logos {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin: 0px -15px 25px !important;
    padding: 0px 20px;
  }

  input[type="checkbox"] {
    left: 8%;
  }

  .texts-mobile {
    padding: 0px 20px;
    margin-bottom: 37px;
  }

  .logosyn {
    margin-top: 20px;
  }

  .main-content {
    height: 475px;
  }

  .border-top-left {
    position: absolute;
    width: 221px;
    top: 14%;
    left: 2%;
  }

  .border-bottom-right {
    position: absolute;
    width: 221px;
    bottom: 24%;
    right: 2%;
  }

  .form-content {
    min-width: 100%;
    width: 100%;
}
}
