body, html{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	text-align:center; 
	background: #ededed;
}


#login {
	padding-top:20px;
}

#main, #login {
    height: 325px;
}

#login input:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: #d9d9d9 1px solid;
}

#login input:last-child {
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#login input {
    display: block;
	border:none;
    height: 50px;
    width: 320px;
    margin: auto;
    color: #464646;
    border-bottom: 1px solid #c2c2c2 !important;
    font-size: 16px;
    padding: 6px 12px;
    line-height: 1.428571429;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	background:transparent;
}

#login input:focus {
	outline:none;
}

.btn {
  display: inline-block;
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee));
  background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%);
  background: -o-linear-gradient(top, #eeeeee 0%,#eeeeee 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%,#eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
  background: linear-gradient(top, #eeeeee 0%,#eeeeee 100%);
  /*border: 1px solid #a1a1a1;*/
  padding: 0 2em;
  margin: 0.5em;
  font: 1em/2em Arial, Helvetica;
  text-decoration: none;
  color: #fff;
  border-radius: .2em;
  background: #41c1e9; /*#48c3d6*/
  transition: all .2s linear 0s;
}

.auth{
    font-size: 25px;
    padding: 6px 12px;
    width:320px;
}

.btn:hover{
	cursor: pointer;
    /*background: #fdfdfd;*/
	background:#9ec562 !important;
	
}

#error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display:inline-block;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 20px;
    transition: all .2s linear 0s;
	position: absolute;
    width: 440px;
    margin-left: -220px;
    margin-top: -70px;
    padding: 15px 0px;
}

body {
    text-align: center;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    min-height: 700px;
}

.container {
    position:relative;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    /*background: #ffffff;*/
	background:rgba(255,255,255,0.85);
    height: 550px;
    width: 410px;
    border-radius: 15px;
	box-shadow: 10px 12px 10px 1px rgb(0 0 0 / 30%);
}

#label_logo {
    width: 440px;
    height: 180px;
    margin-left: -15px;
    border-radius: 3px 3px 0px 0px;
    margin-bottom: 30px;
    background-color: #2e4452;
    background-position: center center;
    background-repeat: no-repeat;
	border-radius: 15px 15px 0 0;
	cursor: pointer;
}

div.btn.auth {
    margin-top: 20px;
}

div.btn.auth.disabled {
    pointer-events:none;
}

#main {
    color: #5E5E5E;
    padding: 0 30px;
    font-size: 15px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#main p{
 padding:0px 15px 0px 15px;   
}

.portal-ui-list {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin-top: 30px;
	height: 210px;
}

.portal-list-item {
    width: 160px;
    height: 195px;
    box-sizing: border-box;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.middle-line {
    margin-left: 15px;
    width: 1px;
    background-color: #dddddd;
    height: 195px;
    float: left;
}

.portal-native-client {
    background: url("img/native.png") center center no-repeat;
    width: 160px;
    height: 120px;
	background-size: 100%;
}

.portal-web-client {
    background: url("img/browser.png") center center no-repeat;
    width: 160px;
    height: 120px;
	background-size: 100%;
}

.portal-list-item div {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

.portal-list-title {
    margin-top: 30px;
    color: #006990;
    font-size: 15px;
    line-height: 24px;
}

#skipPortalPage {
    font-size: 11px;
    color: #333;
    cursor: pointer;
    margin-left: -15px;
	margin-top:5px;
    width: 200px;
    padding-left:10px;
    text-align: left;
	display: flex;
	align-items:center;
}

#skipPortalPageCheckbox{
	margin-right:7px;
}

a.toMain {
    font-size: 20px;
	color: #0283aa; /* #006990;*/
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#copyright {
    position: absolute;
    bottom: 3px;
	width:95%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 10px;
	text-align:center;
    color: #5E5E5E;
}
@media only screen and (max-height: 800px) {
  body {    
    zoom: 0.9;
  }
}

@media \0screen\,screen\9 {
    /*body {display:none;}*/
}

#webClient:focus,
#nativeClient:focus {
	outline:none;
}

.link {
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	text-transform: uppercase;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}