.loginContainer {
    margin: 0;
    /*color:#6a6f8c;*/
    color: #9D9D9D;
    color: rgba(255, 255, 255, .5);
    /*background:#c8c8c8;*/
    /*font:600 16px/18px 'Open Sans',sans-serif;*/
    font:600 16px/18px 'Varela Round', 'Work Sans', 'Open Sans',sans-serif;
}

.loginContainer a {
    color: inherit;
    text-decoration: none
}
.loginContainer a.login {
    color: inherit;
}
    .loginContainer a.login:hover {
        color: #426f97;
    }
.loginContainer.clearfix:after, .loginContainer.clearfix:before {
    content:'';display:table
}

.loginContainer.clearfix:after {
    clear:both;display:block
}

.loginContainer *,:after,:before {
    box-sizing:border-box
}

.loginContainer .buttons {
    box-sizing: initial;
}

.box-container-wrap {
    width: 100%;
    margin: auto 60;
    max-width: 1021px;
    min-height: 400px;
    position: relative;
    /*box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);*/
    float: left;
    color: black;
    font-size: 12px;
}
.login-wrap{
    width: 50%;
	margin:auto;
	max-width:525px;
	min-height:670px;
    position: relative;
	background:url(../images/login_bg_right.jpg) no-repeat center;
	/*box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);*/
    float: inline-end;
}
.login-descr-wrap{
	width:50%;
	margin:auto;
	max-width:485px;
	min-height:670px;
    position: relative;
    background:url(../images/login_bg_left.jpg) no-repeat center;
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
    float: inline-start;
    color:#FFFFFF;
	font-size:12px;
}
.right-section-wrap {
    width: 100%;
    margin: auto;
    max-width: 500px;
    min-height: 865px;
    position: relative;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
    float: right;
    color: #FFFFFF;
}
.right-section-wrap-irideosgateway {
    width: 100%;
    margin: auto;
    max-width: 500px;
    min-height: 570px;
    position: relative;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
    float: right;
    color: #FFFFFF;
}
.left-section-wrap{
	width:100%;
	margin:auto;
	max-width:500px;
	min-height:865px;
    position: relative;
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
    float: left;
	color:#FFFFFF;
}
.left-section-wrap-irideosgateway {
    width: 100%;
    margin: auto;
    max-width: 500px;
    min-height: 570px;
    position: relative;
    /*box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);*/
    float: left;
    color: #FFFFFF;
}
.login-html{
	width:100%;
	height:100%;
	position:absolute;
	padding:90px 70px 50px 70px;
	background: #043f75;
	background: rgba(4, 63, 117, 0.5) 

}
.login-descr-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 50px 50px 50px 50px;
    /*background: rgba(238, 238, 238, 0.8); bkg assistenza*/
    text-align: center;
}
.login-html .inner-login {
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.login-html .sign-in,
.login-form .group .check{
	display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
	text-transform:uppercase;
}
.login-html .tab {
	font-size:22px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
    color:#fff;
	border-color:#1a7d98;
}
.login-descr-html .tab {
	font-size:22px;
	margin-right:15px;
	margin:0;
	display:inline-block;
	border-bottom:2px solid transparent;
    color:#3d3d3d;
}
.login-descr-html .tab-small {
	font-size:16px;
	margin-right:15px;
	margin:0;
	display:inline-block;
	border-bottom:2px solid transparent;
    color:#3d3d3d;
}
.login-descr-html .login-ul {
    font-size: 12px;
    margin-right: 15px;
    margin: 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #3d3d3d;
    text-align: left;
}
.login-descr-html .main-section {
    width: 100%;
    height: 85%;
	font-size:16px;
	margin-right:15px;
	margin:0;
	display:inline-block;
	border-bottom:2px solid transparent;
    color:#3d3d3d;
    text-align: center;
}
    .main-section a {
        color:#3d3d3d;
        text-decoration: underline;
        text-transform: lowercase;
    }
    .main-section a:hover {
        color: #283965;
        color: rgba(40, 57, 101, 0.8);
        text-decoration: underline;
        text-transform: lowercase;
    }
    .main-section a.main-link {
        color: #3d3d3d;
        text-decoration: underline;
        text-transform: capitalize;
    }
    .main-section a.main-link:hover, .main-section a.main-link:active {
        color: #5f5f5f;
        text-decoration: underline;
        text-transform: capitalize;
    }
.login-descr-html .tab-list {
	font-size:12px;
	margin-right:15px;
	margin:0;
	display:inline-block;
	border-bottom:2px solid transparent;
    color:#3d3d3d;
    text-align: left;
}
.login-descr-html .emphasis {
	font-size:12px;
	margin-right:15px;
	margin:0;
	display:inline-block;
	border-bottom:2px solid transparent;
    color:#3d3d3d;
    text-align: left;
    font-style: italic;
    font-weight: bolder;
}
.tab-small a, .login-ul a, .tab-list a {
    text-decoration: underline;
}
.tab-small a:hover, .tab-small a:active, .login-ul a:active, .login-ul a:hover, .tab-list a:hover, .tab-list a:active {
    color: #283965;
    color: rgba(40, 57, 101, 0.8);
    text-decoration: underline;
}
.login-form{
	min-height:345px;
	position:relative;
	-webkit-perspective:1000px;
	        perspective:1000px;
	-webkit-transform-style:preserve-3d;
	        transform-style:preserve-3d;
}
.login-form .group{
	margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	color:#fff;
	display:block;
}
.login-form .group .input,
.login-form .group .button{
	border:none;
	padding:15px 20px;
	border-radius:5px;
    background: #535353;
	background:rgba(255,255,255,.2);
}
.error {
    text-align: center;
    color: #FF0000;
}
.loginError {
    text-align: center;
    color: #ff9999;
}
.login-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}
.login-form .group .label{
	color:#ddd;
	font-size:12px;
}
.hr{
	height:2px;
	margin:60px 0 50px 0;
	background: #9D9D9D;
    background: rgba(255, 255, 255, .5);
}
.hr-minspace{
	height:2px;
	margin:5px 0 5px 0;
	background: #9D9D9D;
    background: rgba(255, 255, 255, .5);
}
.hr-nospace{
	height:2px;
    margin: 0;
	background: #9D9D9D;
    background: rgba(255, 255, 255, .5);
}
.hr-dark{
    height:2px;
	margin:10px 0 10px 0;
    background: #3b3b3b;
    background: rgba(61, 61, 61, .6);
}
.v-spacer20px{
	height:20px;	
}
.v-spacer50px{
	height:50px;	
}
.v-spacer100px{
    height:100px;	
}
.foot-lnk{
	text-align:center;
}
.foot-lnk a:hover{
    color: white !important;
}
.note {
    font-style: italic;
    color: #9D9D9D;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    padding-top: 3px;
}
.note a {
    color: #9D9D9D;
    color: rgba(255, 255, 255, .5);
    text-decoration: underline;
}
.note a:hover {
    color: white;
    text-decoration: underline;
}