

.cont-formggPlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    z-index: 9;
    display: none;
}


#formGgplay{
    width: 90%;
    height: auto;
    background-color: #fff;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    padding: 15px;
}

.closelogin{
    width: 25px;
    height: 25px;
    background-color: rgba(225,225,225,0.5);
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    align-items: center;
}

.bi-x{
    font-size: 25px;
}

.logoGgplay{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    color: #000;
}

.logoGgplay img{
    width: 50px;
}

.inpp1{
    margin-bottom: 15px;
    border: none;
    outline: none;
    margin-top: 20px;
}

.inpp1 input{
    width: 100%;
    padding: 7px;
    border: none;
    outline: none;
    border: 1.5px solid #1893E7;
    color: gray;
    font-weight: 400;
}

input::placeholder{
    color: #ccc;
}

#submitBtnEmail{
    width: 40%;
    padding: 7px;
    background-color: #1893E7;
    border: none;
    color: #fff;
    float: right;
    border-radius: 6px;
}