


.carousel {
  margin-bottom: .3rem;
}

.carousel-caption {
 top: 10rem;
  z-index: 10;
}


.carousel-item {
  height: auto;
}


.form-control {

    border-radius: 0px !important;
    height:45px;


}

    .form-control:focus {
        border-color: #3b4d97;
        border-width:2px;
        box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(16, 45, 81, 0.6);
    }

.btn-primary {
    width: 100%;
    margin: auto;
    color: #fff;
    border-radius: 0px !important;
    background-color: #102d51;
    border-color: #fff;
    border-width: 1.5px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}


    .btn-primary:hover {
        width: 100%;
        margin: auto;
        color: #fff;
        border-radius: 0px !important;
        background-color: #014c87;
        border-color: #fff;
        border-width: 1.5px;
        height: 50px;
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
    }

.savebutton:hover {
    background-color: #fdce82 !important;
    outline: 2px solid #0594f7;
    outline-offset: -2px;
    border-radius: -35px;
}


.findbutton {
    background-color: #fc7a49;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: 160px;
    margin-top: 12.5px;
    height: 30px;
    float: left;
}


    .findbutton:hover {
        background-color: #ce4f1f;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        width: 160px;
        margin-top: 12.5px;
        height: 30px;
        float: left;
    }


.getbutton {
    background-color: #fd9a35;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: 160px;
    margin-top: 12.5px;
    margin-left: 10px;
    height: 30px;
    float: left;
}

.getbutton:hover {
    background-color: #d5710c;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: 160px;
    margin-top: 12.5px;
    margin-left: 10px;
    height: 30px;
    float: left;
}
