﻿<style type="text/css">
    .btn {
        color: white;
        background-color: #4F75A5;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        border-radius: 7px;
    }
    .modal-dialog {
        min-width: 500px;
    }
    .form-control {
        border-width: 0px;
        box-shadow:none;
    }
    .form-control input[type="text"] {
        width: 100%;
    }
    .modal-header, .modal-footer {
        background-color: #00457E;
        color: white;
    }
    .modal-header .close {
        background-color: white !important;
        opacity: unset;
    }
    .close {
        padding: 2px 5px !important;
        border-radius: 5px;
    }
</style>