.vh-100 {
  height: 100vh;
}

input, button {
  box-shadow: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button, button::-webkit-outer-spin-button, button::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body {
  position: relative;
  overflow: hidden;
}
body > .line {
  height: 100%;
  width: 15px;
  background-color: #00A35E;
  position: absolute;
  left: calc(50% - 7.5px);
  z-index: 5;
}
body > .line .logo {
  border: 1px solid #00A35E;
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: #fff;
  border-radius: 50%;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 555;
}
body > .line .logo img {
  width: 80%;
}
body > .forms > div {
  transition: 1s;
  overflow: hidden;
  position: relative;
  background-color: #000;
  z-index: 1;
}
body > .forms > div .inner {
  position: relative;
  z-index: 555;
}
body > .forms > div .inner .card {
  transform: scale(1.1);
  transition: 1s;
}
body > .forms > div > div {
  overflow: hidden;
}
body > .forms > div > *:not(.inner) {
  opacity: 0.5;
  transition: 1s;
}
body > .forms > div:hover > * {
  opacity: 1;
}
body > .forms > div:hover .card {
  transform: scale(1);
}
body > .forms > div:hover .bg {
  transform: scale(1.1);
}
body > .forms > div .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: 1s;
}
body > .forms > div .bg img {
  height: 100%;
}
@media screen and (max-width:900px){
    body > .line {
  height: 15px;
  width: 100%;
  background-color: #00A35E;
  position: absolute;
  top: calc(50% - 7.5px);
  left:0 ;
  z-index: 5;
}
body > .line .logo {
  border: 1px solid #00A35E;
  position: absolute;
  height: 90px;
  width: 90px;
  background-color: #fff;
  border-radius: 50%;
  top: calc(50% - 90px/2);
  left: calc(50% - 90px/2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 555;
}
.forms{
    flex-direction:column !important;
}
.reception,.person{
    width:100% !important;
    height:50% !important;
}
body > .forms > div .bg img {
     min-height: 100% !important;
  width:100%;
}
.card{
    width:280px !important;
}
}/*# sourceMappingURL=login.css.map */