*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.passwerd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 30px;
}
.fulldiv {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.labelPass {
    padding-bottom: 30px;
    font-size: 45px;
    font-family: "Chicle", serif;
    font-weight: 400;
    font-style: normal;
}
.inputPass {
    padding: 8px 0;
    margin-bottom: 10px;
    border: solid 2px;
    width: 100%;
    padding-left: 10px ;
    border-radius: 20px;
}
.subBot {
    padding: 8px 16px;
    border: solid 2px;

}
.cloud-button {
    padding: 0;
    height: 7vh;
}
img {

    width: auto;
    padding-top: 30px;
}
.giyu {
    padding-left: 40px;
}
body {
    background-image: url('./img/bacground.png');
  }
.shinobu {
    text-align: end;
    
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    overflow: auto;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.modal.show {
    display: block;
    opacity: 1;
    transform: scale(1);
}

.modal-content {
    background-color: #fefefe;
    margin: 60% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: center;
    border-radius: 20px;
    animation: bounceIn 0.4s ease-out;
}

/* Bounce-in effect */
@keyframes bounceIn {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

.giff {
    height: 25vh;
    width: auto;
}
.modal-h2 {
    padding-bottom: 20px;
}
.modal-button {
    padding: 8px 20px;
    border-radius: 20px;
}
.giyu-pic {
    height: 35vh;
    padding-top: 30px;
}
.shinobu-pic {
    height: 30vh;
}