﻿html, body {
    height: 100%;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.3;
    color: #435270;
}

p {
    line-height: 1.5em;
    color: #999;
}

.float-container {
    border: 3px ;
    padding: 20px;
}

.login-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login-box {
    width: 360px;
    border: .2rem solid #fff;
    border-radius: .8rem;
    background-color: white;
    -webkit-box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
    opacity: 0.95;
}

.title {
    margin: 0 0 5px 0;
}

.description {
    margin: 15px 0 0 0;
    color: #60759f;
}

.login-logo {
    font-size: 35px;
    text-align: center;
    font-weight: 300;
    margin-top: 10px;
}

.logo img {
    display: inline;
    padding-bottom: 4px;
    max-height: 100%;
    max-width: 60px;
}

.login-box-body {
    background: #fff;
    padding: 10px 20px 20px 20px;
    border-top: 0;
    color: #666;
}

.login-head {
    text-align: center;
    margin: 10px 0 25px 0;
}

.error-summary {
    color: red;
    text-align: center;
    margin-top: 10px;
    font-size: 0.8rem;
}


