﻿* {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

a, 
a:hover,
a:visited,
.footer-link {
    color: #34005c;
}

.container {
    width: 100%;
    max-width: 1170px;
}

.alert-info {
    color: #34005c !important;
    background-color: #f5e7f9 !important;
    border-color: #f5e7f9 !important;
}

/* UTILS */
.border-top {
    border-top: 1px solid #e5e5e5;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.text-dark-purple {
    color: #34005c !important;
}

.bg-trans-gradient {
    background: linear-gradient(250deg, #34005c, #c16ffb);
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #34005c;
    border-color: #34005c;
}

.colour-banner {
    background-color: #34005c;
    height: 40px;
    margin: 1rem 0;
}

/* HEADER */
header {
    margin-bottom: 1.5rem;
}

#page-content {
    margin: 2rem auto;
}

/* FORMS */
.form-label {
    font-weight: 600;
}

.form-group {
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 400px;
}

.form-control {
    border: 1px solid #ccc;
}

#validationAreaSaved,
#validationAreaError,
#validationCaptchaError {
    display: none;
}