.modal-dialog{
    min-width: 60%;
}
.modal-header{

/* background-color: #337AB7; */

padding:16px 16px;
margin-left: 4%;
margin-top: 3%;    /* color:#FFF;

border-bottom:2px dashed #337AB7; */
border-bottom: none;
}

.resume-info{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 5%;
}

#form-group-message{
    flex-basis: 100%;
}

.form-group{
    flex-basis: 50%;
}

.form-content-resume{
    width: 100%;
    justify-content: center;
    position: relative;
}

.form-container{        
    width: 1100px;
    height: 400px;
}



.add-resume{
    min-height: 105px;
    height: 100%;
    width: 40%;
    background: transparent url('../images/Grupo 1027.png') 0% 0% no-repeat padding-box;
    background-size: 100% 85%;
    margin: auto;

}


.warning{
    width: 90%;
    text-align: right;
    color: red;
    display: none;
}

.buttons{
    position: relative;
    width: 91%;
    margin-top: 1%;
    padding-bottom: 2%;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.send-button{
    border: none;
    width: 122px;
    height: 45px;    
    background: transparent linear-gradient(90deg, #FF963B 0%, #FD9137 37%, #F7842D 77%, #F37A25 100%) 0% 0% no-repeat padding-box;
    box-shadow: 4px 4px 3px #00000040;
    border-radius: 0px 30px;
    opacity: 1;
    font-family: 'PT Sans', sans-serif;
    color: white;
    font-size: 20px;
}


.clear-button{
    width: 98px;
    height: 37px;
    background: transparent url('../images/Grupo 825.png') 0% 0% no-repeat padding-box;
    opacity: 1;    
    border: none;
    color: black;
}

.resume-image{
    width: 90%;
    margin-top: 6%;
    margin-left: 5%;
    background: transparent url('../images/Grupo 1028.png') 0% 0% no-repeat padding-box;

}

#message{
    width: 96%;
}


input[type="file"]#document {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    }

label[for="document"] {
    width: 40%;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background-color:white;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
    margin-left: 30%;
    margin-top: 8%;
    }


@media (max-width:550px){
    .modal-dialog{
        max-width: 80%;
        margin-left: 5%;
    }

    .resume-info{
        flex-flow: column;
        margin-left: 5%;
    }

    .add-resume{
        width: 100%;
        order: 2;
    }

    .resume-image{
        margin-top: 8%;
        margin-left: 5%;
        width: 80%;
    }

    #form-group-message{
        order: 1;
    }
    .send-button{
        width: 129px;
    }

    .buttons{
        width: 95%;
      
    }
    
}