body {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #fff;
}

h2 {
  margin-top:0;
  margin-bottom: 20px;
}

.float-right {
  display:inline-block;
  float: right;
}

.wrapper {
  margin: 0 auto;
  padding: 20px;
  max-width: 1200px;
}

.wrapper2 {
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
  min-width: 420px;
}

h5 { margin-top:5px }
.nav-link.active { font-weight: bold; }
.pointer { cursor: pointer; }
.nowrap { white-space: nowrap; }
.center { text-align:center }
.expired { color:red; }


#login, #forgot { max-width:385px; margin: auto; }

.login-forgot-password-wrapper, .login-resend-verification-code-link, .select-arrow, .field.select-field::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

#page-header {
  background: #fff;
  border: 2px solid #2980b9;
  padding: 20px 20px 0 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight:bold;
}

#square_hdr {
    text-decoration: none;
    color: #000;
    background: #fff;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    padding: 20px 20px 0 20px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

#square_hdr_sm {
    text-decoration: none;
    color: #FFF;
    background: #2980b9;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    padding: 0 10px 0 10px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.nav_border {
    border: solid 1px #0f9ada;
    border-radius: 5px 5px 0 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 57px;
  height: 25px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6c757d;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #007bff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(35px);
}

.slider:after
{
 content:'OFF';
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 60%;
 font-size: 10px;
 font-family: Verdana, sans-serif;
}

input:checked + .slider:after
{  
  content:'ON';
  left: 30%;
}
