/*#arrow {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    top: calc(100%);
    border-top: 25px solid #fe5815;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}*/

.form-full-height {
    height: calc(80vh);
}

@media (min-width: 768px) {
    .form-full-height {
        height: auto;
    }
}

.input-group-text{
    min-width:50px;
}