body{

}
.login_panel{
    width: 500px;
    height: 300px;
    margin-top:20%;
    margin-left:35%;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    z-index: 1000;
}
.login_panel input {
    width: 300px;
    height: 40px;
    margin-bottom: 30px;
    text-align: center;
    border:none;
    border-radius: 5px;
}
.login_panel button{
    width: 300px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border:none;
    background-color:green;
    color: #fff;
    cursor:pointer;
}
.fade{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
    z-index: 10;
}
.icp{
   margin-top :230px ;
    width: 100%;
    color: #fff !important;
    text-align: center !important;
}