
body
{
	font-family: Arial;
	margin:0;
	padding:0;
	
	overflow: auto;
	height: 100%;
}

*, :after, :before {
    box-sizing: border-box;
}


input 
{
	-webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button,input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input, select, textarea {
    border: none;
    padding: .8em;
    width: 100%;
    background-color: #fefefe;
}

input:focus, select:focus, textarea:focus {
	 border: none;
	 border-color: #aaa;
     outline: 0;
}
/***************************************************/
/** Form classes ***********************************/
.btn
{
	padding: .8em;
	 
	border: none;
    border-color: #aaa;
    outline: 0;
}
.btn-block
{
	display:block;
    width:100%;
}
.btn-login
{
	color:#ffffff;
    background-color: #899cab;
}
.btn-login:active, 
.btn-login:active:focus, 
.btn-login:active:hover, 
.btn-login:focus, 
.btn-login:hover, 
.btn-login:visited 
{
    background-color: #6a7a86;
}

.btn-login:hover {
    box-shadow: inset 0 0 100px rgb(0 0 0 / 13%);
}
.btn-login:active:focus, .btn-login:active:hover 
{
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

/***************************************************/
/** LoginPage **************************************/
div.loginPage
{
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(/assets/img/backgrounds/header.png);
    
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
}

div.loginContainer
{
	display: table-cell;
    vertical-align: middle;
}

div.loginWrapper
{
    max-width: 360px;
    margin: 0 auto;	
}

div.loginPanel
{
	margin-bottom: 18px;
    background-color: #fff;
    display: block;
    box-shadow: 0 2px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    border: 0;
}

div.loginPanel .loginPanelBody 
{
    background-color: #d94040;
    border-bottom: 3px solid #899cab;
    padding: 35px;
}

div.loginPanel .loginPanelBody h2
{
	margin-top: 0;
	margin-bottom: 30px;
	font-size:4em;
	color:#FFFFFF;
}

div.loginForm
{
	
}

div.loginFormGroup
{
	margin-bottom: 15px;
}
