* {
	margin:0;
}
html,body {
	height:100%;
	font-family: 'Source Sans Pro',sans-serif;
}
label,
.form-horizontal .control-label {
	font-weight: normal;
	text-align: left;
}
.btn {
	margin-top: 10px;
	margin-bottom: 15px;
	border-radius: 0px;
	background: #005696;
	border-color: #052a45;
	transition: all ease 0.3s;
}
.btn:hover,
.btn:focus{
	background: #052a45;
	border-color: #052a45;
	transition: all ease 0.3s;
}
input.required {
    display: block;
    width: 100%;
	margin-bottom: 15px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.i-forgot {
	float: left;
	clear: left;
	width: 100%;
	margin-top: 10px;
	color: #777;
}	
.parent {
  position: relative;
  height: 100%;
  width: 100%;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.bap-alert {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #005696;
	color: #fff;
}
.alert .close {
	color: #fff;
}
/* RESPONSIVE UTILITIES */
/* Phone */
@media (max-width:767px) {

}
/* Larger than a phone */
@media (min-width:768px) {

}
/* Tablet */
@media (min-width:768px) and (max-width:991px) {
}
/* Small Monitor */
@media (min-width:992px) and (max-width:1199px) {
}
/* Desktop */
@media (min-width:1200px) {
}
/* Large Widescreen Desktop */
@media (min-width:1921px) {
}