.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pt130 {
  padding-top: 130px;
}

.pb130 {
  padding-bottom: 130px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.pt180 {
  padding-top: 180px;
}

.pb180 {
  padding-bottom: 180px;
}

.pt200 {
  padding-top: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ugf-main {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ugf-main .ugf-slider-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  background: #f0f2f4;
}

.ugf-main .ugf-slider-wrap .ugf-slider {
  max-width: 600px;
  position: relative;
  padding-bottom: 30px;
}

.ugf-main .ugf-slider-wrap .ugf-slider .owl-dots {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ugf-main .ugf-slider-wrap .ugf-slider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #d2d7da;
  margin-left: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
}

.ugf-main .ugf-slider-wrap .ugf-slider .owl-dots .owl-dot.active {
  background: #e63a27;
}

.ugf-main .ugf-form-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 10px 0;
}

.form-wrap {
  max-width: 400px;
}

.form-wrap .logo {
  margin-bottom: 40px;
}

.form-wrap h3 {
  font-size: 3.0rem;
  color: #1c2437;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.form-wrap p {
  font-size: 1.5rem;
  color: #546274;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  margin-bottom: 35px;
}

.form-wrap form .form-group {
  margin-bottom: 25px;
  position: relative;
}

.form-wrap form .form-group .form-control {
  height: 75px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 20px 0;
  font-size: 1.3rem;
  border-radius: 15px;
  color: #546274;
}

.form-wrap form .form-group .form-control::-webkit-input-placeholder {
  color: #546274;
}

.form-wrap form .form-group .form-control::-moz-placeholder {
  color: #546274;
}

.form-wrap form .form-group .form-control:-ms-input-placeholder {
  color: #546274;
}

.form-wrap form .form-group .form-control:-moz-placeholder {
  color: #546274;
}

.form-wrap form .form-group label {
  position: absolute;
  top: 12px;
  left: 21px;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #1c2437;
}

.form-wrap form .form-group .form-control:focus ~ label {
  color: #e63a27;
}

.form-wrap form .form-group.check-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.form-wrap form .form-group.check-flex .custom-checkbox {
  margin-bottom: 10px;
}

.form-wrap form .form-group.check-flex .custom-checkbox .custom-control-input {
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 3px solid rgba(0, 0, 0, 0.08);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-wrap form .form-group.check-flex .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #e63a27;
}

.form-wrap form .form-group.check-flex .custom-checkbox .custom-control-label {
  width: auto;
  text-align: left;
  position: static;
  top: auto;
  left: auto;
  font-weight: 400;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding-left: 30px;
  cursor: default;
  height: 22px;
}

.form-wrap form .form-group.check-flex .custom-checkbox .custom-control-label:before {
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-wrap form .form-group.check-flex .custom-checkbox .custom-control-label:after {
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
}

.form-wrap form .form-group.check-flex .custom-checkbox .custom-control-label a {
  color: #e63a27;
}

.form-wrap form .form-group.check-flex a {
  color: #546274;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.form-wrap form .form-group.check-flex a:hover {
  color: #e63a27;
}

.form-wrap form .btn {
  /*height: 75px;*/
  width: 100%;
  /*display: block;*/
  background: #e63a27;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  border-radius: 15px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-wrap form .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrap form .flex-wrap .forget-pass {
  color: #e63a27;
  font-size: 1.4rem;
  font-weight: 400;
}

.form-wrap .thirdparty-login {
  margin-top: 25px;
}

.form-wrap .thirdparty-login p {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #546274;
  margin-bottom: 15px;
}

.form-wrap .thirdparty-login ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-wrap .thirdparty-login ul li {
  margin-right: 20px;
}

.form-wrap .thirdparty-login ul li a {
  height: 50px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  padding: 0 5px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrap .thirdparty-login ul li a p {
  color: #546274;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 10px;
  overflow: hidden;
  text-indent: -200px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}

.form-wrap .thirdparty-login ul li a p span {
  padding-right: 10px;
}

.form-wrap .thirdparty-login ul li a:hover {
  width: auto;
}

.form-wrap .thirdparty-login ul li a:hover p {
  text-indent: 0;
  opacity: 1;
}

.form-wrap .alternet-access {
  margin-top: 30px;
}

.form-wrap .alternet-access p {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #546274;
}

.form-wrap .alternet-access p a {
  color: #e63a27;
}

.final-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding: 120px 0;
  text-align: center;
}

.final-content .icon {
  margin-bottom: 20px;
}

.final-content h2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1c2437;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.final-content p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #546274;
  font-family: "Roboto", sans-serif;
}

.final-content .btn {
  margin-top: 30px;
  height: 60px;
  width: 200px;
  text-align: center;
  line-height: 60px;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e63a27;
  border-radius: 15px;
}

@media all and (max-width: 992px) {
  .ugf-main .ugf-slider-wrap {
    display: none;
  }
  .form-wrap {
    max-width: 100%;
  }
}

@media all and (max-width: 399px) {
  .form-wrap form .flex-wrap {
    display: block;
  }
  .form-wrap form .flex-wrap .forget-pass {
    margin-top: 20px;
  }
}
/* ================================================================== */
.ugf-content .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ugf-content .form-flex .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 200px);
  flex: 0 0 calc(100% - 200px);
  margin-bottom: 0;
}

