@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("swiper-bundle.min.css");
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  user-select: none;
}
* {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clr {
  clear: both;
}
.table {
  display: table;
}
.center {
  text-align: center !important;
}
.tableRow {
  display: table-row;
}
.tableCell {
  display: table-cell;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flexVCenter {
  align-items: center;
}
.flexColumn {
  display: flex;
  flex-direction: column;
}
.flexColumnStart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.spacer {
  flex-grow: 1;
}
video,
audio {
  outline: 0;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 1170px;
  margin: auto;
  width: 1170px;
  padding: 0 20px;
}
.e {
  font-size: 1.25em;
}
.main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .container {
  margin: 0 0 160px;
}
.main .container .flexbox {
  gap: 75px;
  align-items: center;
  justify-content: center;
}
.main .logo {
  margin: 50px 0;
}
.main .form {
  background: #0091EA;
  display: inline-block;
  width: 460px;
  padding: 35px;
  flex-shrink: 0;
  opacity: 0.9;
}
.main .form h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin: 40px 0 20px 0;
  padding: 0;
}
.main .form h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.main .form h2:after {
  width: 40px;
  height: 3px;
  margin: 10px 0 0;
  background: #fff;
  content: "";
  display: block;
}
.main .form .formGrid {
  display: grid;
  flex-direction: column;
  gap: 20px;
}
.main .form .formGrid .item {
  position: relative;
}
.main .form .formGrid .item:not(.sm) {
  grid-column: 1 / span 2;
}
.main .form .formGrid label {
  color: #fff;
  font-size: 13px;
  margin: 0 0 0 5px;
}
.main .form .formGrid input,
.main .form .formGrid textarea,
.main .form .formGrid select {
  width: 100%;
  background: 0;
  outline: 0;
  border: #fff 2px solid;
  color: #fff;
  font-size: 13px;
  padding: 12px 15px;
  -ms-box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  display: block;
  resize: vertical;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 10px;
}
.main .form .formGrid select {
  -webkit-appearance: none;
  position: relative;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.main .form .formGrid textarea {
  line-height: 1.5;
}
.main .form .formGrid input::placeholder,
.main .form .formGrid textarea::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}
.main .form .formGrid .checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 13px;
}
.main .form .formGrid .checkbox input {
  padding: 0;
  margin: 0;
  width: auto;
  display: inline-block;
}
.main .form .formGrid .forgotPass {
  font-size: 13px;
  color: #fff;
}
.main .form .formGrid .forgotPass a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.main .form .formGrid .forgotPass a:hover {
  text-decoration: underline;
}
.main .form .formGrid .btn {
  background: #fff;
  transition: 0.3s all;
  border: 0;
  font-size: 14px;
  color: #824d8f !important;
  padding: 12px 20px;
  margin: 0;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1;
  border-radius: 10px;
  font-weight: 700;
  gap: 15px;
  display: inline-flex;
  align-items: center;
}
.main .form .formGrid .btn:after {
  content: "";
  background-size: contain;
  vertical-align: middle;
  background: url("../images/btn-arrow.png") no-repeat;
  width: 7px;
  height: 12px;
  background-size: contain;
}
.main .form .formGrid .btn:hover {
  text-decoration: none;
  gap: 25px;
}
.main .form .formGrid .control-label {
  position: absolute;
  top: 13px;
  left: 12px;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.main .form .formGrid .control-label .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.main .form .formGrid .control-label .bar::before {
  content: "";
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.main .form .formGrid select,
.main .form .formGrid input:focus,
.main .form .formGrid input:valid,
.main .form .formGrid input.form-file,
.main .form .formGrid input.has-value,
.main .form .formGrid textarea:focus,
.main .form .formGrid textarea:valid,
.main .form .formGrid textarea.form-file,
.main .form .formGrid textarea.has-value {
  color: #fff;
}
.main .form .formGrid select ~ .control-label,
.main .form .formGrid input:focus ~ .control-label,
.main .form .formGrid input:valid ~ .control-label,
.main .form .formGrid input.form-file ~ .control-label,
.main .form .formGrid input.has-value ~ .control-label,
.main .form .formGrid textarea:focus ~ .control-label,
.main .form .formGrid textarea:valid ~ .control-label,
.main .form .formGrid textarea.form-file ~ .control-label,
.main .form .formGrid textarea.has-value ~ .control-label {
  font-size: 12px;
  top: -8px;
  left: 8px;
  padding: 0 5px;
  background: #824d8f;
}
.main .form .formGrid select:focus,
.main .form .formGrid input:focus,
.main .form .formGrid textarea:focus {
  outline: 0;
}
.main .form .formGrid select:focus ~ .control-label,
.main .form .formGrid input:focus ~ .control-label,
.main .form .formGrid textarea:focus ~ .control-label {
  color: #fff;
}
.main .form .formGrid select:focus ~ .bar::before,
.main .form .formGrid input:focus ~ .bar::before,
.main .form .formGrid textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.main .swiper {
  padding: 20px 0 0;
}
.main .swiper .swiper-pagination {
  display: flex;
  position: relative;
}
.main .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: 0;
  border: 2px #fff solid;
  width: 10px;
  height: 10px;
}
.main
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.main .swiper .descriptions {
  text-decoration: none;
  padding: 15px 0 0;
  color: #fff;
  font-size: 16px;
}
.main .swiper .descriptions h1 {
  color: #fff;
  margin: 0 0 10px;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
}
.main .swiper .descriptions h2 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 500;
}
.main .swiper .descriptions div {
  width: 75%;
}
.bgSwiper {
  top: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
}
.bgSwiper .bg-swiper-container {
  width: 100%;
  height: 100%;
}
.bgSwiper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1170px) {
  .container {
    width: 100%;
    max-width: inherit;
  }
  .main .form {
    width: 400px;
  }
}
@media (max-width: 767px) {
  html,
  body {
    height: auto;
  }
  .main .logo {
    margin: 30px 0;
  }
  .main .container {
    margin: 0 0 100px;
  }
  .main .form {
    width: 100%;
  }
  .main .swiper {
    width: 100%;
  }
  .main .swiper .swiper-pagination {
    justify-content: center;
  }
  .main .swiper .descriptions {
    text-align: center;
  }
  .main .swiper .descriptions div {
    width: 100%;
  }
  .main .container .flexbox {
    gap: 50px;
    flex-direction: column;
  }
}
