.safelogingfield {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 0;
  display: grid;
}

.div-block {
  background-color: #0072c6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-2 {
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 12.4rem;
  display: flex;
}

.image {
  width: 52%;
  max-width: none;
}

.image-2 {
  width: 20rem;
  max-width: none;
  margin-bottom: 11px;
  margin-right: 0;
  position: static;
  top: 5px;
  right: auto;
}

.form-block {
  min-width: 50%;
}

.form {
  width: 17.8rem;
}

.field-label {
  color: #666;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.field-label-2 {
  color: #666;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.submit-button {
  z-index: 33;
  pointer-events: auto;
  color: #0072c6;
  text-align: right;
  background-color: #3898ec00;
  width: 100px;
  margin-top: 30px;
  font-size: 17px;
  position: relative;
}

.div-block-3 {
  pointer-events: auto;
  justify-content: flex-start;
  align-items: flex-end;
  height: 45px;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.image-3 {
  pointer-events: none;
  width: 20px;
  max-width: none;
  margin-bottom: 9px;
  position: absolute;
}

.field {
  height: 30px;
}

.field:active, .field:focus {
  border: 1.5px solid #000;
  border-radius: 3px;
}

@media screen and (max-width: 991px) {
  .safelogingfield {
    flex-flow: column;
    grid-template-columns: .5fr 1.75fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block {
    display: none;
  }

  .div-block-2 {
    order: -9999;
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    width: 17.4rem;
  }
}


