﻿html, body {
    height: 100%;
    overflow: auto;
}

html {
    display: table;
    margin: auto;
    width: 100%;
}

body {
    display: table-cell;
    vertical-align: middle;
    overflow-y: auto;
}

.content {
    max-width: 500px;
    margin: auto;
}
body .btn-primary {
    background: #657c89 !important;
}
#formFooter a {
    color: #657c89;
}
.form-control {
    padding: 15px 15px !important;
    height: 58px;
}
.text-danger {
    display: block;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background-color: #255fc3;
}