.modal-body{
    display: flex;
    margin-top: 30px;
    margin-left: 10px;
}
.modal-form{
    margin-left: 250px;
}
.modal-form input{
width: 250px;
height: 40px;
border-bottom:3px solid  #E92124 ;
border-top:0;
border-left: 0;
border-right:0;
margin-bottom: 25px;
}

.modal-form .btn-input{
    width: 500px;
    height: 40px;
    background-color: #E92124;
    font-weight: 700;
    color: #fff;
    border: 1px solid #E92124;
    border-radius: 2px;
}

.modal-form textarea{
    width: 500px;
    height: 60px;
    border-bottom:3px solid  #E92124 ;
    border-top:0;
    border-left: 0;
    border-right:0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.fas{
    color: #E92124;
}

.modal-coord ul li{
    list-style-type: none;
    margin-top: 15px;
    color: #000;
    font-size: large;
    font-weight: 600;
}

@media (max-device-width:480px)
{
    .modal-form textarea{
        width: 250px;
        height: 60px;
        border-bottom:3px solid  #E92124 ;
        border-top:0;
        border-left: 0;
        border-right:0;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .modal-form .btn-input{
        width: 250px;
        height: 40px;
        background-color: #E92124;
        font-weight: 700;
        color: #fff;
        border: 1px solid #E92124;
        border-radius: 2px;
    }
}
