.header {
    height:80px;
    width:100%;
    background:#F2F2F2;
    display:flex;
}

.header > div {
    display:inline-block;
}

.fg_logo_layer {
    height:29px;
    width:100%;
    background-color:white;
    position:relative;
    margin-top:50px;
    border-top:1px solid #DFDFDF;
}

.fg_logo_layer > div {
    background:white;
    height:50px;
    width:200px;
    border-top-right-radius:20px;
    border-right:1px solid #DFDFDF;
    position:relative;
    top:-30px;
    margin-top:-20px;
    display:inline-block;
}

.logo {
    background-image:url(../../../data/images/logo_v1.png);
    background-size:160px 40px;
    background-repeat:no-repeat;
    width:160px;
    height:40px;
    margin:0 auto;
    position:relative;
    top:10px;
}

.slogen {
    font-size:14px;
    font-weight:bold;
    color:#282828;
    margin-left:-170px;
    position:relative;
    top:-15px;
}

.btm {
    padding:2px;
    border:1px solid grey;
    border-top:none;
    background:linear-gradient(to bottom, white, #129657,#129657,#129657);
    text-align:center;
    width:300px;
}

.btm > a {
    text-decoration:none;
    color:white;
    width:100%;
    display:inline-block;
}

.log_status {
    float:right;
    margin-right:20px;
    text-align:right;
}

.log_status > a {
    text-decoration:none;
    color:#129657;
}

.log_status > a:hover {
    text-decoration:underline;
}