body {
	font-family: 'LatoWeb', sans-serif;
	font-weight: normal;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	height: 100vh;
}

.container {
	background: #FFFFFF;
	width: 438px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	border-radius: 4px;
}
.logo-container {
	text-align: left;
	padding: 20px 0 20px 20px;
}

.align-center-middle {
	justify-content: center;
	align-items: center;
	align-content: center;
}
.page-header {
	 margin: 0;
	 border-color: #e3e3e3;
	 padding-left: 0;
	 padding-right: 0;
}

.view-content {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 32px;
	margin-top: 20px;
}
.header {
	font-weight: bold;
	margin-bottom: 30px;
}
label {
	font-weight: normal;
	margin-bottom: 4px;
}
.label-error-hide {
	color: #DC371B;
	display: none;
}
.label-error-show {
	color: #DC371B;
	display: inline;
}
.first-field {
	padding-top: 0;
}

.center {
	text-align: center;
}

.buttons {
	text-align: center;
	padding-top: 8px;
}

.btn-primary,
.btn-primary[disabled] {
	border-style: solid;
	border-color: #026491 !important;
	border-width: 1.25px;
	border-radius: 4px !important ;
	background-color: #ffffff !important;
	color: #026491 !important;
	width: 75px;
	height: 28px;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	stroke: #026491;
	stroke-width: 1.2px;
	font-size: 14px;
}
.btn-primary:hover {
	background-color: #026491 !important;
	color: #FFFFFF !important;
	outline: 0;
}
.btn-primary:focus {
	border-radius: 0;
	outline: 2px solid #026491 !important;
	outline-offset: 0px;
	outline-style: auto;
}
.btn-secondary,
.btn-secondary[disabled] {
	border-style: solid;
	border-color: #ABABAB !important;
	border-width: 1.25px;
	border-radius: 4px;
	background-color: #ffffff !important;
	color: #363A40 !important;
	min-width: 75px;
	min-height: 28px;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	stroke: #ABABAB;
	stroke-width: 1.2px;
	font-size: 14px;
}
.btn-secondary:hover {
	background-color: #ABABAB !important;
	color: #FFFFFF !important;
	outline: 0;
}
.btn-secondary:focus {
	border-radius: 0;
	outline: 2px solid #ABABAB !important;
	outline-offset: 0px;
	outline-style: auto;
}
.btn-link {
	cursor: pointer;
	border: none;
	background: none !important;
	color: #3D679F;
	width: 75px;
	height: 28px;
	padding: 0 !important;
	margin-left: 5px;
	margin-right: 5px;
}
.btn-link:hover {
	color: #3D679F;
	text-decoration: none;
}
.btn-link:focus {
	border-radius: 0;
	outline: 2px solid #3D679F !important;
	outline-offset: 0px;
	outline-style: auto;
	text-decoration: none;
}
.btn-wide {
	width: 150px;
}
.auth-type {
	width: 100%;
	text-align: left;
	height: 31px;
}
.auth-type:focus {
	width: 100%;
}
.auth-type-selection {
	padding-top: 10px;
}

.error-block ul {
	list-style-type: none;
	padding: 0;
	color: #FB3939;
	margin: 10px 0 0 0;
}

.field-text {
	cursor: pointer;
	padding-top: 22px;
	text-align: right;
	color: #3D679F;
}
.form-control:focus {
	border: 1px solid #026491;
	outline: 0;
	box-shadow: none;
	transition: none;
}
.form-control::after  {
	border: 1px solid #026491;
	outline: 0;
	box-shadow: none;
	transition: none;
}
.form-control {
	transition: none;
	border-radius: 2px;
}
.form-control-error:focus {
	border: 1px solid #DC371B;
}
.form-control-error::after {
	border: 1px solid #DC371B;
}
.form-control-error {
	border: 1px solid #DC371B;
}
iframe.signout {
	width: 0;
	height: 0;
	border-width: 0;
}
.provider-name {
	padding-top: 3px;
}
.validation-errors {
	padding-bottom: 10px;
}

