* {
	box-sizing: border-box;
	padding:0px;
	margin:0px;
}

body, html{	
	width:100%;
	height:100%;
	text-align:center; 
	/*background: radial-gradient(#517d79, #000909)  !important;*/	
}


#login {	
	display: grid;
	grid-gap: 10px;
}


#login .input-box img{
	width: 26px;
	filter: invert();
	margin-right: 10px;
}

#login .input-box{
	border-radius: 30px;
	padding: 10px 15px;
	background: rgba(255,255,255,0.2);
	display: flex;
	align-items: center;
}

#login input {    	     
    color: white;
	flex: 1;
	border: none;
	font-size: 16px;
	background: transparent;
	line-height: 1.428571429;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
	font-weight: bold;
}

#login input::placeholder {    	     
    color: rgba(255,255,255,0.6);	
}

#login input:focus {
	outline:none;
}

.btn {    
  background: #238ad2;
  
  font: 1em Arial, Helvetica;
  text-decoration: none;
  color: rgba(255,255,255,0.9);
  border-radius: 30px;
  
  transition: all .2s linear 0s;
}

#company-name {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	font-size: 2rem;
	border-radius: 10px;
	padding: 5px 20px;
	background: #238ad2;
	box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.3);
}

.auth{
    font-size: 1.4rem;
    padding: 10px 0;
    width:100%;
}

.btn:hover{
	cursor: pointer;
    /*background: #fdfdfd;*/
	background:#2478b3 !important;
	
}

#error {
	box-shadow: 10px 12px 10px 1px rgb(0 0 0 / 30%);
	font: 1.2em Arial, Helvetica;
    color: #d02f2f;
	background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    font-size: 1.2em;
    transition: all .2s linear 0s;
	position: absolute;    
    top: calc(100% + 10px);
    padding: 15px;
	left: 0;
	right: 0;
}

body {
    text-align: center;
    display: flex;
    align-items: center;
	justify-content: center;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.container {
    position:relative;	
    padding: 60px 20px 30px 20px;    
    /*background: #ffffff;*/
	background:rgba(255,255,255,0.2);    
    width: 340px;
    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;
}