html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

body > .container {
    padding: 80px 15px 0;
}

.container .text-muted {
    margin: 19px 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.required:after {
    content: " *";
    color: #a94442;
}

textarea {
    max-width: 100%;
    min-width: 100%;
}

.captcha_image {
    margin-bottom: 0.5em;
    border: 1px solid #ced4da;
    display: block;
}

.map-turkey path {
    fill: #d9534f;
    stroke: #000;
    stroke-width: 1px;
    transition: fill 0.3s;
}

.map-turkey path:hover {
    fill: #fff;
}