label {
    color: black;
    font-weight: bold;
}

.registration {
    color: black;
    text-decoration-color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
    background: black;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 10px;
    width: auto;
    height: auto;
    color: white;
}

.instructions {
    color: black;
    text-decoration-color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    background: black;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 10px;
    width: auto;
    height: auto;
    color: white;
}

.list-group {
    margin-top: -12px;
    z-index: 2;
    visibility: visible;
}

form {
    margin-top: -12px;
    z-index: 1;
}

@media screen and (max-width: 650px) {
    .instructions1 {
        display: none;
    }
    .vocal {
        display: none;
    }
    .clean {
        display: none;
    }
    .logo {
        padding-left: 10px;
    }
    h1 {
        font-size: 20px;
    }
    label {
        line-height: 16pt;
    }
    marquee {
        display: none;
    }
    .top_number {
        display: none;
    }
}

@media screen and (min-width: 1030px) {
    .footer-img {
        padding-left: 100px;
    }
    .clean {
        padding-top: 20px;
    }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
    .footer-img {
        padding-left: 10px;
    }
    .top_number {
        display: none;
    }
}

button {
    color: red !important;
}

.btn-primary {
    background-color: greenyellow !important;
}

.vocal {
    max-height: 200px;
}

.footer {
    background-color: black;
}

hr {
    border: 0.1px solid white;
    width: 80%;
}

.footer-link:hover {
    color: white;
    text-underline-position: 1px;
    font-weight: none;
}

.footer-link {
    color: white;
    font-size: 15px;
}

.payment {
    height: 1000000px;
}

.logo {
    padding-top: 40px;
}

.mb-1 {
    line-height: 25pt;
}