body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: table;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}

body {
    display: table-cell;
    vertical-align: middle;
}

.frontpage-form {
    display: table;
    margin: auto;
    padding: 40px 40px 40px 40px;
    text-align: center;
    width: 30%;
    min-width: 280px;
    max-width: 400px;
    background: #F3F3F3;
}

.frontpage-input {
    box-sizing: border-box;
    border: 1px solid lightgrey;
    background-image: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px 10px 10px;
    width: 100%;
    border-radius: 0.30em;
}

.frontpage-btn {
    width: 100%;
    border: none;
    height: 2.5em;
    line-height: 2.5;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0 1em;
    font-size: 18px;
    letter-spacing: 0.02rem;
    text-decoration: none;
}

.frontpage-forgotpasswordlink {
    float: right;
    font-size: 12px;
    text-decoration: none;
}

.frontpage-forgotpasswordlink:hover { text-decoration: underline; }

.frontpage-logo {
    width: 100%;
    margin-bottom: 25px;
    max-height: 150px;
}

.frontpage-msg {
    padding: 1px 15px;
    line-height: 1.25em;
    font-size: 14px;
    margin-bottom: 10px;
}

.frontpage-alert .alert button {
    display: none !important;
}

.frontpage-alert .alert {
    background: #faebeb !important;
    border: 1px solid #f5d7d7 !important;
    color: #721c24 !important;
}

.frontpage-success .alert {
    background: #e6f5e9 !important;
    border: 1px solid #d4edda !important;
    color: #155724 !important;
}

.frontpage-helptext {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.25em;
    text-align: left;
}

.frontpage-divider {
    height: 2px;
    background: #333;
    margin-bottom: 25px;
}
