#submit {
  display: block;
  margin: 20px 0;
}

.center {
	text-align:center;
	padding: 15px;
}

.row {
	padding-left: 10px;
	padding-right: 10px;
}

.spacing {
	padding-top: 50px;
	padding-bottom: 50px;
}

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto }

.top-padding {
	line-height: 229%;
}

.bottom-padding {
	line-height: 253%;
}

.accountsPadding{
	padding-bottom: 10px;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #31b0d5;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}

.footer {
    background-color: #d3d3d3 ;
    clear: both;
    position: relative;
    height: 14em;
    margin-top: 3em;
    width: 100%;
} 
