.textGeo{
    display: none;
    margin: .5rem
}
.entrance{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.89);
    z-index: 1001;
}
.entrance-bar{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    padding: 1rem;
    border: 1px solid #7f7f869e;
    border-radius: 5px;
    background: #fff;
}
.screensaver{
    width: 275px;
}
h3{
   text-align: center;
   margin: 0.2rem;
   font-size: 12px;
}
#entranceInfo{
   width: 90%;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
}
#email ,#pass{
    padding: 7px 11px;
    text-align: center;
}
.textSubmit{
    margin: 0.2rem;
    font-size: 12px;
    color: red;
}
.submit-bar{
    margin: 0.3rem;
    text-align: center;
}
#button-submit{
    margin-left: 1rem;
    cursor: pointer;
}
#rememberme{
    height: 0.7rem;
    width: 0.7rem;
    cursor: pointer;
}
.textCheckbox{
  font-size: 0.9rem;
}
#buttonSubmit{
      margin-left: 15px;
      cursor: pointer;
}
@media screen and (max-height: 485px) {
  .entrance-bar {
    text-align: center;
  }
  .screensaver{
    width: 75px;
  }
  .textCheckbox{
    font-size: 12px}
}
@media screen and (max-height: 300px) {
  .screensaver{
    display: none;
  }
  .textGeo{
    display: block;
}
}