
/**:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
    all: unset;
    display: revert;
}*/

.pt-4 {
    min-height: 50vh;;
}

.fl-button-blue {
    border-top-width: unset;
    border-right-width: unset;
    border-bottom-width: unset;
    border-left-width: unset;
    border-top-style: unset;
    border-right-style: unset;
    border-bottom-style: unset;
    border-left-style: unset;
    border-top-color: unset;
    border-right-color: unset;
    border-bottom-color: unset;
    border-left-color: unset;

    padding: 12px 10px;
    margin: auto;
    background: #0073C7;
    border-radius: 0.375rem;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    min-width: 320px;
    cursor: pointer;
}

.fl-landing {
    padding: 50px 0px 100px 0px;
    margin: 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;

    text-align: center;
    font-family: Lato;
}

.fl-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 18px;
}

.fl-distrokid {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 13px;
}

.fl-welcome {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    max-width: 1100px;

    color: var(--neutral-color-white, #FFF);
    text-align: center;
}

.fl-hello {
    padding-top: 10px;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px; /* 100% */
}

.fl-create-account {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px; /* 140% */
    max-width: 600px;
}

.sign-up {
    color: black;
    background-color: white;
}

.fl-error-box {
    background-color: white;
    display: flex;
    border-radius: 6px;
    box-shadow: 0px 24px 48px 0px rgba(0, 0, 0, 0.10);
    flex-direction: column;
    width: 50%;
    max-width: 440px;
    margin: 30px auto;

    color: #070b13;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    line-height: 135%; /* 32.4px */
}

.fl-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
    padding: 32px 28px 32px 28px;
}

.fl-error-icon {
    padding-top: 5px;
}

.fl-error-msg {
    font-weight: 700;
    max-width: 420px;
    padding: 0px 30px 0px 30px;
}

.fl-error-sub-msg {
    font-weight: 700;
    max-width: 420px;
    padding: 0px 17px 5px 17px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; /* 150% */
}

.fl-hr {
    border: 1pt solid var(--gray-300);
    margin: 0px 0px;
}

.fl-user-signed-in {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
}

.fl-user-email {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    padding: 15px 20px;
}

.fl-user-icon {
    margin-top: 3px;
}

.fl-sign-out {
    padding: 15px 20px;
    color: rgba(0, 115, 199, 1);
    white-space: nowrap;
    overflow: hidden;
}

/* begin: sign up */
.dk__ {
    width: 440px;
}

.dk__ h2 {
    font-size: 20px;
}

.dk__ .card-header {
    margin: 15px 0px 24px 0;
}

.card {
    margin-left: 25px;
    margin-right: 25px;
}

.dk__ .section {
    margin: 40px 0;
}

.dk__ .card-body {
    padding: 0px 0px;
}

.dk__ .card-body .homeFormInput {
    font-size: 18px;
    padding: 0px 0px;
}

.dk__ .card-body .homeFormInputContainer {
    margin-bottom: 18px;
    padding-left: 10px;
}

.dk__ .card-head {
    font-size: 20px;
    padding: 10px 0px 0px 0px;
    border-bottom: none;
}

.homeError {
    text-align: left;
    margin-left: 2px;
}
/* end: sign up */


@media screen and (max-width: 1000px) {

    /* error message */
    .fl-error-box {
        width: 100%;
    }
}


@media screen and (max-width: 470px) {

    /* distrokid fl studio title */
    .fl-title {
        margin-right: 20px;
        flex-direction: column;
    }

    .fl-blue-heart {
        margin-top: 13px;
    }

    .fl-flstudio {
        margin-left: 18px;
    }

    /* sign up */
    .dk__ {
        width: 100%;
    }

    .fl-error {
        padding: 30px 15px 30px 15px;
    }
}