

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


#formTwi{
    width: 90%;
    height: auto;
    background-color: #222;
    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: #fff;
    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;
}

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

.logotwitter img{
    width: 50px;
}

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

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

input::placeholder{
    color: #ccc;
}

#submitBtn{
    width: 100%;
    padding: 7px;
    background-color: #1DA1F2;
    border: none;
    color: #fff;
}