body {
    font-family: "Josefin Sans";
    /* font-size: 48px; */
}
.overflow-hidden {
    overflow: hidden;
}

.card {
    border: none;
}

.card-body {
    padding: 0px;
}

button {
    cursor: pointer;
    border-radius: 25px !important;
    border-color: #7c338b !important;
    transition: 0.25s;
}

button:hover {
    background-color: #7c338b !important;
    color: white !important;
}

button:focus {
    background-color: #7c338b !important;
    color: white !important;
}

img#logo {
    width: 75px;
    margin-bottom: 15px;
}

div#background {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

div#background > img {
    height: 100%;
    width: 100%;
    filter: blur(8px) brightness(0.5);
    -webkit-filter: blur(8px) brightness(0.5);
    -webkit-transform: blur(8px) brightness(0.5);
    transform: scale(1.1);
    object-fit: cover;
}

div#content {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

select.form-control,
input.form-control {
    -webkit-appearance: none;
    border-radius: 25px;
    border-color: #f2f6fc;
    background: #f2f6fc;
    /* padding-left: 45px; */
    padding: 22.5px 22.5px 22.5px 45px;
}

select.form-control:focus,
input.form-control:focus {
    border-color: #f2f6fc;
    background: #f2f6fc;
}

select.form-control {
    height: 47px;
    padding: 0px 22.5px 0px 45px;
}

span.input-icon {
    position: absolute;
    left: 32.5px;
    top: 11.25px;
    font-size: 18px;
    height: 100%;
    color: #bbbbbb;
    margin-top: auto;
    margin-bottom: auto;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbbbbb !important;
    font-weight: 300;
    /* Firefox */
}

.text-grey {
    color: #969696;
}

.text-white {
    color: white;
}

span.invalid-feedback {
    font-size: 12px;
    margin: 0px;
    padding-left: 10px;
}
