/* #wrap {
    background-image: none;
} */

.dz-success-mark, .dz-error-message, .dz-error-mark, .dz-progress, .dz-details, .dz-image {
    display:none;
}

 #captcha-modal {
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.text-container{
    color: darkslategrey;
    font-size:large;
    padding-top: 30px;
    padding-right: 15%;
    padding-left: 15%;
}

.text-container-scholar{
    font-size:large;
    padding-top: 30px;
    padding-right: 15%;
    padding-left: 15%;
}

.text-heading {
    font-weight:bolder;
}

.scholar-requirements{
    color:#002E4A;
    font-weight:900;
    font-size: xx-large;
}
.scholar-description{
    font-size: x-large;
    font-weight: bold;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #002E4A;
}

.btn-scholar-round{
    color: white;
    border-radius: 40px !important;
    border-style: none;
    background-color: #002033;
    min-height: 72px;
    min-width: 225px;
    margin: auto;
    margin-top: 10px;
}

.btn-scholar-round:hover{
    background-color: #002E4A;
}

.btn-row{
    margin-top: 30px;
    margin-bottom: 30px;
}

.scholar-hero-background{
    padding-top: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/assets/img/scholarship_images/hero-image.png');
}

.scholar-hero-yellow-screen{
    width: 100%;
    background-size: cover;
    background-color: rgba(255,205,56, .4)
}

body {
    color: white;
    font-size: medium;
    line-height:1.2;
}

ul {
    padding-left: 15px;
}

.breadcrumb {
    padding: 10px 0 !important;
}