body {
  margin: 0px;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mac-core-overlay {
  background-color: rgba( 255,255,255,0.85 );
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  overflow: auto;
}


a {
  color: #007EA5;
}

.mac-app-header {
	background: transparent url('../images/banner_blue2.png') no-repeat scroll right top;
	background-size: contain;
}

.mac-backgroundImage {
	background: url('../images/destination_plane.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: 100vh;
}

.app-logo img {
  width: 5vw;
  margin-right: 15px;
}

.form-group.required .control-label:after { 
  content:"*";
  color:red;
}

.text-red {
  color: red;
}
.valign-wrap {
  display: table;
  width: 100%;
}
/* Login Page Styles */
.login-message {
  text-align: center;
}

.login-message i {
  color: red;
}

@media(min-width:778px) {
  .login-message {
    margin-top: 100px;
  }
}

.footer {
  width: 100%;
  clear: both;
}
.app-version {
  position: relative;
  bottom: 0;
  padding: 15px;
}

.app-header {
  width: 100%;
}

.app-title {
  text-decoration: underline;
}

.app-instructions {
  font-size: 1.5em;
}

.control-label {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
}

.app-form .form-control {
  height: auto;
  padding: 10px 12px;
}

.clear-fix {
  clear: both;
}
.text-lg{
  font-size: 1.25em;
}

.full-height {
  height: 100vh;
}

.content-block {
  clear: both;
}

/* Bootstrap adjustments */
.btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-link {
  --bs-btn-color: #337ab7;
}