body {
  background: #0f1011;
  color: white;
}

.container {
  width: 1200px;
}

input {
  border: 0;
}

input:focus {
  border: 0;
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

a {
  text-decoration: none;
}

.verification {
  padding: 80px 0;
  height: 100vh;
}

.verification .left .left-content {
  width: 80%;
}

.verification .left .left-content .title {
  font-size: 40px;
}

.verification .left .left-content .desc {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 16px;
  line-height: 1.2;
}

.verification .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.verification .form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.verification .form .form-content {
  background: white;
  border-radius: 8px;
  padding: 40px 50px 35px;
  width: 85%;
}

.verification .form .form-content .title {
  color: black;
  margin-bottom: 40px;
}

.verification .form .form-content .inputs .input {
  position: relative;
  margin-top: 16px;
  height: 55px;
  border-radius: 4px;
  border: 1px solid black;
  padding: 0 10px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.verification .form .form-content .inputs .input input {
  width: 100%;
  height: 100%;
  background: 0 0;
  z-index: 2;
  position: absolute;
  font-size: 13px;
}

.verification .form .form-content .inputs .input p {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 600;
  z-index: 1;
}

.verification .form .form-content .inputs .input p.effect {
  top: 20%;
  font-size: 12px;
}

.verification .form .form-content .inputs .input.hide {
  display: none;
}

.verification .form .form-content .inputs .input.input-border {
  border-color: #1976ff;
}

.verification .form .form-content .options button {
  width: 100%;
  margin-top: 20px;
  height: 48px;
  background-color: #000;
  color: white;
  border-radius: 4px;
}

.verification .form .form-content .options .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.verification .form .form-content .options .links a {
  color: #3572db;
  font-size: 14px;
  font-weight: 600;
}

/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  .container {
    width: 100%;
  }
  .verification .left {
    display: none;
  }
  .verification .form form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .verification .form form .form-content {
    width: 100%;
    padding: 10px 10px;
  }
  .verification .form form .form-content .title {
    font-size: 20px;
  }
  .verification .form form .form-content .inputs .nav button {
    font-size: 14px;
  }
  .verification .form form .form-content .inputs .input input {
    font-size: 13px;
  }
  .verification .form form .form-content .inputs .input p {
    font-size: 12px;
  }
  .verification .form form .form-content .options .links span {
    font-size: 12px;
  }
  .verification .form form .form-content .options .links a {
    font-size: 12px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    width: 100%;
  }
  .verification .left {
    display: none;
  }
  .verification .form form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .verification .form form .form-content {
    width: 100%;
    padding: 10px 10px;
  }
  .verification .form form .form-content .title {
    font-size: 20px;
  }
  .verification .form form .form-content .inputs .nav button {
    font-size: 14px;
  }
  .verification .form form .form-content .inputs .input input {
    font-size: 13px;
  }
  .verification .form form .form-content .inputs .input p {
    font-size: 12px;
  }
  .verification .form form .form-content .options .links span {
    font-size: 12px;
  }
  .verification .form form .form-content .options .links a {
    font-size: 12px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 100%;
  }
  .verification .left {
    display: none;
  }
  .verification .form form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .verification .form form .form-content {
    width: 100%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .verification .form form .form-content {
    width: 100%;
    padding: 20px;
  }
}
/*# sourceMappingURL=index.css.map */