body {
	font-family: 'Lato', sans-serif;
	font-weight:  300 !important;
	font-size: 14px;
	text-align: center;
	padding-top: 2em;
}

.completed {
	display: none;
}
.completed.shown {
	display: block !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}
.required-star {
	color:  red;
	font-weight:  bold;
	font-size:  1.5em;
	line-height:  0;
}

.control-label {
	font-size:  1em !important;
	font-weight:  400;
	cursor:  pointer;
	color: #42066B;
}
.control-label.rule {
	font-size:  .9em !important;
	text-align: justify !important;
}

.btn {
	background:  #AF205E;
	color:  #FFF;
}

.btn:hover,
.btn:focus,
.btn:active {
	color:  #FFF;
	background: #AF205E;
}

.form-control {
	font-size:  1em;
	padding: 5px 15px !important;
  outline: none !important;
  height:  auto;
  border: 2px solid #C30076 !important;
  border-radius: 5px !important;
	transition: .5s all;
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.01);
	-moz-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.01);
	box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.01);
}

.form-control:focus {
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.25);

	transition: .3s all;
}

form.ng-submitted input.ng-invalid,
form.ng-submitted select.ng-invalid {
	border-color: red !important;
	color:  red !important;
	outline:  1px solid red;
}


form .error-text {
	display: none;
}
form.ng-submitted .hasError .error-text {
	display: block;
	color: red;
	font-weight: bold;
	clear: both;
}

#loader {
	position: absolute;
	transition: all .7s;
	font-size: 1em;
	overflow: hidden;
	opacity: 0;
	width: 100%;
	padding-right: 30px;
	pointer-events: none;
}

form {
	opacity: 0;
}

.loader-visible {
	transition: all .7s;
	opacity: 1 !important;
}