body{
    
    font-family: 'Dosis', sans-serif;
    background-image: linear-gradient(rgb(5, 65, 138),rgb(5, 65, 138), rgb(30, 131, 255),rgb(218, 229, 255), rgb(5, 65, 138) , rgb(5, 65, 138));
    margin-top: 3%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 3%;
    
    
    
}

.login-design
{    
    width: 100%;
    height: 850px;
    background-color: rgb(246, 246, 244);
    justify-content: center;
    display: flex;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius:50px;
    border-top-right-radius: 50px;  
    
    
    
}
.pop-wsp_chat_box{
    font-family: Arial,Helvetica,sans-serif;
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    bottom: 143px;
    right: 25px;
    transform: translate(0,50px);
    transition: 0.4s ease all;
    background-color: #e7e8e9;
    max-width: calc(100% - 50px);
    display: none;
    height: auto;
    }
    .pop-wsp_chat_box:hover,
    .pop-wsp_chat_box:focus,
    .pop-wsp_chat_box:active{
    box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    }
    .pop-wsp_heading{
    position: relative;
    padding: 15px 43px 17px 74px;
    color: #ffffff;
    background: #0ed32c;
    }
    .pop-wsp_heading:before{
        content: '';
    background: url('https://i.pinimg.com/originals/ff/d4/3f/ffd43fee0ffd86df2884d89845f406da.png') center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
    }
    .close {
        position: absolute;
        right: 8px;
        top: 0px;
        font-size: 40px;
        font-weight: bold;
        color: #f1f1f1;
      }
      
      .close:hover,
      .close:focus {
        color: #f44336;
        cursor: pointer;
      }
    .pop-wsp_title{
    padding-top: 2px;
    padding-bottom: 10;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    }
    .pop-wsp_intro{
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
    }
    .wa__cs_img_wrap{
        width: 79px;
        height: 79px;
        border-radius: 50%;
        border: 3px solid #ffffff;
        position: relative;
        overflow: hidden;
    }
    
    
    
    
    
    .pop-wsp_content_item{
        margin: 17px 35px 10px;
        background-color: #e7e8e9;
    }
    .pop-wsp_content_item:nth-child(1){
        transition-delay: 0.3s;
    }
    .pop-wsp_content_item:nth-child(2){
        transition-delay: 0.5s;
    }
    .pop-wsp_content_item:nth-child(3){
        transition-delay: 0.7s;
    }
    .pop-wsp_content_item:nth-child(4){
        transition-delay: 0.9s;
    }
    .pop-wsp_content_item:nth-child(5){
        transition-delay: 1.1s;
    }
    .pop-wsp_content_item:nth-child(6){
        transition-delay: 1.3s;
    }
    .pop-wsp_content_item:nth-child(7){
        transition-delay: 1.5s;
    }
    .pop-wsp_content_item:nth-child(8){
        transition-delay: 1.7s;
    }
    .pop-wsp_content_item:nth-child(9){
        transition-delay: 1.9s;
    }
    .pop-wsp_content{
    background-color: #0ed32c;
    padding: 13px 20px 21px 19px;
    text-align: center;
    }
    .socio{
        background:url(https://demo.ninjateam.org/whatsapp-chat-wordpress/wp-content/uploads/sites/47/2018/11/17299bc407878ac0b9a914493b172fce_169x169.jpg)center center no-repeat;;
        background-size: cover;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .name{
        color: #363c47;
    font-size: 13px;
    }
    .duty{
        font-size: 11px;
    color: #212224;
    padding: 2px 0 0;
    }
    /*Boton de Wsp donde se da click para abrir una ventana emergente*/
    .pop-wsp{
    box-sizing: border-box;
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999;
    }
    .clasecita{
        display: flex;
    }
    .pop-wsp_txt{
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 7px;
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    border-radius: 4px;
    transition: 0.4s ease all; 
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
    display: inline;
    }
    a{
        text-decoration: none;
    }
.pop-wsp_txt2{
    width:68%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 7px;
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    border-radius: 4px;
    transition: 0.4s ease all; 
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
    display: inline;
    }
    .pop-wsp_icon{
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);

    }

    .pop-wsp_icon:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('../image/Whatsapp_37229.png') center center no-repeat;
    background-size: 30px auto;
    transition: 0.4s ease all;
    }
    .pop-wsp_icon::after{
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('../img/x_icon.svg') center center no-repeat;
    background-size: 14px auto;
    transition: 0.4s ease all;
    transform: scale(0) rotate(-360deg);
    }













 
