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

.card {
    border: none;
}

.card-body {
    padding: 0px;
}

a {
    color: #7c4bff !important;
}

button.form-control {
    transition: 0.5s;
}
button {
    color: white !important;
    cursor: pointer;
    border-radius: 10px !important;
    border-color: #7c4bff !important;
    background-color: hsl(256, 100%, 65%) !important;
    transition: 0.25s;
    height: 47px !important;
}

button:hover {
    box-shadow: 0px 5px 10px rgba(124, 75, 255, 0.5);
}

button:focus {
    background-color: #7c4bff !important;
    color: white !important;
    box-shadow: 0px 5px 10px rgba(124, 75, 255, 0.5);
}

button:disabled {
    opacity: 0.7 !important;
}

img#logo {
    height: 70pt;
}

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: 10px;
    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;
}

.text-blue {
    color: #0c6aff;
}

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