#id_epass{
    background: white;
    padding: 10px;   
    margin-bottom: 10px;
    border: solid 3px;
    text-align:center;
}

#id_epass span{
    display: block;
    color: #fff;
    background-color: #f96001;
    font-size: 14px;
    padding: 3px;
}


#id_epass a{
    color: #f96001;
    text-decoration: underline;
}

.info_box{
    background: red;
    padding: 10px;
    margin-bottom: 10px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
}

