@font-face {
  font-family: 'Comfortaa';
  src: url('./Comfortaa-Regular.woff2') format('woff2'),
       url('./Comfortaa-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  color: #333;
  font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
  line-height: 18px;
  min-height: 100%;
}
h2{
  color: #333;
}
a {
  color: #000000;
}
p	{
  margin: 0 0 5px;
}

#container	{
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* Header */
#header	{
  height: 50px;
  background: url("../images/logo.png?v1.2") no-repeat 0 0;
  background-size: auto 100%;
  margin-top: 30px;
  margin-left: 70px;
}
#header h1  	{
  color: #004b6f;
  margin: 0 0 3px;
  padding: 24px 18px 0;
}
#header p {
  color: #666;
  font-size: 11px;
  font-weight: bold;
  padding: 0 18px;
}

/* Content Style */

#content		{
  background-image: url("../images/background.jpg?v1.2");
  height: 100%;
  padding-top: 50px;
  background-position: center;
  background-repeat:no-repeat;
  background-size:cover;
}
#wrapper 		{
  width: 100%;
  height: 100%;
  margin: 30px auto;
}
#content .title 	{
  padding-top: 100px;
  padding-bottom: 20px;
  color: #ffffff;
  font-family: "Comfortaa";
  font-size: 32px;
  line-height: 36px;
  margin: 0 auto;
  width:592px;
}
#content .start 	{
  font-family: "Comfortaa";
  margin: 10px auto 10px;
  width:580px;
  height:80px;
  background: #ffffff;
  background-position:395px;
  background-repeat:no-repeat;
  padding: 5px;
  border: 1px solid #bdbcbc;
  border-radius: 7px;
}

.start-col-left {
  width:300px;
  float:left;
  margin-top: 10px;
  margin-left: 10px;
}
.start-col-right {
  width:270px;
  float:left;
  margin-top: 5px;
}
.press-start {
  color: #61849c;
  font-size: 24px;
  padding: 5px;
  line-height: 30px;
}
.revnumber {
  color: #ffffff;
  font-size: 12px;
  padding:0px;
  line-height: 15px;
  width:590px;
  margin:0 auto;
  display:block;
}
.start-button {
  background-color: #f0a33a;
  color: #ffffff;
  font-size: 27px;
  padding: 10px 40px;
  line-height: 40px;
  text-transform: uppercase;
  float: right;
  width: 88px;
  margin: 5px;
  border-radius: 7px;
}
#content a ,
#content a :hover {
  text-decoration:none;
}
#content .blocks {
  width: 590px;
  margin: 0 auto;
}
#content .block  {
  width: 590px;
  padding:0px;
  float:left;
}
#content .block  h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight:normal;
  color: #61849c;
}

#content .block p {
  color: #f0a33a;
  font-size: 12px;
}

#content .block a,
#content .block a:hover,
#content .block a:active  {
  color: #f0a33a;
  text-decoration:none;
  font-size: 12px;
  float:none;
  display:block;
}
.server-type {
  color: #ffffff;
  font-size:18px;
  line-height: 30px;
  width:590px;
  margin: 10px auto auto auto;
  text-transform: uppercase;
}
#content .helpdesk {
    font-size: 12px;
    padding: 0px 0px 5px 0px;
    float: right;
    text-align: right;
    position: relative;
    left: 135px;
    color:white;
}
#content .helpdesk-logo {
  height: 80px;   
  background: url("../images/logo-FivePoints.png") no-repeat 0 0;    
  background-size: 80px;
  background-position: top right;
  margin-top: 10px;
  position: relative;
  left: 220px;
  width: 500px;
}
#content .right {
  float: right;
  text-align: right;
}
#content .left {
  float: left;
  text-align: left;
}
#content .compact {
  font-size: 12px;
  padding: 0px 0px 5px 0px;
}
.disclaimer {
  font-size: 11px;
  text-align: left;
  padding: 0px 0px 0px 0px;
  color: #61849c;
}

.logout-link {
  background: none;
  border: none;
  padding: 0;
  font-family: 'Comfortaa';
  color: #006e96;
  height: auto;
  cursor: pointer;
  line-height: 1.5;
}

.logout-link:hover {
  text-decoration: underline;
}



