html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

.text-outline{
	text-shadow:1px 1px 1px black,-1px -1px 1px black,1px -1px 1px black,-1px 1px 1px black;
}

.standards{
	position:absolute;
	bottom:-90px;
	left:0px;
	text-align:left;

	z-index:10;
}


.tooltip{
	display:inline-block;
	position:relative;
}

.tooltip .tooltiptext {
	visibility: hidden;
	background-color: white;
	color: black;
	text-align: left;
	padding: 5px 0;
	border:1px solid black;
	border-radius: 6px;
	font-size:12px;

	/* Position the tooltip text */
	position: absolute;
	bottom:105%;
	left:0px;
	z-index: 1;
	padding:5px 10px;
	display:block;
	width:400px;
	overflow:hidden;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}

.tooltip:hover{
	cursor: default;
}

.sub-main-w3 {
    position:absolute;
	transform: translate(-50%);
	width:100%;
	max-width:600px;
	left:50%;
	top:40px;
	
	z-index:1;
}

.sub-main-w3 form {
    margin:10px;
    background: rgba(68, 68, 68, 0.7);
    padding:20px 30px;
	text-align:center;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.33);
}

.form-group {
    margin-bottom: 1.5em;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.sub-main-w3 input[type="text"],
.sub-main-w3 input[type="password"] {
    width: 100%;
    color: #fff;
    outline: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 15px;
    box-sizing: border-box;
    border: none;
    background: rgba(255, 255, 255, 0.61);
    border: 1px solid #4d0013;
    box-shadow: 1px 5px 12px 0px rgba(0, 0, 0, 0.46);
}

.sub-main-w3 input[type="submit"] {
    color: #fff;
    background: #38bcfb;
    border: none;
    padding: 13px 0;
    margin-top: 30px;
    outline: none;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
}

.sub-main-w3 input[type="submit"]:hover {
    background: #000;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

.form-group-2 {
    text-align: center;
}

.hidden {
    display: none !important;
}

.footer {
	width:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.3);
	
	position:fixed;
	bottom:0px;
	display:block;
	
	z-index:0;
}