#input-validation-feedback{
    visibility: hidden;
}

h1 {
    font-size: 24px;
    font-weight: 0;
    margin: 0;
    padding: 0;
}

#p-2 {
    display: none;
}

.fnt-14 {
    font-size: 14px;
}

div.header {
    display: flex;
    align-items: center;
    margin-top: 28px;
}

div.container {
    display: flex;
    justify-content: center;
    width: 100%;
}

input{
    color: #959696 !important;
}

div.sm-group {
    text-align: left;
}

.center {
    display: block;
    text-align: center;
}

.inline {
    display: flex;
    align-items: center;
    justify-content: center;
}

::placeholder{
    color: #959696 !important;
}

.text-light {
    color: var(--white) !important;
}

.text-light-purple {
    color: var(--dark-purple) !important;
}

.text-primary {
    color: var(--white) !important;
}
.space {
    width: 20px;
}

