body {
  background-color: #f5f5f5;
}

h2 {
  font-weight: bold;
  color: #006eb9;
}

.d-flex {
  margin-top: 30px;
}

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 3;
}

form {
  background: #fff;
  padding: 1.5em 3em;
  border-radius: 10px;
  box-shadow: 0px 26px 30px -15px rgba(88, 88, 125, 0.2);
  backdrop-filter: blur(2px);
}

input {
  border: 1px solid rgb(148, 147, 147) !important;
}

p {
  font-size: 0.9em;
}

/*body, .wrapper {*/
/*  min-height: 100vh;*/
  /* background-color: rgb(172, 172, 172); */
/*  border-radius: 50%;*/
/*  height: 300px;*/
/*}*/

/*body::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: #7fa8c4;*/
/*  clip-path: circle(10% at 97% 10%);*/
/*}*/

/*body::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: #e99b57;*/
/*  clip-path: circle(10% at -2% 60%);*/
/*  z-index: -1;*/
/*}*/

/*.wrapper::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: #4e6e83;*/
/*  clip-path: circle(10% at 100% 10%);*/
/*}*/

/*.wrapper::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: #F58220;*/
/*  clip-path: circle(10% at 1% 60%);*/
/*  z-index: -1;*/
/*}*/

.icon {
  width: 80px;
}

@media(max-width:769px) {
  .ftco-navbar-light {
    background: #000 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
  }
  h2{
    font-size: 24px;
  }
}

@media (max-width:600px) {
  body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7fa8c4;
    clip-path: circle(15% at 97% 10%);
  }
  .wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4e6e83;
    clip-path: circle(13% at 100% 10%);
  }
}