@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {
    background-color: #f2f2f2;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

a {
    color: #964faa;
}

a:hover {
    color: #c27fea;
}

.main {
    padding: 30px;
}

    .main:after {
        content: "";
        height: 191px;
        background-image: linear-gradient(to left,#e1dce6,#661f7a);
        position: absolute;
        z-index: -1;
        width: 100%;
        top: 0;
        left: 0;
    }

h3.center {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    text-align: center;
    margin: 0;    
}

p.highlight {
    text-align: center;
    margin: 40px auto;
}

.branding {
    min-width: 212px;
}

.branding .card.logo .card-body {
    padding: 0;
}

    .branding .card.logo .card-body .logo-container {
        padding: 2.5rem;
        background-image: linear-gradient(to bottom right,#e1dce6,#661f7a);
    }

.branding .card.logo .card-body .logo-container img {
    display: block;
    max-width: 100%;
    padding: 4px;
    border-radius: 6%;
    margin: 0 auto;
    background: #ffffffbb;
    border: 1px solid #ffffff42;
}

.branding .card.logo .card-body .social {
    padding: 30px;
}

.branding .card.logo .card-body .social ul {
    margin: 0 0 0 35px;
    padding: 0;
    list-style: none;
    font-size: 20px;
    line-height: 38px;
}

.branding .card.logo .card-body .social ul li i {
    width: 24px;
    text-align: center;
}

@media (max-width: 400px) {
    .branding .card.logo .card-body .social ul {
        margin: 0;
        font-size: 18px;
    }
}

.card {
    margin-bottom: 1.5rem;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
}

.card-header {
    background-color: #fff;
}

.card-header:first-child {
    border-radius: 7px 7px 0 0;
}

.card-header h2 {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 0;
}

.card-body {
    padding: 1.5rem;
}

.validation-error input {
    border-color: red;
}

.validation-error .validation-error-msg {
    color: red;
    font-weight: 500;
}

span.select2-selection.select2-selection--single {
    height: 38px;
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    font-weight: 400;
    padding: .375rem .75rem;
}

.btn-primary {
    background-color: #964faa;
    border-color: #964faa;
}

.btn-primary:hover {
    background-color: #c27fea;
    border-color: #964faa;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #c27fea;
    border-color: #c27fea;
}

.form-control:focus {
    border-color: #d28ffa;
    box-shadow: 0 0 0 0.2rem rgba(194,117,234,.25);
}

.uploader label:hover {
    border-color: #c27fea !important;
}

    .uploader label:hover i {
        color: #c27fea !important;
    }
