.fullScreenBG {
  background: url(/img/admin/bg_new.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  min-height:100%;
  width:100%;
}

body, .content {
  background: none;
}

#authBlock {
  width: 666px;
  margin: 100px auto 0;
  padding-bottom: 20px;
}

.alert-error {
  background: none;
  font-family: Orator;
  font-size: 22px;
  border: none;
  text-transform: uppercase;
  color: #f4d52a;
}

.auth-header {
  width: 80%;
  height: auto;
  padding: 2% 10%;
  margin: 0;
  background-color: inherit;
  text-align: center;
}

.auth-header-text {
  margin: 0;
  padding: 0;
  font-size: 40px;
  color: #ffffff;
  font-family: 'Market Deco';
  position: relative;
  top: -10px;
  left: 12px;
}

.auth-subheader-text {
  width: 100%;
  float: left;
}

#authBlock .control-group {
  width: 86%;
  padding: 2% 7%;
  height: 45px;
}

#authBlock .control-group img {
  float: left;
}

#authBlock .control-group .control-label {
  color: white;
  width: auto;
  font-size: 30px;
  margin: 0;
  padding-top: 11px;
}

#authBlock .control-group .controls {
  width: 50%;
  float: right;
  margin: 0;
  height: 100%;
}

#authBlock .control-group .controls input {
  width: 90%;
  height: 55%;
  position: relative;
  top: 10%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.form-actions {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: inherit;
  border: none;
  text-transform: uppercase;
}

.form-actions button.btn-primary {
  font-size: 23px;
  width: 30%;
  margin: 0px auto 10px;
  background-color: #d6af14;
  background-image: inherit;
  color: #ffffff;
}

.form-actions a {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.form-actions a:hover {
  text-transform: underline;
}

#authBlock {
  border: 3px solid white;
  border-radius: 50px;
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(rgba(0,0,0,.2) 0%, rgba(0,0,0,0.5) 40%, rgba(0, 0, 0,0.95) 100%);
  background: -webkit-gradient(bottom, top, color-stop(0%, rgba(0,0,0,.2)), color-stop(40%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.95)));
  background: -webkit-linear-gradient(rgba(0,0,0,.2) 0%, rgba(0,0,0,0.5) 40%, rgba(0, 0, 0,0.95) 100%);
  background: -o-linear-gradient(rgba(0,0,0,.2) 0%, rgba(0,0,0,0.5) 40%, rgba(0, 0, 0,0.95) 100%);
  background: -ms-linear-gradient(rgba(0,0,0,.2) 0%, rgba(0,0,0,0.5) 40%, rgba(0, 0, 0,0.95) 100%);
  background: linear-gradient(rgba(0,0,0,.2) 0%, rgba(0,0,0,0.5) 40%, rgba(0, 0, 0,0.95) 100%);
}

.column {display: inline-block; color: white;}

.col1 {width: 20%;}
.col2 {width: 20%;}
.col3 {width: 20%;}
.col4 {width: 20%;}

button {
  background:url(/img/admin/ButtonBlank.png) no-repeat;
  cursor:pointer;
  border:none;
  width:186px;
  height:41px;
  color: #ffffff;
  font-family: 'Plan Cher';
  font-size: 20px;
}

button.pull-left {
  margin-left: 0px;
}

button.editBtn {
  position: relative;
  margin-left: 70%;
  margin-top: 10px;
  margin-bottom: 20px;
}

button.simple {
  width: 75px;
  height: 30px;
  font-size: 13px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  margin: 10px 0px 10px 0px;
}

button:hover {
  background-position: 50% 0;
  background-position-x: 50%;
  padding: 2px 0 0 2px;
}

button:disabled, button:disabled:hover {
  background-position: 100% 0;
  background-position-x: 100%;
  padding: 0;
  color: gray;
  cursor: default;
}

/*Modifies elements Within Form Groups*/
.edit-form-group label {
  width: 150px;
  font-size: 1.25em;
  font-weight: bold;
  color: #000;
}

.edit-form-group p {
  margin-top: 0px;
}

.edit-form-group input {
  width: 360px;
}

/*Styles Coupon Property Labeling in view.html*/
.div-coupon-list {
  font-size: 1.25em;
  color: #333333;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  margin: 0;
}

.indexSignUp {
  position: absolute;
  bottom: 40px;
  text-align: center;
}

.indexSignUp.bottom120 {
  bottom: 120px;
}

@media (max-width: 940px) {
  .indexSignUp {
    position:relative;
    bottom: auto;
    margin-top: 40px;
    height: 70px;
  }
}

@media (max-height: 600px) {
  .indexSignUp {
    position:relative;
    bottom: auto;
    margin-top: 40px;
    height: 70px;
  }
}

.div-survey {
  font-family: 'Plan Cher', serif;
  text-align: left;
  color: white;
  width: 100%;
  line-height: 10px;
  height: auto;
  margin: 10px 0px;
  padding: 8px 0;
  outline: 2px solid #F4D52A;
  background-color: rgba(0, 0, 0, 0.4);
}
h5.survey {
  padding: 6px 14px;
  font-size: 20px;
}
button.survey {
  margin-right: 20px;
  margin-top: -20px;
}