body{
    background-color: rgb(47, 60, 92);
}
.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: bold;
    font-weight: 400;
}
.footer p{
    color: black;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
img {
    border-radius: 0.5cm;
    height: 660px;
    width: 800px;
}
.jumbotron h1, p{
    text-align: center;
    color: rgb(51, 63, 157);

}
.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-color: #d82626 !important;
    border-style: solid !important;
    border-width: 0 0 1px 0 !important;
    padding: 0px !important;
    color: #000000;
    height: auto;
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box;
}
