 

#logreg-forms{
    border-radius: 10px;
    position: relative;
    z-index: 10;
    width:362px;
    margin:0  auto;
    background-color:#f3f3f3;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#logreg-forms form {
    width: 100%;
    max-width: 410px;
    padding: 15px;
    margin: auto;
}
#logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
#logreg-forms .form-control:focus { z-index: 2; }
#logreg-forms .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#logreg-forms .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#logreg-forms .social-login{
    width:390px;
    margin:0 auto;
    margin-bottom: 14px;
}
#logreg-forms .social-btn{
    font-weight: 100;
    color:white;
    width:190px;
    font-size: 0.9rem;
}

#logreg-forms a{
    display: block;
    padding-top:10px;
    color:lightseagreen;
}

#logreg-form .lines{
    width:200px;
    border:1px solid red;
}


#logreg-forms button[type="submit"]{ margin-top:10px; }

#logreg-forms .facebook-btn{  background-color:#3C589C; }

#logreg-forms .google-btn{ background-color: #DF4B3B; }

#logreg-forms .form-reset, #logreg-forms .form-signup{ display: none; }

#logreg-forms .form-signup .social-btn{ width:210px; }

#logreg-forms .form-signup input { margin-bottom: 2px;}

.form-signup .social-login{
    width:210px !important;
    margin: 0 auto;
}

/* Mobile */

@media screen and (max-width:500px){
    #logreg-forms{
        width:300px;
    }

    #logreg-forms  .social-login{
        width:200px;
        margin:0 auto;
        margin-bottom: 10px;
    }
    #logreg-forms  .social-btn{
        font-size: 1.3rem;
        font-weight: 100;
        color:white;
        width:200px;
        height: 56px;

    }
    #logreg-forms .social-btn:nth-child(1){
        margin-bottom: 5px;
    }
    #logreg-forms .social-btn span{
        display: none;
    }
    #logreg-forms  .facebook-btn:after{
        content:'Facebook';
    }

    #logreg-forms  .google-btn:after{
        content:'Google+';
    }

}



.ver_midias *{
    transition: transform 1s; 
}  


.ver_midias * { 
    position: relative;
    margin-left: auto;
    margin-right: auto; 
}



.tela_1{
    width: 25%;
    float: left;
    height: calc(100vh - 40px); 
    max-height: calc(100vh - 40px); 

}
.tela_2{
    width: 47%;
    float: left;
    max-height: calc(100vh - 121px); 
    min-height: calc(100vh - 130px);



}
.tela_3{
    width: 28%;
    float: left;
    max-height: calc(100vh  - 50px);
    overflow: auto; 


}

@media screen and (max-width: 700px) {
    p,b,div,span{
        font-size: 18px;
    }
    .tela_1,.tela_2,.tela_3{
        position: absolute;
        top:0;
        left: 0;
        height: 100vh;
        width: 100vw;
    }
    .corpox{
        border: 0px transparent !important;
    }
    .tela_2,  .tela_3{
        display: none;
    } 


}



::-webkit-scrollbar {
    width: 15px;

}

::-webkit-scrollbar-thumb {
    height: 80px;
    background: #95a5a6; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.sem_quebrar{
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
#lista_de_chats li:hover,span:hover,svg:hover,.sem_quebrar:hover{
    cursor: pointer;
}

.form2{
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: none;
    top:0;
    left: 0;
    position: fixed; 
    background: #000;
    color: #fff;
    text-align: center;
}
.mensagens{
    overflow-y: auto;
    color: #fff; 
}
.de span, .para span {
    padding: 4px 15px; 
    margin-bottom:  5px; 
    display: block;
    width: content-box; 
}
.para span {  
    border-radius:7px;
    float:  left;
}
.de span{
    border-radius:7px; 
    float:right; 
}
#conversa_atual li span { 
    max-width: 90%;
    word-wrap:   break-word;
}
.de img, .para img, .de audio, .para audio,  .de video, .para video,   .de iframe, .para iframe{
    border-radius:4px;
    max-height:300px !important; 
    max-width:350px !important; 
}
@keyframes fa-blink {

    5% { opacity: 0.5; }
    10% { opacity: 0; } 
    20% { opacity: 0.5; }
    25% { opacity: 1; }
 
    35% { opacity: 0.5; }
    40% { opacity: 0; }
    50% { opacity: 0.5; }

    60% { opacity: 1; }


    70% { opacity: 0.5; }
    95% { opacity: 0; }

    100% { opacity: 1; }

}
.fa-blink {
    -webkit-animation: fa-blink 3s  infinite;
    -moz-animation: fa-blink 3s  infinite;
    -ms-animation: fa-blink 3s  infinite; 
    -o-animation: fa-blink 3s  infinite;
    animation: fa-blink 3s  infinite;
}

#conversa_atual{
    /*background-image: url('/config/bg.png');*/
    z-index: 600;
}
.de,.para{
    z-index: 100;
    
} 
.de span,.para span{ 
          max-width: 370px !important;
    
} 
#conversa_atual li{
    list-style: none;
    padding:  0 25px 12px 25px;

}
#conversa_atual li span img{
    max-width: 350px !important;
    max-height:  350px !important;
}