
.own_fb{
    align-items: center;    
    background-color: #1877F2;
    display: flex;
    height: 50px;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}

.own_gl{
    justify-content: center;
    display: flex;
}

.fb_text{
    color: white;
    width: 100%;    
    display: flex;
    justify-content: center;
}

.fb_icono{
    padding: 15px;
}

.eye-pass {
    font-size: 25px;
    margin-top: 7.5px;
    cursor: pointer;
}

@media (min-width: 375px) {
    .login{
        width: 345px;
    }
}