@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body {
    font-family: Quicksand, "sans-serif";
    color: white;
    overflow-x: hidden;
}

a {
    color: #05ADE6;
    text-decoration: none;
    font-weight: bold;
}

.bg-purple-blue {
    background: linear-gradient(to right, #794ABE, #794ABE 0%, #4900B4 100%, #4900B4 100%);
    width: 100vw;
    min-height: 100vh;
}

.form-control {
    border: 1px solid white !important;
    background: transparent !important;
    color: white !important;
}

::placeholder, ::-ms-input-placeholder {
    color: white !important;
    opacity: 1; /* Firefox */
}

.btn-primary {
    background-color: rgba(255, 255, 255, 0.25);
    border: transparent;
    border-radius: 24px;
}
