.main{
	border: black;
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    border-color: lightgray;
    margin-top: 1rem !important;
    max-width: 30.5rem;
}

.centeredContainer{
	text-align: center;
}

.lblsubheader{
	color: lightgray;
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder{
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}

.btn{
	margin-top:.8rem;
}