*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.passwerd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 30px;
}
.fulldiv {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.labelPass {
    padding-bottom: 40px;
    font-size: 33px;
}
.inputPass {
    padding: 8px 30px;
    margin-bottom: 30px;
    border: solid 2px;
}
.subBot {
    padding: 8px 16px;
    border: solid 2px;

}
img {
    height: 20vh;
    width: auto;
    padding-top: 40px;
}
.giyu {
    padding-left: 40px;
}
body {
    background-image: url('./img/bacground.png');
  }
.shinobu {
    text-align: end;
  }