body#authentication #main h1 {
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
}

body#authentication #main .form-control-label {
    font-size: 16px;
}

body#authentication #main #content {
    border-color: #e3e9ed;
    background: white;
}

body#authentication #main .form-footer .btn.btn-primary {
    background-color: #f3d031;
    border-color: #f3d031;
    color: #061623;
    font-weight: bold;
    font-size: 16px;
}

body#authentication #main #customer-form .form-group {
    margin-bottom: 0;
}

body#authentication #main #customer-form .custom-radio {
    border: 1px solid #061623;
}

body#authentication #main #customer-form .form-group:last-child .col-md-3 {
    display: none;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    /*body#authentication #wrapper {
        margin-top: 60px;
    }*/

    body#authentication #main #content {
        padding: 20px !important;
    }
}

@media (max-width: 575px) {
}