.wf-auth-modal{

display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;

background:rgba(0,0,0,0.6);

z-index:9999;

}

.wf-auth-box{

background:#fff;
padding:30px;

max-width:400px;
margin:10% auto;

border-radius:8px;

text-align:center;

}

.wf-auth-box input{

width:100%;
padding:10px;
margin:10px 0;

border:1px solid #ddd;

}

#wf-auth-next{

background:#2ecc71;
color:#fff;

border:0;
padding:10px 20px;

cursor:pointer;

}
.wf-profile-dropup{

display:none;
position:absolute;
bottom:60px;
right:10px;

background:#fff;

box-shadow:0 5px 15px rgba(0,0,0,0.2);

border-radius:8px;

overflow:hidden;

}