﻿body, input {
    font-family: "Lalezar", system-ui !important;
}

.top-ribbon {
    background-color: #45baae;
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    text-align: center;
}

.ContentMainSub {
    margin: 30vh auto;
}

.ContentMainForSite {
    background: none !important;
    height: calc(100vh - 10px);
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.section-title {
    display: none !important;
}

.ContentMainSub {
    width: 100%;
    max-width: 500px;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
    font-family: "Lalezar", system-ui !important;
    min-height: unset !important;
}

    .ContentMainSub input[type=text],
    .ContentMainSub input[type=password] {
        width: 100%;
        border-radius: 10px;
        border: 1px solid #b6d1e4;
        border-bottom: 3px solid #b6d1e4;
        padding:6px;
    }

        .ContentMainSub input[type=text]:focus,
        .ContentMainSub input[type=password]:focus {
            border: 1px solid #45baae !important;
            border-bottom: 3px solid #45baae !important;
        }

.site-div {
    background-color: white;
    width: 100%;
    padding: 0;
    text-align :center;
}

    .site-div input[type=radio] {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

.pr-3 {
    padding: 0 !important;
}

.btn-optional {
    background-color: #9b45ba;
    color: white;
    line-height: 1em;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0;
    font-size: 14px;
    margin-bottom: 5px;
}

.btn-optional-home {
    background-color: #ffc107 !important;
    color: white !important;
}