.logo-img {
    position: absolute;
    width: 196px;
    /* height: 196px; */
    top: 30%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.google-login-img {
    position: absolute;
    width: 346px;
    /* height: 196px; */
    top: 44%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.id-box {
    position: absolute;
    width: 346px;
    /* height: 196px; */
    top: 43%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.pass-box {
    position: absolute;
    width: 346px;
    /* height: 196px; */
    top: 47%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.submit-btn {
    position: absolute;
    width: 196px;
    /* height: 196px; */
    top: 58%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: none;
}

.submit-img {
    position: absolute;
    width: 96px;
    /* height: 196px; */
    top: 58%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}