@import url('https://fonts.googleapis.com/css?family=Open+Sans|Righteous&display=swap');

html, body {
    height: 100% !important;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

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

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

.login-box {
    background: #F8F9FA;
    padding: 50px;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #DEE2E6;
    text-align: center;
    box-shadow: 1px 1px 2px #DEE2E6;
}

.version {
    margin-top: 25px;
    font-size: 0.7em;
}

.form-signin {
    max-width: 330px;
    padding: 1rem;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.logo-container {
    width:140px;
    padding-bottom: 20px;
}
