@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-SemiBold.otf');
}

html,
body {
    background-color: #ffffff;
    overscroll-behavior: none;
    scroll-behavior: smooth;
    font-family: 'Inter';
}

::-moz-selection, ::selection {
    background: rgb(30, 255, 0);
}

::selection {
    background: rgb(30, 255, 0);
}

.h-100vh {
    min-height: 100vh;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}

::placeholder {
    color: black!important;
}

.container-sm {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2.5px);
    max-width: 450px; height: 400px;
}

#submit:disabled {
    background-color: transparent!important;
}

#thank-you {
    display: none;
}