html {
  height: 100%;
}

body {
  background-image: url('../img/pexels-lukas-669619.jpg');
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.min-contain {
  min-width: 400px;
  min-height: 468px;
}

button:disabled {
  opacity: 50%;
  cursor: default;
}

.svg-text-color {
  color: #147ffa;
}

.svg-background-color {
  background: #147ffa;
}

.svg-text-value-color {
  color: #37a7f1;
}

.svg-logo-text-color {
  color: #3f3b3b;
}

.svg-logo {
  width: 7rem;
}

.svg-text-after::before {
  content: ' ';
  position: absolute;
  width: 3.2rem;
  height: 2.2rem;
  top: -1.9rem;
  right: 0.5rem;
  border: 0.14rem solid #37a7f1;
  border-top: none;
  border-left: none;
}

.svg-text-after::after {
  content: ' ';
  position: absolute;
  width: 3.2rem;
  height: 2.2rem;
  top: -2.2rem;
  left: 0.5rem;
  border: 0.14rem solid #37a7f1;
  border-bottom: none;
  border-right: none;
}


.value-border {
  top: 0.2rem;
  right: -0.4rem;
  z-index: -1;
  border: 0.14rem solid #37a7f1;
  border-top: none;
  border-left: none;
}

.label-box {
  min-width: 7.5rem;
  text-align: center;
}

.shadow {
  box-shadow: 0 10px 16px -12px rgb(0 0 0 / 80%);
}

@media screen and (max-width: 374px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 780px) {
  .left-contain {
    display: none;
  }
  .right-logo {
    display: inline-block;
  }
  .svg-logo{
    width: 10rem;
  }
}

@media screen and (min-width: 760px) {
  .left-contain {
    display: flex;
  }
  .right-logo {
    display: none;
  }
}

input:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px #fff inset;
}
