/* Your custom css code goes here */
.must-input{
    color: red;
}

input,textarea{
    outline: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

#reason{
    min-width:270px;
    min-height: 150px;;
}
html,body{
    /* border: 2px solid red; */
}
input.btn{
    box-sizing: border-box !important;
    padding: 0 !important;
}
.address-short {
    display: flex;
    justify-content: space-between;
}
.address-short >span:nth-of-type(1){
    display: inline-block;
    width: 60px;
}
.address-short input {
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#address1{
    width: 300px;
}