* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Google Sans";
  font-style: normal;
  src: url("../library/fonts/GoogleSans-Regular.ttf");
}

.input-field {
  margin: 0.5rem 0 !important;
  font-family: "Google Sans" !important;
}

h1 {
  margin: 1rem 0 0 0 !important;
  font-size: 3em;
  text-align: center;
  color: #262626;
  font-weight: 100;
  text-transform: capitalize;
  letter-spacing: 4px;
  font-family: "Google Sans";
}

h5 {
  font-family: "Google Sans" !important;
  color: #262626;
  font-size: 0.75rem;
}
h5 em {
  color: tomato;
}

.main-w3layouts {
  padding: 3em 0 1em;
}

.main-agileinfo {
  width: 45%;
  margin: 3em auto;
  background: rgba(0, 0, 0, 0.85);
  background-size: cover;
}

.agileits-top {
  padding: 3em;
}

.question_tag,
.checked_button {
  color: #ffffff !important;
  margin-bottom: 0;
}

.checked_button::before {
  border: 2px solid #ffffff !important;
}

.checked_button::after {
  background: #ffffff !important;
  border: 2px solid #ffffff !important;
}

.dropdown-content li > span {
  color: #262626 !important;
}

.select-wrapper input.select-dropdown {
  padding: 0 0 0 15px !important;
}

.term-condition {
  font-size: 0.75rem;
  line-height: 13px;
  font-weight: 300;
  text-align: justify;
  color: #ffffff;
  font-family: "Google Sans";
}

.term-condition a {
  color: tomato;
  font-family: "Google Sans";
}

/* Button aniamtion */
.submit_button {
  color: #ffffff;
  position: relative;
  width: 100%;
  height: 40px;
  border: 2px solid #ffffff;
  margin: 1rem auto;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  overflow: hidden;
}

.submit_button:focus {
  background-color: transparent;
}

.submit_button:hover {
  background: rgb(32, 148, 243, 0.75);
  color: #ffffff;
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
}

.button_animation_span {
  position: absolute;
  display: block;
}

.button_animation_span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #2196f3);
}

.submit_button:hover .button_animation_span:nth-child(1) {
  left: 100%;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
}

.button_animation_span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, transparent, #2196f3);
}

.submit_button:hover .button_animation_span:nth-child(3) {
  right: 100%;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
}

.button_animation_span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #2196f3);
}

.submit_button:hover .button_animation_span:nth-child(2) {
  top: 100%;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
}

.button_animation_span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #2196f3);
}

.submit_button:hover .button_animation_span:nth-child(4) {
  bottom: 100%;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
}
/* Button animation end */

.wthree-text label {
  font-size: 0.9em;
  color: #262626 !important;
  font-weight: 200;
  cursor: pointer;
  position: relative;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.colorlib-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.colorlib-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(117, 0, 146, 0.15);
  bottom: -160px;
  -webkit-animation: square 20s infinite;
  animation: square 20s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  border-radius: 50%;
}

.colorlib-bubbles li:nth-child(1) {
  left: 10%;
}

.colorlib-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}

.colorlib-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.colorlib-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  background-color: rgba(117, 0, 146, 0.25);
}

.colorlib-bubbles li:nth-child(5) {
  left: 70%;
}

.colorlib-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  background-color: rgba(117, 0, 146, 0.2);
}

.colorlib-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.colorlib-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.colorlib-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  background-color: rgba(117, 0, 146, 0.3);
}

.colorlib-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
  }
}

@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
  }
}

.error_alert {
  background: rgba(188, 28, 64, 0.8);
  color: #ffffff;
  font-weight: 450 !important;
}

.success_alert {
  background: rgba(28, 188, 49, 0.8);
  color: #ffffff;
  font-weight: 450 !important;
}

.input_error {
  border: 2px solid #bc1c40 !important;
}

@media (max-width: 736px) {
  .main-agileinfo {
    width: 90%;
  }
  .agileits-top {
    padding: 2.2em;
  }
  input.email,
  input.text.w3lpass {
    margin: 1.5em 0;
  }
  input[type="submit"] {
    margin: 2em 0;
  }
  h1 {
    font-size: 2em;
    letter-spacing: 3px;
  }
}
