﻿html,
body {
    height: 100%;
    padding: 0 !important;
}

.container {
    height: 100%;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

.row {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.container .row > div {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#formContent {
    height: auto;
    padding: 5rem;
    background-color: #ffffff;
    box-shadow: 15px 15px #3492BA;
}

    #formContent > #logo {
        margin-bottom: 60px;
    }

.form-control {
    border: solid 1px #CCC !important;
}

button[type=submit] {
    background-color: #59abd6;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 12px;
    padding: 5px 20px;
    font-weight: bold;
    outline-style: none;
}

    button[type=submit]:hover {
        background-color: #f8da45;
        color: black;
    }

#rememberCheck {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    position: relative;
    font-size: 10px;
}

    #rememberCheck input {
        margin: 1px 0 0;
        position: absolute;
        left: 0;
        top: 0;
    }

#forgot {
    margin-left: 20px;
    font-size: 10px;
    float: right;
}
