.piaEmpBox{
    float:left;
    min-height:200px;
}
.piaUl{
    margin-top:40px;
}



* {
    box-sizing: border-box;
    moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
}

#csh-login-wrap{
    max-width: 450px;
    min-width: 320px;
    display: none;
    z-index: 99999;

position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}



.go_to_login_link, .PostNowButton{
    display:inline-block;
    width:325px;
    height:40px;
    border-radius: 15px;
    background-color: red;
    color:#FFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding:8px;
    margin:0 20px 20px 0;
}


.login_dialog {
    position: relative;
}

.login_dialog button, input, select, textarea, label{
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 16px !important;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.66;
}

.login_dialog h2 {
    color:#FFF;
    font-size: 44px !important;
}

.login_dialog label {
    font-size:20px!important;
    color:#fff;
    font-weight: bold;
    display: inline-table;
    margin-bottom: 5px;
}


.login_dialog input::placeholder {
    opacity: 0.8 !important;
}


a.boxclose{
    position: absolute;  
}

#allow_pass{
	display: none;
}

.pass_and_register a {
    text-decoration: none;
    
    color:#fff!important;
    
}
