@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  background-image: url(../imgs/bg.jpg);
  background-size: cover;
  background-position: right bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 800px) {
  body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-position: center bottom;
  }
  body .hide-mobile {
    display: none;
  }
}

h1 {
  color: #425396;
  text-transform: uppercase;
  text-align: center;
  font-size: 55px;
  line-height: 1;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  margin: 0 0 10px 0;
}

.form {
  background: linear-gradient(52.26deg, #FFFFFF -4.48%, rgba(255, 255, 255, 0.13) 153.39%);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  border-radius: 6px;
  width: 100%;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: calc(100vh - 160px);
}

.form .content {
  overflow: auto;
  height: 100%;
}

.side {
  width: 40%;
  max-width: 500px;
  height: 100vh;
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.side .logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.side .logo img {
  width: 200px;
  height: auto;
  margin: 15px 0 30px;
}

.side .title {
  max-width: 70%;
}

.side .footer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.side .text h2 {
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-weight: 500;
  margin-top: 6px;
}

.side .text p {
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  font-size: 14px;
}

@media (max-width: 800px) {
  .side {
    width: 80%;
    max-width: none;
  }
}

.group {
  margin: 0 0 5px 0;
}

.group.padding {
  padding: 15px 0 0;
}

.group label {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  color: #081548;
  display: block;
}

.group label.form-check-label {
  font-size: 13px;
  display: inline-block;
}

.group input[type=text], .group input[type=tel], .group input[type=email] {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(66, 83, 150, 0.3);
  width: 100%;
  background-color: transparent;
  outline: none;
  padding: 0;
  height: 30px;
}

.group input[type=text]::-webkit-input-placeholder, .group input[type=tel]::-webkit-input-placeholder, .group input[type=email]::-webkit-input-placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #8F95B0;
}

.group input[type=text]:-ms-input-placeholder, .group input[type=tel]:-ms-input-placeholder, .group input[type=email]:-ms-input-placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #8F95B0;
}

.group input[type=text]::-ms-input-placeholder, .group input[type=tel]::-ms-input-placeholder, .group input[type=email]::-ms-input-placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #8F95B0;
}

.group input[type=text]::placeholder, .group input[type=tel]::placeholder, .group input[type=email]::placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #8F95B0;
}

.group button[type=submit] {
  background-color: #425396;
  color: #ffffff;
  border-radius: 3px;
  border: none;
  padding: 8px 20px;
  margin: 15px 0 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.group button[type=submit]:hover {
  background-color: #081548;
}

.group button[type=submit] img {
  margin-left: 10px;
}

.alert {
  background-color: transparent;
  padding: 15px;
  margin: 0 0 15px 0;
  border-radius: 0.3rem;
}

.alert.alert-success {
  color: green;
  border: 1px solid green;
}

.alert.alert-danger {
  color: red;
  border: 1px solid red;
}

.text-danger {
  color: red;
  margin: 10px 0 15px;
  display: block;
  font-size: 15px;
}
/*# sourceMappingURL=style.css.map */