html, body {
	margin: 0 auto; 
	font-family: "Segoe UI";
	font-size: 17px;
	padding:0;
	border:0;
	height:100%;
}
.background-table {
	display:table;
	width: 100vw;
	height: 100%;
	margin: 0 auto;
}
.background-tablerow {
	display:table-row;
}
.background-tablecell-logo {
	display: table-cell;
	background-color: white;
	y: 0px;
	text-align: left auto;
	margin: 0 auto;
}
.background-tablecell-title {
	display:table-cell;
	height: 100%;
}
.background-tablecell-content {
	display:table-cell;
	background-color: rgb(230, 229, 229);
	
}
.background-tablecell-content-red {
        display:table-cell;
        background-color: red;

}

.background-tablecell-footer {
	display:table-cell;
	background-color: rgb(230, 229, 229);
	height: 100%;
}
.body-logo {
	width: 100%; 
	margin: 0 auto; 
	padding-top: 7px; 
	padding-bottom: 2px; 
	padding-left: 45px;
}
.body-title {
	width: 1000px; 
	margin: 0 auto; 
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 0px;
	font-size: 30px;
	color: white;
	font-weight: bold;
}
.body-content {
	width: 1000px auto;
	margin: 0 auto; 
    padding-bottom:2%;
	padding-left: 30px;
	color:  White;
	background-color: rgb(7 29 73);
}
.body-footer {
	margin: 0 auto; 
}
.img-logo {
    height: 90px;
}
.content-table {
	display:table;
	width: 100vw;
	height: 100%;
	margin: 0 auto;
	background-color:#D9D9D9;
}
.content-tablerow {
	display:table-row;	
}
.content-tablecell {
	margin: auto;
}
.content-tablecell-left {
	display: table-cell;
	width: 50%;
	padding : 2px 0px 7px 6px;

}
.body-content-left {
	width: 550px;
	padding-left: 45px;
	color:  white;
	text-align: left;
	margin-left: auto;
	background-color:#071D49;
	padding-right: 20px;
	box-shadow:9px 7px 17px 0px #808080;
	height:700px;
}
.content-tablecell-right {
	display: table-cell;
	width: 50%;
	padding : 2px 0px 20px 0px;
	vertical-align: top;
}
.body-content-right {
	width: 575px;
	color: white;
	text-align: center;
	background-color:white;
	box-shadow:9px 7px 17px 0px #808080;
	height:700px;
}
.content-divider {
    display: table-cell;
    border-right: 100px;
    border-left-style: white;
    border-left-color: rgba(150, 150, 150, 1);
}
.content-h1 {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: rgb(7, 29, 73);

}
.content-h2 {
	font-size: 20px;
	text-align: left;
	color: rgb(7, 29, 73);
}
.content-buttons {
	margin: auto;
	width: 75%
}
.button-table {
	display: table;
	border: 1px solid;
	border-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	color: white;
	text-align: center;
	padding: 5px auto;
	border-radius:18px;
	height:60px;
	font-weight:bold;
	box-shadow:3px 4px #D0D0D0;
}
.button-sci {
	background-color: #071D49;
}
.button-eu {
	background-color: #4f4f4f;
}
.button-row {
	display: table-row;
}
.button-cell-left {
	display: table-cell;
	width: 20%;
	height: 100%;
	padding:5px;
}
.button-cell-right {
    display: table-cell;
    vertical-align: middle;
    width: 910px;
    height: 100%;
    text-align: center;
    padding: 0px;
	padding-right: 20px;
	margin: 0px;
	font-size: 27px;
}
.img-piv {
	width: 60px;
	height: 60px;
}
.img-form {
	width: 50px;
	height: 50px;
}
.img-form1{
	width:50px;
	height:50px;
}
.button {
	font-size: 25px;
}
.footer-table {
	display:table;
	color: rgb(7, 29, 73);
	width: 100%;
	line-height:0.90;
}
.footer-tablerow {
	display:table-row;
	color: rgb(7, 29, 73);
}
.footer-tablecell {
	display:table-cell;
	text-align: center;
	padding-top: 0px;
	color: #071D49;
}
.footer-first {
	font-size: 20px;
}
.footer-second {
	font-size: 16px;
}
.footer-third {
	font-size: 16px;
}
.footer-forth {
        font-size: 16px;
}
.warning {
	font-size:15px;
}
.warning-indent {
	display:list-item;
	margin-left: 20px;
	font-size:15px;

}
a:hover {
    text-decoration: none;
	color: inherit;
}
a {
    text-decoration: none;
	color: inherit;
}
a.footer-link {
	    text-decoration: underline;
}
a.footer-link:hover {
	    text-decoration: none;
}
