.center,
.center-column,
.top,
.right,
.bottom,
.left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-column {
    flex-direction: column;
}

.top {
    align-items: flex-start;
}

.right {
    justify-content: flex-end;
}

.bottom {
    align-items: flex-end;
}

/*.left {*/
/*    justify-content: flex-start;*/
/*}*/

.single-spaced,
.single-spaced * {
    line-height: 1;
}

@media (max-width: 1100px) {
    .desktop {
        display: none;
    }
}

@media (min-width: 1101px) {
    .hide-menu-icon {
        display: none;
    }
}

@property --brand-color {
    syntax: "<color>";
    inherits: false;
    initial-value: #fdad1b;
}

/* Branded colors */
@property --primary-01-color {
    syntax: "<color>";
    inherits: false;
    initial-value: #225e56;
}

@property --primary-02-color {
    syntax: "<color>";
    inherits: false;
    initial-value: #f57141;
}

@property --section-bg-color {
    syntax: "<color>";
    inherits: false;
    initial-value: #fffdf6;
}

@property --paragraph-color {
    syntax: "<color>";
    inherits: false;
    initial-value: #4a4a4a;
}

@property --secondary-01-color {
    syntax: "<color>";
    inherits: false;
    initial-value: #f1f3f3;
}

@property --secondary-02-color {
    syntax: "<color>";
    inherits: false;
    initial-value: #eff1f1;
}

@property --secondary-03-color {
    syntax: "<color>";
    inherits: false;
    initial-value: #e9efee;
}

@property --subtitle-bg-color {
    syntax: "<color>";
    inherits: false;
    initial-value: #122c38;
}

@property --title-bg-color {
    syntax: "<color>";
    inherits: false;
    initial-value: #0c222c;
}

@property --sep-color {
    syntax: "<color>";
    inherits: false;
    initial-value: #d9d8d8;
}

/* Recommended icon sizes */
span.size-20 {
    font-size: 20px;
    font-variation-settings: "opsz" 20;
}

span.size-24 {
    font-size: 24px;
    font-variation-settings: "opsz" 24;
}

span.size-28 {
    font-size: 28px;
    font-variation-settings: "opsz" 28;
}

span.size-32 {
    font-size: 32px;
    font-variation-settings: "opsz" 32;
}

span.size-40 {
    font-size: 40px;
    font-variation-settings: "opsz" 40;
}

span.size-48 {
    font-size: 48px;
    font-variation-settings: "opsz" 48;
}

.social-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;
    display: flex;
}

.social-login {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border: 1.1px solid var(--secondary-03-color);
    background-color: var(--bulma-white);
    color: var(--title-bg-color);
    border-radius: 5px;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    width: 47%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    transition:
        color 0.3s,
        background-color 0.3s;
    display: flex;
    position: relative;
}

.social-login.facebook {
    color: var(--bulma-white);
    background-color: #3b5998;
    border-color: #3b5998;
}

.user-form-separator-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
}

.user-form-separator {
    background-color: #e4e4e4;
    width: 40%;
    height: 0.8px;
}

.user-form-sub-heading {
    color: var(--title-bg-color);
    text-align: center;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.user-form-separator {
    background-color: #e4e4e4;
    width: 40%;
    height: 0.8px;
}
