/**
	login area (login button header + login layer)
*/
.HeaderLayer-Wrapper {
	position: relative;
}
/**
	login button header
*/
.HeaderLayer-showLayerButton {
	font-size: 14px;
	color: #222929;	
	cursor: pointer;
}

.HeaderLayer-layer {
	min-width: 330px;
	width: auto;
	right: 0;
	top: 25px;
	left: auto;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.HeaderLayer-layer.show {
	display: block;
}

.HeaderLayer-layer:before {
  position: absolute;
  content: '';
  top: -9px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e5e5e5;
  margin: 0 0 0 -9px;
}

.HeaderLayer-layer .uk-form-label {
	width: auto;
	font-size: 16px;
	color: #222929;
	margin-top: 8px;
}

.HeaderLayer-layer .uk-form-controls {
	margin-left: 75px;
}

.HeaderLayer-layer .uk-form-controls input {
	width: 100%;
}
/*
.Header-loginButtonContainer {
	line-height: 42px;
}
*/
.HeaderLayer-layer a {
	font-size: 12px;
	color: #10648e;
}
.HeaderLayer-layer .labelPos {
	padding-top:5px;
}
.HeaderLayer-layer .ut-opticalLink {
	color:#005599;
	text-decoration:underline;
	margin-top:12px;
}
.HeaderLayer-layer .errorStylingMessage {
	/* padding-top:10px;*/
	margin-bottom: 40px;
	padding: 15px 0;
	text-align: center;
	/* width: 540px; */
	width: 100%;
}
.HeaderLayer-layer .alert-danger{
	background: #fff1f0;
    color: #d85030;
}
.HeaderLayer-layer .errorStylingMessage a {
	font-size: 16px;
	text-decoration: underline;
	color: #10648e;
}

.layerWitherrorStylingMessage input,
.layerWitherrorStylingMessage .ButtonContainer {
	/* margin-right: 100px; */
}
.layerWitherrorStylingMessage .ButtonContainer,
.layerWitherrorStylingMessage .ButtonContainer a {
	float: right;
}
.layerWitherrorStylingMessage .ButtonContainer {
	width: 250px;
}
