body {
    
    font-size: 16px;
}

.header {
    background: #17a2b8;
    padding: 15px 0;
    -moz-box-shadow:    0px 3px 20px 0px #888888;
    -webkit-box-shadow: 0px 3px 20px 0px #888888;
    box-shadow:         0px 3px 20px 0px #888888;
 ;
}

.header h4 {
    margin: 0px;
    color: #fff;
    font-weight: 800;
}
.btn {
    font-size: 16px;
    font-weight: 500;
}
.content {
    margin-top: 30px;
    margin-bottom: 80px;
    text-align: left;
}
.bootstrap-switch .bootstrap-switch-label {
    background: #18a2b8;
}
.form-check .form-check-sign::before,
.form-check .form-check-sign::after {  
  border: 1px solid #333; 
}

.form-check-radio .form-check-sign::before,
.form-check-radio .form-check-sign::after { 
  border: 1px solid #333; 
}


.form-control-plaintext {
    border: 1px solid #333;
}
.bootstrap-switch {
    margin-top: 10px;
    margin-bottom: 0px ;
}
.footer {
    background: #17a2b8;
    padding: 0px 0;
    position: fixed;
    width: 100%;
    bottom: 0px;
    -moz-box-shadow:    0px -3px 20px 0px #888888;
    -webkit-box-shadow: 0px -3px 20px 0px #888888;
    box-shadow:         0px -3px 20px 0px #888888;
 ;
}