.waves{

width: 60%;
background-image: url(../image/medico.jpg);
background-size: cover;
background-position: center;
justify-content: center;
align-items: center;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;

}

.paciente{

    width: 60%;
    background-image: url(../image/icono.jpg);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    
}


.empresa{

    width: 60%;
    background-image: url(../image/imagenn.jpg);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
        
}


.usuario{

    width: 60%;
    background-image: url(../imagenes/P-200-Eye-03427wf.jpg);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
            
}

















  .collabcenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:50px;
    width: 48%;
    border-top: 20px;
    
   
}

.login{

width: 50%;
float: left;
justify-content: center;
align-items: center;
border-bottom-right-radius:50px;
border-top-right-radius: 50px;




}
.login-data{
   
    text-align: center;
    width: 100%;
}
.login-data h1{
font-weight: 700;
color: #006ec8;
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
    font-family: 'Dosis', sans-serif;
    
}


.login-content .input-div{
	
    display: grid;
    grid-template-columns: 7% 93%;
    text-align: center;
    padding: 4px 0;
    border-bottom: 2px solid #777a7e;
    
    position: relative;
    width: 68%;
    margin: 0 auto;
    margin-bottom: 2rem;
}


.input-div > div{
    position: relative;
	height: 45px;
}

.input-div > div > h5{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #99a0a8;
	font-size: 20px;
	transition: .3s;
    font-weight: 800;
}

.input-div:before, .input-div:after{
	content: '';
	position: absolute;
	bottom: -2.2px;
	width: 0%;
	height: 2.5px;
	background-color: #00d3c6;
	transition: .4s;
}

.input-div:before{
	right: 50%;
}

.input-div:after{
	left: 50%;
}

.input-div.focus:before, .input-div.focus:after{
	width: 50%;
}

.input-div.focus > div > h5{
	top: -5px;
	font-size: 17px;
    font-weight: 800;
    color: #000305;
    left: 20px;
}

.input-div.focus > .i > i{
	color: #00d3c6 ;
}
.input-div i{
    position: absolute;
    top: 11px;
    left: 2px;
    color: #777a7e;
    font-size: 1.6rem;
}




.input-div > div > input{
	position: absolute;
	left: 10px;
	top: -5px;
	width: 100%;
	height: 3.5rem;
	border:  none;
    
    
	outline: none;
	background: none;
	padding: 0.5rem 0.7rem;
	font-size: 1.5rem;
	color: rgb(0, 0, 0);
	
}
 .texto{
     
     font-family: 'Dosis', sans-serif;
     color: rgb(0, 0, 0);
     font-size: 19px;
     line-height: 20px;
     font-weight: bold;
     vertical-align: middle;
     margin-left: 120px;
     margin-right: 120px;
     text-align: justify;
     
     }


.btn-login{                      
     border-radius: 3rem;
    width: 60%;
    border: 4px solid #00d3c6 ;
    line-height: 2rem;
    font-size: 1.5rem;
    background-color: #00d3c6 ;
    color: #ffffff;
    padding: 0.5rem 0;
    transition: 0.10s ease-in-out all;
    font-weight: 5;
}
.btn-login:hover{
    cursor: pointer;
    background-color: #ffffff;
    color: #00d3c6 ;
}

@media screen and (max-width: 1920px) {
    .login
    {
        background-color: #ffffff;  
    }
}

@media screen and (max-width: 867px) 
{    
    .login
    {
        width: 100%; 
        float: none;    
    }
    .paciente
    {
        width: 0%; 
        float: none;
        visibility: hidden;
    }
    .empresa
    {
        width: 0%; 
        float: none;
        visibility: hidden;
    }
    .usuario
    {
        width: 0%; 
        float: none;
        visibility: hidden;
    }
    .waves
    {
        width: 0%; 
        float: none;
        visibility: hidden;
    }
     .texto
     {
     margin-left: 50px;
     margin-right: 50px;
     
     }
}
