body {
	font-family: 'Lato', sans-serif;
	font-weight:  300 !important;
	font-size: 14px;
	text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  background: whitesmoke;
}
.img-responsive{
  -webkit-box-shadow: 0px 0px 10px 1px rgba(171,171,171,1);
-moz-box-shadow: 0px 0px 10px 1px rgba(171,171,171,1);
box-shadow: 0px 0px 10px 1px rgba(171,171,171,1);
}
.container{
  min-height: 550px;
  background: #fbfbfb;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(171,171,171,1);
  -moz-box-shadow: 0px 0px 20px -5px rgba(171,171,171,1);
  box-shadow: 0px 0px 20px -5px rgba(171,171,171,1);
}
.completed {
	display: none;
}
.completed.shown {
	display: block !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: #333;
}
.control-label.rule {
	font-size:  .9em !important;
	text-align: justify !important;
}

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

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

.form-control {
	color: #000 !important;
	font-size:  1em;
	padding: 5px 15px !important;
  outline: none !important;
  height:  auto;
  border: 2px solid #000000 !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);
}
.has-error input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.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;
	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;
}

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #222 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #222 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #222 !important;
}