body {
    background: #000977;
    color: wheat;
}

.note {
    text-align: center;
    height: 80px;
    background: -webkit-linear-gradient(left, #0072ff, #8811c5);
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}

.form-content {
    padding: 5%;
    border: 1px solid #ced4da;
    margin-bottom: 2%;
}

.form-control {
    border-radius: 1.5rem;
}

.btnSubmit {
    border: none;
    border-radius: 1.5rem;
    padding: 1%;
    width: 18%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}

.card {

    color: wheat;
    text-align: center;
    height: 70px;
    background: -webkit-linear-gradient(left, #0072ff, #8811c5);
    line-height: 42px;
    border: 1px solid #ced4da;

}


.toptag {
    color: wheat;
    font-size: large;
}

.thead {
    color: wheat;
    text-align: center;
}
