html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 60px;
}

body,
legend {
    color: #0071bc;
}

#navbar-main.navbar {
    border-radius: 0;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.35);
}

#navbar-main.navbar .navbar-brand {
    height: 74px;
    padding-bottom: 0;
    padding-top: 0;
}

#navbar-main.navbar .navbar-brand img {
    height: 47px;
    margin-top: 24px;
}

#navbar-main.navbar .navbar-nav {
    margin-top: 24px;
}

footer {
    background: #736357;
    bottom: 0;
    color: #fff;
    height: 60px;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#frm-application {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

#frm-application legend {
    margin-top: 60px;
}