body 
{
    width:  100%;
	height:100%;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	color:#000000;
    background-color: #FFFFFF;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-size: 100% 120%;
	margin:0;
	padding:0;
}


OLDbody {
background-color: #dbd5e0;
}
table {}

a, a:hover, a:visited { }

a, img {
    border:none;
    outline:none
}
input[type=submit] 
{
  background-color: #15BEF0; /
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
border-radius: 12px;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}

input[type=text] {
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color:#000000;
	}
input[type=text]:focus { 
font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color:#000000;
	}
select { 
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color:#000000;
}
.styled-select select { }
.styled-select { }


.webpage 
{
    width: 75%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    height:100vh;
	min-height:100%;
    margin-top: -10px;
   
}


.wrapper {
    width: 75%;
    max-width: 900px;
    height: 100%;
	min-height:1600px;
    padding-top: 50px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";       /* IE 8 */
filter: alpha(opacity=80);  /* IE 5-7 */
-moz-opacity: 0.8;          /* Netscape */
-khtml-opacity: 0.8;        /* Safari 1.x */
opacity: 0.8;               /* Good browsers */
}

.spacer {
	height:2%;
}

.toplogo 
{
    max-width:80%;
	max-height:80%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";       /* IE 8 */
filter: alpha(opacity=100);  /* IE 5-7 */
-moz-opacity: 1;          /* Netscape */
-khtml-opacity: 1;        /* Safari 1.x */
opacity: 1;  
margin-left:auto;
margin-right:auto;
}
.toplogo_img{
    max-width:100%;
	max-height:100%;
	margin-left:auto;
	margin-right:auto;
}
.footlogo 
{
	
    max-width:80%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}
.footlogo-disabledstuff
{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";       /* IE 8 */
filter: alpha(opacity=100);  /* IE 5-7 */
-moz-opacity: 1;          /* Netscape */
-khtml-opacity: 1;        /* Safari 1.x */
opacity: 1;  
}
.footlogo_img{
    max-width:100%;
	height:auto;
	
}
.form {
	padding-left:2%;
	padding-right:2%;
  	color:#FFF;
}
.bluebig{
    text-align: justify;
}
.buttons {
    width: 50%;
    margin-top: 8%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
	background-color: firebrick;
	color: firebrick; 
}
.button1 {
    float: left;
    max-width: 150px;
    width:100%;
    height: auto;
	background-color: firebrick;
	color: firebrick; 
}

.button2 {
    float: right;
    max-width: 150px;
    width:100%;
    height: auto;
	background-color: firebrick;
	color: firebrick; 
}
@media all and (max-width: 600px){
	.langbut {
	text-decoration:none; 
	border:0; 
	}
}
@media all and (min-width: 601px){
	.langbut {
	text-decoration:none; 
	border:0; 
	margin-left:4%;
	}
}