@font-face {
  font-family: 'Win95';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/w95fa.woff2") format('woff2');
}
* {
 font-size: 105%;
 font-family: Win95;
}
.login_window{
    position: absolute;
    height:auto;
    width:auto;
    cursor:move;
}
.username_entry{
    position:absolute;
    width:34.5%;
    height:5.3%;
    top:32.8%;
    left:37.2%;
    padding:7px;
    background:url("../images/login/text_input.png");
    outline:none;
}
.password_entry{
    position:absolute;
    /* top:36%;
    left:37.6%; */
    width:34.5%;
    height:5.2%;
    top:39.8%;
    left:37.2%;
    padding:7px;
    background:url("../images/login/text_input.png");
    outline:none;
}
.confirm{
    position:absolute;
    /* top:12.6%;
    left:74.5%; */
    top:32.4%;
    left:75%; 
    /* background: url("../images/login/OK.png");
    background-size:cover; */
    width:11.5%;
    height:6.5%; 
    bg:transparent;
    font-size:40px;
    font-size: 1vw;
    font-family:Win95;
    cursor:pointer;
}

.cancel{
    position:absolute;
    /* top:21.8%;
    left:74.5%; */
    top:38.8%;
    left:75%;
    width:11.5%;
    height:6.6%;
    bg:transparent;
    font-size:40px;
    font-size: 1vw;
    font-family:Win95;
    cursor:pointer;
}
.button_img{
      width: 100%;
  height: 100%;
  object-fit: contain;
}

