.full-pane{
    position:relative;
    align-content: center;
}

#login{
    
}

#byv{
    position:relative;
    float:bottom;
}

@font-face {
    font-family: 'CognexLeagueGothic';
    src: url('leaguegothic-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

header {
    font-family: 'CognexLeagueGothic', serif;
    font-size: 40px;
    top: 0;
    left: 0;
    margin-top: -10px;
    margin-left: -10px;
    padding: 10px 10px 0px 20px;
    background: #fff200;
    color: #000000;
    width: calc(100% - 10px);
    height:48px;
}

body {
    font-size: 16px;
    font-family: 'Arial', 'Helvetica', sans-serif;
    background: #ffffff;
    color: #000000;
    margin-top: 0px !important;
    margin-left: 0px !important;
    height: 100%;
    width:calc(100% - 10px);
}