.evjm-icon-send {
  height: 50px;
  width: 40px;
}

.evjm-icon-send .box {
  position: relative;
  height: 50px;
  width: 40px;
  -webkit-animation: box 5s infinite linear;
          animation: box 5s infinite linear;
}

.evjm-icon-send .border {
  background: #00A0E0;
  position: absolute;
}

.evjm-icon-send .border.one {
  height: 4px;
  top: 0;
  left: 0;
  -webkit-animation: border-one 5s infinite linear;
          animation: border-one 5s infinite linear;
}

.evjm-icon-send .border.two {
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  -webkit-animation: border-two 5s infinite linear;
          animation: border-two 5s infinite linear;
}

.evjm-icon-send .border.three {
  bottom: 0;
  right: 0;
  height: 4px;
  width: 100%;
  -webkit-animation: border-three 5s infinite linear;
          animation: border-three 5s infinite linear;
}

.evjm-icon-send .border.four {
  bottom: 0;
  left: 0;
  height: 100%;
  width: 4px;
  -webkit-animation: border-four 5s infinite linear;
          animation: border-four 5s infinite linear;
}

.evjm-icon-send .line {
  height: 4px;
  background: #00A0E0;
  position: absolute;
  width: 0%;
  left: 25%;
}

.evjm-icon-send .line.one {
  top: 25%;
  width: 0%;
  -webkit-animation: line-one 5s infinite linear;
          animation: line-one 5s infinite linear;
}

.evjm-icon-send .line.two {
  top: 45%;
  -webkit-animation: line-two 5s infinite linear;
          animation: line-two 5s infinite linear;
}

.evjm-icon-send .line.three {
  top: 65%;
  -webkit-animation: line-three 5s infinite linear;
          animation: line-three 5s infinite linear;
}

@-webkit-keyframes border-one {
  0% {
    width: 0;
  }

  10% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

@keyframes border-one {
  0% {
    width: 0;
  }

  10% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes border-two {
  0% {
    height: 0;
  }

  10% {
    height: 0%;
  }

  20% {
    height: 100%;
  }

  100% {
    height: 100%;
  }
}

@keyframes border-two {
  0% {
    height: 0;
  }

  10% {
    height: 0%;
  }

  20% {
    height: 100%;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes border-three {
  0% {
    width: 0;
  }

  20% {
    width: 0%;
  }

  30% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

@keyframes border-three {
  0% {
    width: 0;
  }

  20% {
    width: 0%;
  }

  30% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes border-four {
  0% {
    height: 0;
  }

  30% {
    height: 0%;
  }

  40% {
    height: 100%;
  }

  100% {
    height: 100%;
  }
}

@keyframes border-four {
  0% {
    height: 0;
  }

  30% {
    height: 0%;
  }

  40% {
    height: 100%;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes line-one {
  0% {
    left: 25%;
    width: 0;
  }

  40% {
    left: 25%;
    width: 0%;
  }

  43% {
    left: 25%;
    width: 50%;
  }

  52% {
    left: 25%;
    width: 50%;
  }

  54% {
    left: 25%;
    width: 0%;
  }

  55% {
    right: 25%;
    left: auto;
  }

  63% {
    width: 10%;
    right: 25%;
    left: auto;
  }

  100% {
    width: 10%;
    right: 25%;
    left: auto;
  }
}

@keyframes line-one {
  0% {
    left: 25%;
    width: 0;
  }

  40% {
    left: 25%;
    width: 0%;
  }

  43% {
    left: 25%;
    width: 50%;
  }

  52% {
    left: 25%;
    width: 50%;
  }

  54% {
    left: 25%;
    width: 0%;
  }

  55% {
    right: 25%;
    left: auto;
  }

  63% {
    width: 10%;
    right: 25%;
    left: auto;
  }

  100% {
    width: 10%;
    right: 25%;
    left: auto;
  }
}

@-webkit-keyframes line-two {
  0% {
    width: 0;
  }

  42% {
    width: 0%;
  }

  45% {
    width: 50%;
  }

  53% {
    width: 50%;
  }

  54% {
    width: 0%;
  }

  60% {
    width: 50%;
  }

  100% {
    width: 50%;
  }
}

@keyframes line-two {
  0% {
    width: 0;
  }

  42% {
    width: 0%;
  }

  45% {
    width: 50%;
  }

  53% {
    width: 50%;
  }

  54% {
    width: 0%;
  }

  60% {
    width: 50%;
  }

  100% {
    width: 50%;
  }
}

@-webkit-keyframes line-three {
  0% {
    width: 0;
  }

  45% {
    width: 0%;
  }

  48% {
    width: 50%;
  }

  51% {
    width: 50%;
  }

  52% {
    width: 0%;
  }

  100% {
    width: 0%;
  }
}

@keyframes line-three {
  0% {
    width: 0;
  }

  45% {
    width: 0%;
  }

  48% {
    width: 50%;
  }

  51% {
    width: 50%;
  }

  52% {
    width: 0%;
  }

  100% {
    width: 0%;
  }
}

@-webkit-keyframes box {
  0% {
    opacity: 1;
    margin-left: 0px;
    height: 50px;
    width: 40px;
  }

  55% {
    margin-left: 0px;
    height: 50px;
    width: 40px;
  }

  60% {
    margin-left: 0px;
    height: 35px;
    width: 50px;
  }

  74% {
    msthin-left: 0;
  }

  80% {
    margin-left: -50px;
    opacity: 1;
  }

  90% {
    height: 35px;
    width: 50px;
    margin-left: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes box {
  0% {
    opacity: 1;
    margin-left: 0px;
    height: 50px;
    width: 40px;
  }

  55% {
    margin-left: 0px;
    height: 50px;
    width: 40px;
  }

  60% {
    margin-left: 0px;
    height: 35px;
    width: 50px;
  }

  74% {
    msthin-left: 0;
  }

  80% {
    margin-left: -50px;
    opacity: 1;
  }

  90% {
    height: 35px;
    width: 50px;
    margin-left: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.evjm-button {
  color: white;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  background: #00A0E0;
  padding: 0.25rem 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  font-weight: bold;
  position: relative;
  min-width: 150px;
  font-family: inherit;
}

.evjm-button:hover {
  text-decoration: none;
  color: white;
  background-color: #008ec7;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.evjm-button:visited {
  color: white;
}

.evjm-loader,
.evjm-loader:before,
.evjm-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
          animation: load7 1.8s infinite ease-in-out;
}

.evjm-loader {
  color: #ffffff;
  font-size: 6px;
  position: absolute;
  text-indent: -9999em;
  transform: translateZ(0) translateY(-100%);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.evjm-loader:before,
.evjm-loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.evjm-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.evjm-loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.evjm-page-application {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  max-width: 600px;
  margin: 0 auto;
}

.evjm-page-application__image {
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}

.evjm-page-application__title {
  margin-top: 2rem;
  color: #999999;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .evjm-page-application__title {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.evjm-page-application__title--small {
  margin-top: 0.75rem;
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
}

.evjm-page-application__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .evjm-page-application__content {
    min-width: 600px;
  }
}

.evjm-page-application .evjm-icon-send {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  position: absolute;
}

.evjm-page-application__logo {
  text-align: center;
  width: 25%;
  display: flex;
  align-items: center;
}

.evjm-page-application__logo img {
  display: inline-block;
  vertical-align: top;
  height: auto;
  max-height: 80px;
}

.evjm-mt-10 {
  margin-top: 2rem;
}

.evjm-text-center {
  text-align: center;
}

