﻿.form.box {
    width: 38%;
    margin: 200px auto 10px auto;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

button.btn.btn-success.btn-lg {
    background: linear-gradient(#006dcc, #04c) !important;
    width: 100%;
}

legend {
    text-align: center;
}

footer.footer {
    background-color: #f5f5f5;
    height: 60px;
}

footer.container {
    padding-top: 20px;
}

footer p {
    text-align: center;
}

.push {
    height: 60px;
}

.footer .container {
    padding-top: 20px;
}

.body-content {
    min-height: calc(100vh - 210px);
    margin-top: 81px;
}