:root {
    --salmon: #fe6667;
    --white: white;
    --black: black;
    --light-coral: #f97b8e;
}

.body {
    background-color: #fcfcfc;
}

.site-wrap {
    min-height: 100vh;
    background-color: #fcfcfc;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 -3px 30px 2px rgba(102, 103, 254, .15);
}

.full_wrap {
    height: 100%;
    min-height: 100vh;
    background-image: url('../images/bg.png');
    background-position: 85px 73px;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 90px 5%;
    display: flex;
}

.signup_wrap {
    z-index: 10;
    max-width: 500px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: relative;
}

.navbar {
    background-color: rgba(0, 0, 0, 0);
    padding: 20px 5%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.form {
    display: flex;
}

.text-field {
    min-height: 45px;
    color: rgba(39, 26, 73, .69);
    border: 1px solid rgba(87, 86, 220, .1);
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}

.text-field:focus {
    border-color: var(--salmon);
}

.submit-button {
    height: 45px;
    background-image: linear-gradient(96deg, #fe4748, #f77387);
    border-radius: 4px;
    margin-left: 15px;
    padding-left: 31px;
    padding-right: 31px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    box-shadow: 0 4px 20px -2px rgba(254, 102, 103, .36);
}

.heading {
    color: #271a49;
    font-family: Frank Ruhl Libre, sans-serif;
    font-size: 28px;
    line-height: 61px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-block {
    margin-top: 25px;
}

.paragraph {
    color: #271a49;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
}

.nav-link {
    float: right;
    color: #271a49;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.social_links {
    z-index: 99;
    justify-content: space-between;
    padding-bottom: 25px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.text-block-2 {
    color: #271a49;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}

.text-span {
    margin-right: 8px;
    font-weight: 500;
}

.social-link-wrap {
    align-items: center;
    display: flex;
}

.social-logo {
    width: 19px;
    opacity: .27;
    filter: invert();
    margin-right: 0;
}

.success-message {
    background-color: var(--salmon);
    color: #fff;
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}

.flowbase-icon-wrap {
    width: 60px;
    height: 60px;
    background-color: #5b3acc;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    display: flex;
    position: relative;
}

.flowbase-title {
    color: #5b3acc;
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 500;
}

.flowbase-author {
    color: #9b9eb8;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

.flowbase-left-wrap {
    display: flex;
}

.flowbase-close-card {
    opacity: .43;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: all .2s ease-out;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.flowbase-close-card:hover {
    opacity: 1;
}

.flowbase-clone-button {
    letter-spacing: 1px;
    background-color: #5b3acc;
    border-radius: 50px;
    margin-right: 25px;
    padding-left: 28px;
    padding-right: 28px;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.flowbase-title-wrap {
    min-height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 25px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    display: flex;
}

.flowbase-home-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.flowbase-tag {
    z-index: 99999;
    min-width: 540px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-left: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 8px 1px 20px rgba(128, 124, 142, .15);
}

.flowbase-product-wrap {
    min-height: 40px;
    align-items: center;
    padding: 15px 20px;
    display: flex;
    position: relative;
}

.social_link {
    margin-right: 15px;
}

.flowbase-banner {
    height: 64px;
}

@media screen and (max-width: 991px) {
    .full_wrap {
        background-position: 0 0;
        background-size: cover;
    }

    .signup_wrap {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .nav-link {
        float: right;
    }

    .flowbase-tag {
        max-width: 610px;
        min-width: auto;
        margin-right: 15px;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .flowbase-clone-button {
        margin-right: 15px;
    }

    .flowbase-tag {
        min-width: auto;
        margin-left: 15px;
    }
}

@media screen and (max-width: 479px) {
    .full_wrap {
        padding-right: 5%;
    }

    .navbar {
        padding-left: 2%;
        padding-right: 2%;
    }

    .form {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .submit-button {
        width: 100%;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-link {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    .flowbase-icon-wrap {
        min-width: 60px;
    }

    .flowbase-close-card {
        top: 0;
        bottom: auto;
        right: 0;
    }

    .flowbase-clone-button {
        margin-top: 19px;
        display: block;
    }

    .flowbase-title-wrap {
        width: 100%;
        padding-left: 4px;
    }

    .flowbase-tag {
        min-width: auto;
        margin-left: 5px;
        margin-right: 5px;
    }

    .flowbase-product-wrap {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 10px;
        padding-right: 10px;
    }

    .flowbase-banner {
        display: none;
    }

    .flowbase-footer {
        background-image: none;
        background-position: 50% 0;
        background-repeat: repeat-x;
        background-size: cover;
    }
}


