body {
    width: 1920px;
    height: 1080px;
}

    body header {
        width: 1920px;
        height: 80px;
        background-color: #eeeeee;
        border-bottom: 1px solid #979797;
    }

        body header .main img {
            margin-top: 5px;
        }

    body .main-body {
        width: 1920px;
        height: 100%;
    }
#form-control{
    width: 200px;
    background-color:#eeeeee;
}