.logo:before, .logo:after {
  content: "";
}

.logo {
  position: relative;
  display: block;
  height: 30px;
  margin: 0 auto;
  font-size: 0;
  background-size: 100%;
  outline: none;
}

.logo:before {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 193px;
  height: 30px;
  background: url(logo.svg) no-repeat 0 0;
  background-size: 100%;
}

.banner {
  position: relative;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 16px #e6ebf5cc;
  text-align: left;
  color: #3b3b3b;
  line-height: 24px;
  background: #ffffff;
}

.plain-input {
  box-sizing: border-box;
  padding: 10px;
}

.container-app-loader {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10000000000;
  background: #fff;
  opacity: 1;
}

.animated {
  -webkit-animation: rotation 1.4s infinite linear forwards;
  animation: rotation 1.4s infinite linear forwards
}

@keyframes pulse {
  from {
      transform: scale3d(.6, .6, .6);
      opacity: .4
  }

  to {
      transform: scale3d(1.10, 1.10, 1.10);
      opacity: 0
  }
}

.pulse {
  animation-name: pulse
}

.container-app-loader {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10000000000;
  background: #fff;
  opacity: 1
}

.container-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  opacity: .3
}

.container-app-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -61px 0 0 -61px;
  width: 122px;
  height: 122px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.app-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hide-pixel {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
