	#root {
    width: 100%;
    height: 100vh;
}
	.logo-image{
		top: 32px;
    left: 36px;
    cursor: pointer;
		display: flex;
		-webkit-app-region: no-drag;
		position: fixed;
		padding-right: 0.5rem;
    padding-left: 0.5rem;
		justify-content: flex-start;
	}
	.root-box{
		display: flex;
		width: 100%;
		height: 100vh;
		justify-content: center;
		align-items: center;
		flex-direction: column;
}
	.ui-main{
		display: flex;
		margin: 0 auto;
    -webkit-app-region: no-drag;
		padding-right: 1.5rem;
    padding-left: 1.5rem;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.ui-card{
/*	  max-width: 440px;*/
    border: 1px solid #eaecf0;
    box-shadow: rgba(22, 14, 45, 0.02) 0px 0px 40px, rgba(22, 14, 45, 0.06) 0px 0px 104px;
    border-radius: calc(18px);
		 box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(16, 24, 40, 0.8);;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.57142857;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    background: #fff;

	}
	.appui-theme-dark .app-text-fg-high, .appui-theme-darkblue .app-text-fg-high, .appui-theme-grey .app-text-fg-high, .appui-theme-light .app-text-fg-high, .appui-theme-lightbrown .app-text-fg-high, html .app-text-fg-high {
    color: rgba(16, 24, 40, 0.8)
}
	
	.ui-row{
	  display: flex;
    flex-flow: row wrap;
    min-width: 0;
	}
	.justify-center {
    justify-content: center;
}
	.text-center {
    text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: 500;
}
.nav-tabs > li{
	flex: 1 1 auto;
  justify-content: center;
	text-align: center;
	
}
.app-text-fg-hightext-center{
	align-self: flex-start; font-size: 23px; margin-bottom: 2.5rem;
}
	
.form-control{
	margin-bottom: 16px;
}
.spanlink{
	margin-top:16px;
}
.spanlink a{
	color: #1ab394;
	cursor: pointer;
}

.login3{
	border-top: 1px solid #e7eaec;
	margin-top:16px;
}
.login3 button{
	margin-top:16px;
}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:focus{
	color: #1ab394;
}
.has-error .form-control{
	margin-bottom: 2px;
}
.err-msg{
	color: #ed5565;
	font-size: 12px;
}
.tabs-container .nav-tabs,.tabs-container .nav-tabs,.tabs-container .nav-tabs,.nav-tabs{
	border:none;
}

.tabs-container .panel-body,.tabs-container .nav-tabs > li.active > a, .tabs-container .nav-tabs > li.active > a:hover, .tabs-container .nav-tabs > li.active > a:focus{
	border:none;

}
.tabs-container .nav-tabs > li{
	border-bottom: 3px solid #e7eaec;
}
.tabs-container .nav-tabs > li.active{
	border-bottom: 3px solid #1ab394;
}
.tabs-container .nav-tabs{
	display: flex;
	padding: 0 20px 0 20px;
}
	