
html, body { height: 100%; width: 100%; margin: 0; }

body {
	color: #333;
	
}

@font-face {
    font-family: "Gloryosa";
    src: url("/common/login/fonts/Gloryosa_39756fde0f81fcf2a1dc3f352dsfsd235.eot");
    src: url("/common/login/fonts/Gloryosa_39756fde0f81fcf2a1dc3f352dsfsd235.eot?#iefix") format("embedded-opentype"),
    url("/common/login/fonts/Gloryosa_39756fde0f81fcf2a1dc3f352dsfsd235.woff2") format("woff2"),
    url("/common/login/fonts/Gloryosa_39756fde0f81fcf2a1dc3f352dsfsd235.woff") format("woff"),
    url("/common/login/fonts/Gloryosa_39756fde0f81fcf2a1dc3f352dsfsd235.ttf") format("truetype"),
    url("/common/login/fonts/Gloryosa_39756fde0f81fcf2a1dc3f352dsfsd235.svg#Gloryosa") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futureearth';
    src: url('/common/login/fonts/futureearth_2018_03_20.eot?89593278');
    src: url('/common/login/fonts/futureearth_2018_03_20.eot?89593278#iefix') format('embedded-opentype'),
    url('/common/login/fonts/futureearth_2018_03_20.woff2?89593278') format('woff2'),
    url('/common/login/fonts/futureearth_2018_03_20.woff?89593278') format('woff'),
    url('/common/login/fonts/futureearth_2018_03_20.ttf?89593278') format('truetype'),
    url('/common/login/fonts/futureearth_2018_03_20.svg?89593278#futureearth') format('svg');
    font-weight: normal;
    font-style: normal;
}

.start {
    font-family: 'futureearth';
}

.start:before {
    content: '\e814';
    font-size: 34px;
    font-style: initial;
}

.group {
    font-family: 'Gloryosa';
}

.group:before {
    content: '\f193';
    font-size: 26px;
    font-style: initial;
}

.kiosk {
    font-family: 'Gloryosa';

}

.kiosk:before {
    content: '\f2f9';
    font-size: 26px;
    font-style: initial;
}


.content_bg {
	text-align: center;
}

@media only screen and (max-width: 500px) {
 #logo{
      display: none;
}
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media all and (min-width: 500px) {
    #logo {
        margin-left: 28px;
        margin-top: 15px;
    }

@media only screen and (min-width: 601px) {
    .container {
        width: 85%;
    }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
}
}
#logo {
	margin-left: 5px;
	margin-top: 5px;
	position: absolute;
}

#content-wrapper {
    margin: auto;
}



#content-wrapper {
    width: 460px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

}	

#logo img  {
	max-width: 160px;
}

.app-button {
	height: 200px;
    width: 200px;
    position: relative;
    display: inline-block;
    border: 1px solid black;
    margin: 10px;
}
.app-button .icon {
	    display: inline-table;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
    margin-top: 20px;
}

.app-button .icon img {
        display: inline-table;
    vertical-align: middle;
}

.app-button .app-name {
	position: absolute;
    height: 40px;
    line-height: 40px;
    width: 100%;
    bottom: 0px;
    text-align: center;
}

.title {
	text-align: center;
	font-size: larger;
	font-weight: bold;
	color: #5C5B5B;
}

