﻿html, body {
    height: 100%;
    background-color: #cf9a0a;
}

body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

.form-signin {
    border: 1px solid #ced4da;
    border-radius: 12px;
    padding: 15px;
    background-color: #fff;
    width: 400px;
    margin: 0 auto;
    background-color: #f5f5f5;
    border-radius: 8px;
}

.form-control {
    height: 50px;
    width: 400px;
}

.form-control, .btn {
    width: 100%;
}

.btn {
    height: 50px;
}

footer {
    position: sticky;
    bottom: 0;
}
