.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #e57373;
    font-size: 1rem;
}

.star-symbol {
    color: #5034ff;
}

.custom-checkbox {
    filter: hue-rotate(40deg);
}

input[type=checkbox] {
    cursor: pointer;
}

.nav-link {
    width: 3rem;
    padding: 3rem;
    right: 5rem;
    position: absolute;
    z-index: 5;
}

.content-wrapper {
    width: 30%;
}

@media (max-width: 1300px) {
    .content-wrapper {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .content-wrapper {
        width: 60%;
    }
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkbox-label {
    font-size: 1.0rem !important;
}

.dropdown-img {
    vertical-align: middle !important;
    margin-right: 8px;
}

.textOnInput {
    position: relative;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.textOnInput label {
    position: absolute;
    top: -0.5rem;
    left: 1.5rem;
    padding: 1px;
    z-index: 1;
}

.textOnInput label:after {
    content: " ";
    background-color: #fff;
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

label {
    color: #4d4a4d;
    background-color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: .5rem;
}


.form-control {
    height: 55px !important;
    font-size: 1rem !important;
    font-family: 'Arial', sans-serif;
    background-color: #f3f2f8 !important;
    border-color: #f3f2f8 !important;
}

.form-control:hover {
    border-color: #dbdae0 !important;
}

.form-control:focus {
    border-color: #dbdae0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: none !important;
}

nav a {
    color: black;
    cursor: pointer;
}

nav .lang {
    border-radius: 5px;
    padding: 0.5rem 1rem;
}

.outline-none:focus {
    outline: none;
}

@media (max-width: 576px) {
    .column-sm-only {
        flex-direction: column;
        padding: 15px;
    }

    .column-sm-only li {
        width: 100%;
    }

    .align-items-center-sm {
        align-items: center;
    }

    .justify-content-start-sm {
        justify-content: start !important;
    }

    .my-sm-1 {
        margin: 1rem 0 3rem;
    }

    .mt-5-sm {
        margin-top: 5rem;
    }

    .w-50-sm {
        width: 50% !important;
        text-align: start !important;
    }

    .mt-10 {
        margin-top: 3rem !important;
    }

    .round {
        width: 80px !important;
    }
}

.mt-10 {
    margin-top: 6rem;
}

@media (max-width: 992px) {
    .login-bg {
        padding: 2rem;
        height: 50%;
        background-size: cover;
    }

    .login-bg h1 {
        font-size: 1.5rem;
        width: 100%;
    }

    .main-height {
        height: auto;
    }
}

.round-wrapper {
    width: 80%;
}

.round {
    width: 200px;
    height: 80px;
    border: 3px solid #4a2e92;
    border-radius: 50%;
    position: relative;
}

.round-content {
    position: absolute;
    top: 25%;
    left: 35%;
    color: #4a2e92;
}

.round-connect {
    border-bottom: 2px solid #4a2e92;
    width: 100%;
}

.footer-main {
    background: #2d343f;
    color: white;
    box-shadow: 0 -3px 15px 0 rgba(0, 0, 0, 0.3);
}

.footer-main a {
    color: white;
}

.footer-main p {
    color: gray;
}

.footer-main i {
    color: #2d343f;
}

.footer-social-link {
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid gray;
    padding: 4px !important;
    border-radius: 50%;
    background: gray;
}

.footer-social-link img {
    width: 24px;
}

.main-height {
    flex: 1 0 100%
}

.col-12 {
    flex: 0 1 100%
}

html {
    font-size: 14px !important;
    background-color: white !important;
}

nav {
    margin: 0 !important;
}

.btn-primary {
    background-image: none;
    height: 60px;
}

.register {
    font-size: 1.7rem;
}

.kc-feedback-text {
    margin-left: 2rem;
}

.alert-error {
    color: #ef5350;
    background-color: rgba(250, 236, 236, 0.66);
    border-color: #f5c6cb;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff !important;
    background-color: #4a2e92 !important;
    border-color: #4a2e92 !important;
}

.has-error .checkbox {
    color: #e57373;
}

.checkbox label, .radio label {
    margin-left: 1rem;
}


.short:target {
    display: none!important;
    text-decoration: none;
}

.full {
    display: none!important;
    text-decoration: none;
}

.short:target + .full {
    display: inline-block!important;
    text-decoration: none;
}

.cookie-consent-banner {
    color: white;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    background-color: #39393f;
}

.cookie-consent-banner-btn {
    letter-spacing: 1.2px;
    text-decoration: unset !important;
    color: white;
    cursor: pointer;
    font-weight: bolder;
    margin-right: 32px;
    margin-left: 32px;
}

.cookie-consent-banner-btn:link {
    text-decoration: unset;
}

.cookie-consent-banner-btn:hover {
    text-decoration: unset !important;
}

.cookie-consent-banner-btn:active {
    text-decoration: unset !important;
}

.cookie-consent-banner-text {
    font-weight: bolder;
}

.cookie-consent-banner-link {
    cursor: pointer;
    margin-left: 12px;
    color: #b5a9fd;
}
.social-wrapper {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.gsi-material-button {
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    border-radius: 20px;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 1.2rem;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 8px 12px;
    position: relative;
    text-align: center;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: 300px;
}

.gsi-material-button:active .gsi-material-button-state,
.gsi-material-button:focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
}

.text-center{
    text-align: center;
}