/* .ugf-content form.form-flex .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  background: #e63a27;
  color: #ffffff;
  font-size: 1.4rem;
  height: 60px;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 0;
} */
.ugf-main .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  background: #e63a27;
  color: #ffffff;
  font-size: 1.4rem;
  height: 60px;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 0;
  margin-top: 10px;
  border-radius: 15px;
}


.ugf-content .email-verification-form .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

.ugf-content .email-verification-form .form-group:nth-child(5) {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.ugf-content .email-verification-form .form-group .form-control {
   font-size: 3.5rem;
  height: 70px;
  text-align: center;
/*   border-right: 0; */
  background-image: none;
}

.ugf-content .email-verification-form .form-group .form-control::-webkit-inner-spin-button,
.ugf-content .email-verification-form .form-group .form-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.ugf-content form {
    margin-top: 40px;
    max-width: 470px;
}
.ugf-content form.email-verification-form .btn {
    margin-bottom: 0;
    margin-left: 12px;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
}
.ugf-content h2 {
    font-size: 3.6rem;
    color: #1c2437;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.btn span {
  line-height: 0;
}

 .btn i {
  font-size: 1.0rem;
}
.ugf-content form.form-flex .btn span {
  line-height: 0;
}

.ugf-content form.form-flex .btn i {
  font-size: 2.0rem;
}
.ugf-content form .form-group .form-control {
  height: 60px;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.4rem;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ugf-content form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b2becc;
}

.ugf-content form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2becc;
}

.ugf-content form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #b2becc;
}

.ugf-content form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #b2becc;
}

@media all and (max-width: 469px) {
  .ugf-content form.email-verification-form {
    max-width: 394px;
  }
  .ugf-content form.email-verification-form .btn {
    margin-bottom: 25px;
    margin-left: 0;
  }
}
@media all and (max-width: 539px) {
  .ugf-content form.form-flex {
    display: block;
    max-width: 400px;
  }
  .ugf-content form.form-flex .form-group {
    margin-bottom: 25px;
  }
  .ugf-content form.email-verification-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 415px;
  }
  .ugf-content form.email-verification-form .btn {
    margin-bottom: 25px;
    margin-left: auto;
  }
  .resend-code {
    margin-top: 10px !important;
  }
  .ugf-wrapper .ugf-sidebar .clients {
    margin: 0;
    margin-top: 25px;
    padding: 0 15px;
  }
  .ugf-wrapper .ugf-sidebar .clients .client {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 15px;
  }
  .ugf-wrapper .ugf-sidebar.sidebar-steps .steps .step + .step {
    margin-top: 30px;
  }
  .final-content h2 {
    font-size: 3.2rem;
  }
}


