/*------------------------------------------------------------------
Bootstrap Admin Template by EGrappler.com
------------------------------------------------------------------*/


/** Base Body Styles **/

body {
    color: #838383;
    font: 13px/1.7em 'Open Sans';
    background-color: #e0eefb !important
}

.step-group {
    margin-top: 15px;
    margin-bottom: -7px
}

.card {
    height: 100%;
    width: 95%;
    align-content: center;
    background-color: #F7F7F7 !important;
    box-shadow: 0 0.5rem 1rem 0 rgba(44, 51, 73, .9);
}

.card-body {
    padding: 0 50 0 50px;
}

.card-body h1 {
    text-align: center;
}

.card-header h3 {
    color: black;
}

.signin-logo span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

.signin-logo span:hover {
    color: white;
    cursor: pointer;
}

.cp {
    color: black !important;
}

.signin-logo {
    position: absolute;
    right: 40px;
    top: -47px;
}

.step.active {
    color: #080808 !important;
}

.step-num.active {
    color: white;
    background: #080808;
}

.no-border {
    border: none !important;
    border-bottom: 2px solid rgb(153, 153, 153) !important;
}

.container {
    height: 100%;
    align-content: center;
}

.justify-content-left {
    float: right;
}

.left-content {
    margin-top: 100px;
    position: absolute;
    font-size: 2em;
    margin-right: 50%;
}

.consent-alert {
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    position: fixed !important;
}

.alert {
    height: 100px !important;
}

.cookie-label {
    font-size: .9em !important;
}

.btn-blue {
    background-color: #115195 !important;
    border-color: #115195 !important;
}

.text-blue {
    color: #115195
}

.bg-blue {
    background-color: #115195 !important;
}

.bg-custom2 {
    background-image: linear-gradient(15deg, #115195 37%, #ffffff 117%);
}

.bg-blue-custom {
    background-image: linear-gradient(15deg, #115195 37%, #ffffff 117%);
    color: white;
}

.bg-green-custom {
    color: white;
    background-image: linear-gradient(15deg, #008c0d 0%, #ffffff 200%) !important;
}

.green-text {
    color: #37bd57;
}

.step-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.step {
    flex-direction: column;
    cursor: pointer;
}

.step-group .step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.step-num {
    margin: 0;
    border-radius: 50%;
    width: 2em;
    text-align: center;
    height: 2rem;
    border: 1px solid white;
}

.step-group .step-connector {
    height: 2px;
    margin: 1rem;
    flex: auto;
    background: white;
}

.back {
    color: white !important;
    font-size: 2em;
}

@media (max-width: 414px) {
    .card {
        height: 100%;
        width: 100%;
    }
    .content {
        width: 100% !important;
        padding-top: 0;
        padding-left: 0;
    }
}

@media (width: 768px) {}

#message {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

#message label {
    padding: 10px 35px;
    font-size: 18px;
}

.valid {
    color: blue;
}

.valid:before {
    position: relative;
    left: -35px;
    content: "✔";
}

.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
}

.labelText {
    font-size: 12px;
    margin-bottom: -2px
}