﻿body {
    padding-top: 5px;
    background: #f6f6f6;
    border:0px;
    overflow: auto
}
html {
    border:0px;
    overflow: auto
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0;
    padding-right: 0;
    overflow: auto
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 300px;
}
div{
    display: block;
}
.loginForm{
    /*border: 1px solid #F7DABB;*/
    max-width: inherit;
    margin: auto;
    height: inherit;
    overflow:auto;
}
.form-group{
    padding: 0px;
}
.loginForm h1{
    padding: 10px 24px;
    margin: 0;
    font-size: 24px;
    background: #F7DABB;
}
.loginForm .btn-default{
    width: 100%;
    background: #F7DABB;
    max-width: 300px;
}
.error {
    color: #FF0000;
}
.imagebox 
{
    max-width: 100%;
    display: grid;
    height: 100%;
}
.centerimage
{
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}


