﻿html {
    display: block;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Montserrat, "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, "sans-serif";   
	font-size: 16px;
}

#pluginFieldset, #report {
    position: relative;
    z-index: 2;
    top: 0;
    border: 0;
    margin-top: -220px;
    margin-left: 444px;
	color:#000000;	    
	border-width: 0px;
}
#report{
	    margin-top: -200px;
}
.login{
    float:left;
	padding-top:3px;
	vertical-align:middle;	
    width: 150px;
}
/*
#loginlabel {
    width: 150px;
}
#userlabel {
}
*/
#username, #password, #password2, #welcome {
    float: left;
}

#remember, #message, #forgotten {
    width: 320px;
    float: left;
}
#headerImage{
    text-align:left;
	position:relative;
	margin-top:200px;
	margin-left:200px;
}
#logo{
	border-width:0px;
	height:200px;
}
:root input[type=button].default,
:root input[type=submit].default{
	background-color:#006273;
	border-color:currentColor;
	border-style:none;
	border-width:0px;
	padding-top: 15px;
	padding-bottom: 30px;
	color:#fff;
	height:30px;
	min-width:10em;
	line-height:100%;
	border-radius: 30px;
	font-family: 'Montserrat', sans-serif, system-ui,-apple-system,BlinkMacSystemFont;
	font-size:15px;
	font-weight:800;
}
:root input[type=text], :root input[type=password], :root input[type=email] {
    width: 502px;
	font-size:16px;
	border:1px solid rgb(186, 186, 186);
	color:black; /*#212121;*/
	height:2em;
	line-height:142%;
}
