input{
    border: unset;
    border-bottom: 1px black solid;
}
 body { font-family: DejaVu Sans, sans-serif; }
        h1, h2, h3 {font-size: 1em; }
        p { line-height: 1.5; }
        .content { margin: 20px; }
        .image-container { margin-top: 20px; }
        img { max-width: 100%; height: auto; }
        .right-aligned {
            text-align: right;
        }

 .custom-file-input {
            display: none; /* Hide the original file input */
}
form{
    padding:20px;;
}

.custom-file-label, .submit-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    font-family: DejaVu Sans, sans-serif; 
}

.custom-file-label:hover {
    background-color: #0056b3;
}

.file-name {
    margin-left: 10px;
    font-style: italic;
}
.date{
    border: unset !important;
}
.realtor-img-wrapper, .relator-info-right-side{
        max-height: 300px;
    }
    .realtor-img-wrapper img, .relator-info-right-side img{
        max-height: 100%
    }
    body{
        display: flex;
        justify-content: center;
    }
    form{
        max-width: 1240px
    }
    .relator-info-wrapper{
        display: flex;
        margin-top: 100px;
        justify-content: space-between;
    }
    .relator-info-left-side{
        width: 550px;
        display: flex;
        justify-content: space-between

    }
    .relator-info-right-side{
        text-align: right;
    }

@media sceen and (max-width: 430px){
    .submit-button{
        width: 100%;
    }
}
/*{*/
/*    padding: 10px 20px;*/
/*    background-color: #007bff;*/
/*    color: white;*/
/*    cursor: pointer;*/
/*    border-radius: 5px;*/
/*    font-family: DejaVu Sans, sans-serif; */
/*}*/