@media all and (max-width: 767px) {
  .ugf-wrapper .ugf-content-block .logo {
    width: calc(100% - 30px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .ugf-wrapper .ugf-content-block .ugf-content {
    padding: 200px 0 0;
  }
  .ugf-wrapper .ugf-content-block .alternet-access {
    width: calc(100% - 30px);
    position: static;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 30px;
  }
  .ugf-wrapper .ugf-sidebar {
    position: static;
    width: 100%;
    min-height: auto;
    display: block;
    padding: 100px 0 40px;
  }
  .ugf-wrapper .ugf-sidebar.sidebar-steps .steps {
    max-width: calc(100% - 30px);
  }
  .ugf-wrapper .ugf-sidebar .testimonial-carousel {
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
  .ugf-wrapper .ugf-sidebar .clients {
    width: 100%;
    max-width: 500px;
    margin: 40px 0 0 15px;
  }
  .ugf-content form.email-verification-form {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ugf-content form.email-verification-form .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
  }
  .ugf-content form.email-verification-form .form-group .form-control {
    height: 55px;
    font-size: 2.0rem;
  }
  .ugf-content form.email-verification-form .btn {
    height: 55px;
    margin-left: 0px;
  }
}

  .ugf-form .form-group label {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1c2437;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif; }

    .ugf-form .form-group .form-control {
    height: 40px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: #ffffff;
    padding: 0 10px;
    font-size: 1.5rem;
    color: #546274; }
    .ugf-form .form-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #b2becc; }
    .ugf-form .form-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #b2becc; }
    .ugf-form .form-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #b2becc; }
    .ugf-form .form-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #b2becc; }

      .ugf-form  p {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #546274;
    margin-top: 5px;
}
.ugf-form h4 {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #1c2437;
}
.ugf-form .documents-upload-wrap .label {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1c2437;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    margin-bottom: 5px;
}
   .ugf-form  .documents-upload-wrap .nav-tabs .nav-item .nav-link.active {
        color: #e63a27;
        border-color: #e63a27; }
        .ugf-form  .documents-upload-wrap .nav-tabs .nav-item .nav-link.active img {
          opacity: 1; }
          .ugf-form .documents-upload-wrap .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 20px;
    margin-bottom: 15px;
}
.ugf-form .documents-upload-wrap .nav-tabs .nav-item .nav-link {
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: transparent;
    border-radius: 5px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    color: #546274;
    font-family: "Roboto", sans-serif;
    gap: 10px;
}
    .ugf-form .documents-upload-wrap .documents-upload .upload-item .btn-upload {
      position: relative;
      height: 230px;
      padding: 0;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      background: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      margin-bottom: 0; }
.ugf-form .documents-upload-wrap .documents-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
}
.ugf-form .documents-upload-wrap .nav-tabs {
  border-bottom: 0;
  margin-bottom: 25px; }


  .ugf-form .documents-upload-wrap .documents-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
  gap: 25px; }
  .ugf-form .documents-upload-wrap .documents-upload .upload-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 10px);
    flex: 0 0 calc(33.33% - 10px);
    height: auto;
    text-align: center;
    margin-bottom: 25px; }
    .ugf-form .documents-upload-wrap .documents-upload .upload-item .btn-upload {
      position: relative;
      height: 230px;
      padding: 0;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      background: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      margin-bottom: 0; }
      .ugf-form .documents-upload-wrap .documents-upload .upload-item .btn-upload:after {
        content: '';
        padding: 0;
        height: 70px;
        width: 70px;
        border-radius: 5px;
        border: 1px dashed rgba(178, 190, 204, 0.5);
        background: transparent;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute; }
      .ugf-form .documents-upload-wrap .documents-upload .upload-item .btn-upload img {
        position: relative;
        z-index: 2; }
      .ugf-form .documents-upload-wrap .documents-upload .upload-item .btn-upload .preview-box {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        max-width: 80%;
        max-height: 80%;
        overflow: hidden;
        z-index: 1; }
    .ugf-form .documents-upload-wrap .documents-upload .upload-item .upload-direction {
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-top: 0;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      padding: 10px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .ugf-form .documents-upload-wrap .documents-upload .upload-item .upload-direction .text {
        font-size: 1.2rem;
        font-weight: 700;
        color: #1c2437;
        font-family: "Roboto", sans-serif; }

.ugf-form .custom-checkbox {
  margin-bottom: 10px;
  margin-top: 30px; }
  .ugf-form .input-block .custom-checkbox .custom-control-input {
    height: 18px;
    width: 18px;
    border-radius: 3px;
    border: 3px solid rgba(0, 0, 0, 0.08);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .ugf-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
      background: #e63a27; }
  .ugf-form .custom-checkbox .custom-control-label {
    width: auto;
    text-align: left;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-left: 30px;
    cursor: default;
    font-weight: 400;
    color: #546274;
    font-size: 1.4rem; }
    .ugf-form .custom-checkbox .custom-control-label:before {
      top: 2px;
      left: 0;
      height: 18px;
      width: 18px;
      border-radius: 3px;
      border: 2px solid rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
    .ugf-form .custom-checkbox .custom-control-label:after {
      top: 2px;
      left: 0;
      height: 18px;
      width: 18px; }
    .ugf-form .custom-checkbox .custom-control-label a {
      color: #e63a27; }


      ================================================================
     .custom-checkbox {
  margin-bottom: 10px;
  margin-top: 30px; }
  .input-block .custom-checkbox .custom-control-input {
    height: 18px;
    width: 18px;
    border-radius: 3px;
    border: 3px solid rgba(0, 0, 0, 0.08);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
      background: #e63a27;
      border-color: #e63a27; }
  .custom-checkbox .custom-control-label {
    width: auto;
    text-align: left;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-left: 30px;
    cursor: default;
    font-weight: 400;
    color: #546274;
    font-size: 1.4rem; }
    .custom-checkbox .custom-control-label:before {
      top: 2px;
      left: 0;
      height: 18px;
      width: 18px;
      border-radius: 3px;
      border: 2px solid rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
     .custom-checkbox .custom-control-label:after {
      top: 2px;
      left: 0;
      height: 18px;
      width: 18px; }
     .custom-checkbox .custom-control-label a {
      color: #e63a27; }
      ================================================================

.ugf-form .btn {
  height: 70px;
  width: 100%;
  line-height: 70px;
  padding: 0;
  border-radius: 5px;
  background: #e63a27;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.final-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding: 120px 0;
  text-align: center; }
  .final-content .icon {
    margin-bottom: 20px; }
  .final-content h2 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #1c2437;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px; }
  .final-content p {
    font-size: 1.5rem;
    max-width: 500px;
    margin: 0 auto;
    font-weight: 400;
    color: #546274;
    font-family: "Roboto", sans-serif; }
  .final-content .btn {
    margin-top: 30px;
    height: 60px;
    width: 200px;
    text-align: center;
    line-height: 60px;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e63a27;
    border-radius: 5px; }

@media all and (max-width: 767px) {
  .navigation .logo img {
    height: 35px; }
  .navigation .nav-btns .back {
    display: none; }
  .navigation .nav-btns .get {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem; }
  .ugf-form .documents-upload-wrap .documents-upload {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ugf-form .documents-upload-wrap .documents-upload .upload-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
      flex: 0 0 calc(50% - 15px); } }

@media all and (max-width: 500px) {
  .ugf-form .input-block .file-input-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ugf-form .input-block .file-input-wrap .custom-file {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
      flex: 0 0 calc(50% - 10px); }
  .ugf-form .input-block .conditions ul {
    display: block; }
    .ugf-form .input-block .conditions ul li + li {
      margin-top: 5px; } }

@media all and (max-width: 439px) {
  .ugf-form .documents-upload-wrap .documents-upload {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ugf-form .documents-upload-wrap .documents-upload .upload-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

      .ugf-form .conditions ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 20px 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #f3f4f5;
    flex-direction: column;
}
.ugf-form .form-group {
    margin-bottom: 22px;
    width: 100%;
}
.ugf-form .form-group .custom-checkbox {
    margin-bottom: 10px;
}
.ugf-form .custom-checkbox {
    margin-bottom: 10px;
    margin-top: 30px;
}
 .ugf-form .form-group .custom-checkbox .custom-control-label a {
        color: #e63a27; }

        .ugf-form .form-group .custom-checkbox .custom-control-label {
    width: auto;
    text-align: left;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-left: 30px;
    cursor: default;
    font-weight: 400;
    color: #546274;
}
.ugf-form .form-group .custom-checkbox .custom-control-label:before {
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 3px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.ugf-form .form-group .custom-checkbox .custom-control-label:after {
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
}
.ugf-form p + div {
    margin-top: 40px;
}
.ugf-form h4 + div {
    margin-top: 40px;
}
.ugf-form .conditions ul li:nth-child(odd) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}
.ugf-form .conditions ul li.complete:before {
    content: url(../images/check-green.svg);
}
.ugf-form .conditions ul li:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: url(../images/check-grey.svg);
}
.ugf-form .conditions ul li {
    padding-left: 25px;
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    color: #546274;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}
   .ugf-form .form-group .select-input .form-control {
      width: 100%;
      padding-right: 0;
      padding-left: 15px;
      color: #b2becc;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none; }
      .ugf-form .form-group .select-input .form-control option {
        color: #546274; }
          .ugf-form .form-group .select-input span {
      position: absolute;
         top: 56px;
    right: 25px;
      height: 0;
      width: 0;
      border-top: 6px solid #b2becc;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent; }

      input[type=date]{
    color: #b2becc !important;
}
.ugf-form .btn{

}
