@CHARSET "UTF-8";

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    height: 100vh;
    background: url("../../unsecured/bg.png") repeat scroll 0 0
		transparent;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;
	flex-direction: column;  
	justify-content: space-between;
	margin: 0px;
	font: 12px/14px Arial, Helvetica, sans-serif;
}

.mainContainer {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.loginContainer {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;  
}

.loginBox {
	flex:5;
	font: 15px Arial, Helvetica, sans-serif;
}
.loginBox a {
    font: 15px Arial, Helvetica, sans-serif;
}

.loginBox input[type="text"],.loginBox input[type="password"] {
	flex:2;
	font: 15px Arial, Helvetica, sans-serif;
}

#form {
	width: 100%;
}

#loginForm {
	width: 100%;
}

.footerContainer {
	
}

.logo_cs {
    background: url("../../unsecured/logo_cs.svg") no-repeat scroll left top transparent;
    background-size: 210px 90px;
    min-width: 210px;
    display: block;
    height: 0;
    left: 0;
    overflow: hidden;
    padding: 100px 0 0 0px;
}

.logo_sk {
    background: url("../../unsecured/logo_sk.svg") no-repeat scroll left top transparent;
    background-size: 210px 90px;
    min-width: 210px;
    display: block;
    height: 0;
    left: 0;
    overflow: hidden;
   	padding: 100px 0 0 0px;
}

.logo_flex {
	-webkit-box-flex: 4 100 0;      /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-flex: 4 100 0;         /* OLD - Firefox 19- */
  	/*width: 20%;               /* For old syntax, otherwise collapses. */
  	-webkit-flex: 4 100 0;          /* Chrome */
  	-ms-flex: 4 100 0;              /* IE 10 */
	flex: 4 100 0;
}

.flexRow {
	display: table-row;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;
}
.flexWrap {
	-webkit-box-flex-wrap: wrap;
	-moz-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexAlignCenter {
	-webkit-box-justify-content: center;
	-moz-box-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.flexColumn {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;
	-webkit-box-flex-direction: column;
	-moz-box-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.pageTitleRow {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;
	-webkit-box-flex-direction: row;
	-moz-box-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 10px;
	-webkit-box-justify-content: center;
	-moz-box-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	font-size: 20px;
}
.pageTitle {
	font-size: 30px;
}

.errorMessage {
	color: red;
	
}

.loginRow {
	display: table-row;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;
	-webkit-box-flex-direction: row;
	-moz-box-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: center;
	margin: 10px;
}
.loginLabel {
	-webkit-box-flex: 3;      /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-flex: 3;         /* OLD - Firefox 19- */
  	/*width: 20%;               /* For old syntax, otherwise collapses. */
  	-webkit-flex: 3;          /* Chrome */
  	-ms-flex: 3;              /* IE 10 */
	flex:3;
	text-align: right;
	font-weight: bold; 
	padding-right: 8px;
}
.loginInput {
	font-size: 15px;
	-webkit-box-flex: 2;      /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-flex: 2;         /* OLD - Firefox 19- */
  	/*width: 20%;               /* For old syntax, otherwise collapses. */
  	-webkit-flex: 2;          /* Chrome */
  	-ms-flex: 2;              /* IE 10 */
	flex:2;	
	border: 1px solid #F2B2B9 !important;
	background-color: white !important;
	background-image: none !important;
	height: 30px;
}


.loginButton, .loginButton[type="submit"] {
	-webkit-box-flex: 3;      /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-flex: 3;         /* OLD - Firefox 19- */
  	/*width: 20%;               /* For old syntax, otherwise collapses. */
  	-webkit-flex: 3;          /* Chrome */
  	-ms-flex: 3;              /* IE 10 */
	flex:3;	
	padding-left: 1px;
	padding-right: 1px;
	/* background-repeat: repeat-x;
	background-position: top left;
	background-color: #e4e4e4;
	background-image: none; */
}
.loginButton:hover, .loginButton[type="submit"]:hover {
	background-color: #c0d7be;
	background-image: none;
}

.submit {
    background-color: #DE0059 !important;
    border: 0 none;
    color: #FFFFFF;
    padding: 8px 0px;
    text-transform: uppercase;
    display: block;
    background-image: none !important;
    width: 90px;
}

.navLink {
	font-size: 15px;
	flex: 3;
	text-align: center;
	border: #F5D1D1 solid 1px;
	height: 24px;
	padding-top: 4px;
}


#footer {
    border-top: 1px solid #DFDFDF;
    font-size: 140%;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    text-align: center !important;
}
.footerStringElement {
	margin: 0 3px;
}

#footer a {
    color: #DE0059;
    text-decoration: none;
    font-size: 16.8px;
}
