/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #286BC7;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #286BC7;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #FFFFFF;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #666666;
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  /* color: rgba(255, 255, 255, .5); */
  color: #286BC7;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
  .cover {
    min-width:40rem;
    height:100%;
    border:1px solid #9B9B9B;
  }
}

@media (max-height: 60em) {
  .cover {
    height:910px;
    /*border:1px solid #0000ff;*/
  }
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
  /*height:100%;
  border:1px solid #ff0000;*/
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: #666666;
}


.jumbotron { padding-top:1em;padding-bottom:1em;text-align:left; } /* ng */

input[type=text], input[type=password] { width:20rem;height:3rem; } /* ng */

input[type=checkbox] { /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}

.plaininfo { padding-top:0.5rem;line-height:1rem; } /* ng */

.btn-success {
  background-color:#73F3FF;
  color:#000000;
}


.btn-success, .btn-success:hover, .btn-success:disabled {
  color:#ffffff;
  border:1px solid #a9a9a9;
}
.btn-success {
  background-color:#337AFA;
}
.btn-success:hover {
  background-color:#005EA6;
}
.btn-success:disabled {
  background-color:#a9a9a9;
}
