html,
body {
    background: #eee;
    background-repeat: no-repeat;
    background-color: #0b030f;
}


.inputBox {
    min-width: 300px;
    width: 100%;
    height: 46px;
    border-radius: 12px;
    border: 1px solid #FFFFFF1A;
    background-color: transparent;
    color: #FFFFFF;
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 16px;
    padding: 14px;
}

    .inputBox::placeholder {
        color: #FFFFFF4D;
        font-size: 16px;
    }


.inputSelect {
    min-width: 300px;
    width: 100%;
    height: 46px;
    border-radius: 12px;
    border: 1px solid #FFFFFF1A;
    background-color: transparent;
    color: #FFFFFF;
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 16px;
    padding: 0px 14px;
}

    .inputSelect::placeholder {
        color: #FFFFFF4D;
        font-size: 16px;
    }

    .inputSelect option {
        color: #fff;
        background-color: #0b030f;
    }

.purpleButton {
    z-index: 3;
    width: 270px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
    background: linear-gradient(0deg, #b524ff 0%, #b524ff 55%, #d788ff 100%) top left / auto auto no-repeat;
    padding: 14px 10px;
    border-radius: 50px;
    border: 0px;
}

.purpleGlow {
    -webkit-mask-image: linear-gradient( to right, transparent 0%, black 10%, black 90%, transparent 100% );
    mask-image: linear-gradient( to right, transparent 0%, black 10%, black 90%, transparent 100% );
}
