body {
  font-family: "Roboto", sans-serif;
}

header {
  padding: 15px 30px;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
header .logo {
  display: flex;
  align-items: center;
}
header .logo img {
  width: 60px;
  max-width: 60px;
}
header .logo__name {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #121212;
}

.wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1200px) {
  .wrapper {
    flex-direction: column;
  }
}
.wrapper .column {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
@media (max-width: 1200px) {
  .wrapper .column {
    height: initial;
    width: 100%;
  }
}
.wrapper .column.left {
  background: #f6f6f6;
}
@media (max-width: 1200px) {
  .wrapper .column.left {
    background: #ffffff;
    padding-top: 80px;
  }
}
.wrapper .graphic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.wrapper .graphic dotlottie-player {
  width: 500px !important;
  max-width: 100% !important;
  height: 500px !important;
  max-height: 100% !important;
  background: #f6f6f6;
}
@media (max-width: 1200px) {
  .wrapper .graphic dotlottie-player {
    width: 300px !important;
    height: 300px !important;
    background: #ffffff;
  }
}
@media (max-width: 500px) {
  .wrapper .graphic dotlottie-player {
    width: 200px !important;
    height: 200px !important;
  }
}
.wrapper .form-container {
  width: 560px;
  max-width: 560px;
  padding: 30px 30px;
  display: block;
}
.wrapper .form-container h2 {
  color: #121212;
  font-size: 30px;
}
.wrapper .form-container .form-group {
  margin-bottom: 1rem;
}
.wrapper .form-container .form-group .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 3.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wrapper .form-container .btn-submit {
  background: #c93b70;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 3.5;
  text-transform: uppercase;
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */