body{
     /* background-color: #e1e1e1; */
    background-color: #ffffff;

}
.form-wrapper {
    border-radius: 7px;
}
.form-wrapper label {
    font-weight: bold;
}
.errors li{
    list-style: none;
    width: 100%;
    text-align: center;
}
.errors ul{
    padding-left: 0;
    margin-bottom: 0;
}

@media (max-width: 768px){
    .form-wrapper .text-right{
        text-align: center !important;
    }
    .form-wrapper .btn-primary{
        display: block;
        margin: 0 auto;
    }
}


.dropzone {
/*    background:white;
*/    background:#80808026;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
/*    max-width: 500px;
*/
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
}

