.auth .brand-logo img {
    width: 100px;
    margin-right: 8px;
    margin-bottom:12px;
}

.content-wrapper {
 padding: 1rem 2rem;
}

.card .card-body {
    padding: 1.2rem 2rem;
}

select.form-control {
    padding: 5px 14px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
    top: 15px;
    left: 13px;
  }
  
  .switch input {display:none;}
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2ab934;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
  }

  
/*------ ADDED CSS ---------*/
.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  /* left: 50%; */
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

.on{
    left: 41%;   
}
.off{
    left: 61%;
    white-space: nowrap; 
}
input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}
   

  .form-group label {
    font-size: 15px;
  }

  .card-header {
    background: #fff;
  }

  .card .card-title {
   margin-top: 14px !important;
  }

  .form-control {
  color: #495057 !important;
  }

  .table-bordered {
    border: 1px solid #ebedf2 !important;
}

.gutters-xs {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.gutters-xs > .col, .gutters-xs > [class*="col-"] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

/* 
.card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.form-control {
  height: 30px;
  font-size: 14px;
  padding: 4px 10px;
}
select{
height: 30px !important;
}

.form-control-file.border {
  width: 50%;
  font-size: 15px;
}

#dimensions {
  width: 13%;
  height: 50%;
}

.form-control-file.border {
width: 50%;
}

#stoneweight {
  width: 20%;
}

#stonename {
  width: 75%;
}
#hardness{
width: 75%;
}

#specificgravity{
width: 75%;
}

#testcarriedout{
width: 75%;
}

#comments{
width: 75%;
height: 60px;	
}

#comment {
  height: 60px;
}

#description {
  height: 60px;
}

button.btn {
  background-color: #ff0000;
  margin: 10px 10px 0px;
  padding: 5px 20px;
  color: #F4F4F4;
} */