/*!
get.css
 */

#container_log {
    //position: fixed;
    //width: 340px;
    //height: 280px;
    //height: 200px;
    //top: 50%;
    //left: 50%;
    margin-top: 20px;
    margin-left: 30%;
    margin-right: 30%;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    
}

