html {
    height: 100%;
}

body {
    background-color: #ce7835;
    height: 100%;
    padding-top: 0;
}

.navbar.navbar-fixed-top {
    display: none !important;
}

.card {
    background-color: transparent;
    border: 0px;
}

.card .card-header {
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: #f8f08d;
}

.card input:focus {
    outline: none !important;
    border: 1px solid #f8f08d;
    box-shadow: 0 0 10px #f8f08d;
}
