body
{ 
	margin:0px;
    border:0px; 
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	box-sizing:border-box;
}

		

::-webkit-scrollbar {
    width: 10px;
    height:10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

TEXTAREA
{
    box-sizing:border-box;
}

INPUT
{
    box-sizing:border-box;
}

DIV
{
    box-sizing:border-box;
}

A
{
    text-decoration:none;
}
A:hover
{
    text-decoration:underline;
}

h1
{
	margin:0px;
}

P.splash
{
	margin:0px;
	
}


.splash .cms-user-login
{
    background-color:#ffffff91;
}

.splash
{
    position:absolute; 
    background-size:cover;
    background-repeat:no-repeat;
    top:0px; 
    left:0px; 
    right:0px; 
    bottom:0px;
    text-align:center;
    min-width:870px;
    overflow:auto;
}

.splash INPUT
{
    background-color:white;
    color:black;
}

.logo_container
{
    margin-top:10px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    height:200px;
}

.partner_container
{
    position:absolute;
    top:10px;
    left:10px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    height:100px;
    width:200px;
}

.customer_container
{
    position:absolute;
    top:10px;
    right:10px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    height:100px;
    width:200px;
}




.start_page_title
{
    color: black;
    text-shadow: 0 0 0px #000, 0 0 0px #000, 0 0 0px #000000, 0 0 10px #000000, 0 0 0px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 3px #000000;
    font-size: 48px;
    width: 100%;
    text-align: center;
}

.start_page_container
{
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #ffffffc4;
    box-shadow: 0px 1px 101px 40px #ffffff, 0px 0px 0px -5px grey;
}

.start_page_info
{
    color:black;
    display:flex;
    font-size:13px;
    height:60px;
    align-items:center;
}

.start_page_info DIV
{
    width:100%;
    text-align:center;
}

input:not([type=button]), select, textarea 
{
    height: 26px;
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #000;
    padding-left:6px;
    padding-right:6px;
}

SELECT
{
    height:26px;
}

#start_page_container
{
    text-align:center;
}

.start_page_container_block
{
	margin-bottom: 10px;
}

#start_page_container LABEL
{
	color:white;
	font-size:13px;
	font-weight:bold;
}

#start_page_container input
{
	width: 200px;
    margin: 0;
    min-height: 2.2em;
    text-align: left;
    padding: 0px 5px;
    background: transparent none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d0c9c9;
    margin-top:4px;
    margin-bottom:5px;
}


A
{
    text-decoration:none;
}
A:hover
{
    text-decoration:underline;
}

