body{
    position:relative;
}
.login-panel{
   display:none;
    position: fixed;
    top:100px;
    z-index:100;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    
}

.p-button{
    width:100px;
    height:20px;
    line-height: 20px;
background: none;
border:none;
    /*border:1px solid transparent;*/
    /*background-color:none;*/
    /*border-color:none;*/
    border-radius: 20px;
    /*opacity: 0;*/
}

/*.flash-message{*/
/*    position: fixed;*/
/*    top:200px;*/
/*    left:50%;*/
/*    z-index:100;*/
/*    width:500px;*/
/*    height: 50px;*/
/*    background-color:yellow ;*/
    
/*}*/

/*.alert-success{*/
/*    color:green;*/
/*}*/
/*.alert-fail{*/
/*   color:red;   */
/*}*/