.larger-modal {
	width: 758px;
}
.sub-selection {
	width: 100%;
	border: 0;
	padding: 0;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.auth-another-user {
	border: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #026491;
	outline: none
}
.auth-another-user:focus {
	border: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #026491;
	outline: none;
}


.subscription-list {
	height: auto;
	padding-top: 20px;
}

.list {
	overflow-y: auto;
	max-height: 320px;
}

.subscription-row: {
	padding-left: 0px;
	padding-right 0px;
	width: 100%
}
.subscription-row:focus {
	outline: none;
	border: none;
}

.subscription-list .row {
	margin: 0;
}
.sub-selection {
	border-bottom: 1px solid #B7BFC0;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.sub-selection:hover {
	background-color: #E0ECF1;
}
.sub-selection:focus {
	outline: none;
}

.sub-selection .sub-selection-name {
		display: inline-block;
		padding-left: 0px;
		width: 48%
}
.sub-selection .sub-selection-description {
	display: inline-block;
	padding-left: 10px;
	width: 48%
}
.sub-header {
	border-bottom: 2px solid #B7BFC0;
	font-size: 14px;
	line-height: 20Px;
	color: #212121;
}
.search-box {
	border: 1px solid #ccc;
	width: 100%;
	padding: 3px;
	outline: 0;
	box-shadow: none;
	transition: none;
	line-height: 30px;
	border-radius: 4px;
	height: 32px
}
.search-box:focus {
	border: 2px solid #026491;
	outline: 0;
	box-shadow: none;
	transition: none;
}

.error-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

.error-text-bold {
	text-align: center;
	font-weight: bold;
}

.error-text {
	text-align: center;
	margin: 10px 30px;
}
.field {
	padding-bottom: 22px;
}

.show-password-link {
	cursor: pointer;
	text-align: right;
	color: #3D679F;
}

.name{
	color: red;
	font-size: large; 

}

.form-control {
	border-radius: 4px;
	height: 32px;
}
.parent {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.child {
	background: #FFFFFF;
	width: 600px;
	border-radius: 4px;
	
}
.login {
	background: #FFFFFF;
	width: 438px;
	border-radius: 4px;
}

.login_page {
	background: #FFFFFF;
	width: 438px;
	border-radius: 4px;
}

.password_reset_page {
	background: #FFFFFF;
	width: 424px;
	border-radius: 4px;
}
.password_reset_page
	.field {
		padding-bottom: 12px;
	}

.password_reset_page
	.save_button {
		padding-top: 8px;
	}

.password_reset_page 
	.password_info {
		margin-bottom: 20px;
	}

.signin {
	background: #FFFFFF;
	width: 438px;
	border-radius: 4px;
}

.signin
.view-content {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 32px;
	margin-top: 20px;
}

#account-name,
#short-description {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.auth-type-selection
	.btn-primary {
		margin-left : 0px;
}

.login_page 
	.logo-container {
		padding: 20px 0 20px 20px;
	}

.login_page 
	.field {
		padding-bottom: 12px;
}
.login_page
.view-content {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 32px;
	margin-top: 20px;
}

.idendity .title {
	margin-bottom: 12px !important;
	font-size: 14px;
	color: #212121;
}

.header{
	margin-bottom: 20px;
	font-size:14px;
	color: #212121;
}

::-webkit-scrollbar {
	width: 6px !important;
	background-color: #e0e0e1 !important;
}
::-webkit-scrollbar-thumb {
	border-radius: 3px !important;
	background-color: #318ccc !important;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
}

.cancel_button {
	text-align: right;
	padding-top: 20px;
}
.cancel_button 
	.btn-secondary, .btn-secondary[disabled] {
		margin-right: 0px;
}


.test {
	position: relative;
}
.show-password-link {
	position: absolute;
	z-index: 1;
	top: 2px;
	right: 8px;
}

input::-ms-reveal,
input::-ms-clear {
	display: none;
}

.login .cookie-info-msg {
	margin: 4px 0 12px 0;
	color: #767676;
	font-size: 12px;
}

.idendity .cookie-info-msg {
	margin: 20px 0 0px 0;
	color: #767676;
	font-size: 12px;
}
