.logo-w h6{
  margin-top:10px;
}
.auth-box-w {
  max-width: 1250px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); }
  .auth-box-w.wider {
    max-width: 900px; }
  .auth-box-w .logged-user-w {
    padding-top: 0px;
    padding-bottom: 10px; }
  .auth-box-w .logo-w {
    text-align: center;
    padding: 4%; }
  .auth-box-w .auth-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    padding-left: 80px; }
    .auth-box-w .auth-header:after {
      content: "";
      background-color: #047bf8;
      width: 32px;
      height: 7px;
      border-radius: 2px;
      display: block;
      position: absolute;
      bottom: -4px;
      left: 80px; }
  .auth-box-w form {
    padding: 20px 80px;
    padding-bottom: 60px; }
    .auth-box-w form .form-check-inline {
      margin-left: 1rem; }
    .auth-box-w form .form-group {
      position: relative; }
      .auth-box-w form .form-group .pre-icon {
        position: absolute;
        bottom: 5px;
        font-size: 24px;
        color: #047bf8;
        left: -38px; }
  .auth-box-w .buttons-w {
    padding-top: 1rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .auth-box-w.centered {
    text-align: center; }
    .auth-box-w.centered .auth-header {
      padding-left: 0px; }
      .auth-box-w.centered .auth-header:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%; }


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