html {
    height: 100%;
}

body {
    padding-top: 50px;
    height: 100%;
}

#body {
    padding: 40px 15px;
}

button.btn, button.close {
    outline: none !important;
}

.has-error > input {
    border-color: #e55e5e !important;
    color: #e55e5e;
}
