.form-text {
  max-width: 95%;
  margin: 0px auto;
}
.form-email {
  max-width: 95%;
  margin: 0px auto;
}

.alert {
	background-color: red;
}

#edit-member-tc {
	resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

#spinner_loader
{
  background:url(../../../../sites/default/files/images/spinner.gif) no-repeat center center;
  position:fixed;
  height:100%;
  width:100%;
  top:0;
  left:0;
  opacity:1.6;
}

@media {
  .spinner_loader {
    margin: 0px auto;
    width: 80px;
    height: 80px;
    position: absolute;
  }
}