.customer-request-form {
    padding-bottom: 100px;
}

    .customer-request-form .btn-success {
        background-color: #479ed8;
        border-color: #479ed8;
        border-radius: 5px;
        height: 50px;
        padding: 0px 20px;
        font-weight: 500;
        text-transform: uppercase;
        transition: 0.3s;
    }

        .customer-request-form .btn-success:hover {
            background-color: #ffffff;
            border-color: #479ed8;
            color: #479ed8;
            border-radius: 100px;
        }

    .customer-request-form .btn-primary {
        background-color: #479ed8 !important;
        border-color: #479ed8 !important;
    }

    .customer-request-form .btn-success.focus,
    .customer-request-form .btn-success:focus {
        background-color: #479ed8 !important;
        border-color: #479ed8 !important;
    }

    .customer-request-form label {
        font-weight: 500;
        color: #181c10 !important;
    }

    .customer-request-form .form-control {
        border-radius: 0.75rem;
        font-weight: 400;
        padding: 10px 20px;
        height: 48px !important;
        border: 1px solid #d5d4d3;
        color: #181c10;
    }

        .customer-request-form .form-control:focus {
            border-color: #4597d5;
        }

    .customer-request-form textarea.form-control {
        height: 150px !important;
    }

   .customer-request-form .input-group-addon.btn{
        border-top-right-radius:0.75rem;
        border-bottom-right-radius:0.75rem;
    }

   .customer-request-form .alert{
	   font-weight:400;
    }


   .customer-request-form h4{
	   font-weight: 500;
	   margin-bottom: 20px;
	   padding-bottom: 7px;
	   color: #adadad;
   }

