* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body{
	height:100%
}

body {
  font-family: "Montserrat";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
}

#bg__video-self {
    position: fixed;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


#bg__video-self_html5_api{
  position: fixed;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


input,
textarea,
button {
  font-family: "Montserrat";
  margin-bottom: 15px;
  outline: none;
  border: none;
  width: 400px;
  padding: 15px;
  border-radius: 50px;
  font-size: 16px;
  box-shadow: 0px 0px 16px rgb(0 0 0 / 17%);
}

textarea {
  border-radius: 26px;
}

button {
  background: linear-gradient(180deg, #005c7c -74.6%, #54bcc2 122.22%);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  color: #ffffff;
  font-size: 18px;
  width: 435px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 30px 0;
  cursor: pointer;
}

.container {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

.tick {
  font-size: 2rem;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}

.tick-credits {
  display: none;
}

.tick-flip,
.tick-text-inline {
  font-size: 1em;
}

.tick-label {
  margin-top: 1em;
}

.tick-char {
  width: 1.5em;
}

.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 10px;
  color: #fff;
}

.tick-text-inline + .tick-text-inline {
  margin-left: -0.325em;
}

.tick-group {
  margin: 0 0.5em;
  text-align: center;
}

.tick-label {
  color: #595d63 !important;
}

.tick-flip-panel {
  color: #000 !important;
}

.tick-flip {
  font-family: oswald-regular, sans-serif !important;
}

.tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}

.tick-flip-panel {
  background-color: #fff !important;
}

.tick-flip {
  border-radius: 0.12em !important;
}


.form__circle--top {
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
  border-top-left-radius: 19px;
}

.form {
  position: relative;
  width: 600px;
  margin: 20px 0;
  text-align: center;
}

.form__box {
  position: relative;
  border-radius: 20px;
  background-color: #ffffff;
}

.form__back--icon{
  position: absolute;
  left: 25px;
  top:25px;
  width: 22px;
  z-index: 99;
}

.form__circle--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 200px;
}

.form__logo {
  margin-top: 50px;
  width: 210px;
}

.form__title {
  font-size: 17px;
  text-transform: uppercase;
  color: #0000009a;
  margin: 30px 0;
}

.form__self {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* media start */

@media (max-width: 690px) {
  .form {
    width: 550px;
  }
}

@media (max-width: 620px) {
  .form {
    width: 500px;
  }

  .form__logo {
    width: 180px;
  }

  .form__circle--img {
    width: 98px;
  }
}

@media (max-width: 570px) {
  .form {
    width: 100%;
    margin: 20px 25px;
  }

  input,
  textarea,
  button {
    width: 100%;
  }

  .form__self {
    margin: 0 30px;
  }

  .form__circle--img {
    display: none;
  }
}
