.beascout.unitsearch {
    position: relative;
    width: 170px;
    height: auto;
    min-height: 362px;
    background-color: none;
    margin: 49.07px auto;
    border-left: solid 5px #ce1126;
    border-right: solid 5px #ce1126;
    padding: 5px;
    text-align: center;
}

.beascout.unitsearch:before,
.beascout.unitsearch:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 120.21px;
    height: 120.21px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 19.8959px;
}

.beascout.unitsearch:before {
    top: -60.1041px;
    border-top: solid 7.0711px #ce1126;
    border-right: solid 7.0711px #ce1126;
}

.beascout.unitsearch:after {
    bottom: -60.1041px;
    border-bottom: solid 7.0711px #ce1126;
    border-left: solid 7.0711px #ce1126;
}

.beascout.unitsearch h3 {
    margin-top: 50%;
}

.beascout.unitsearch input[type="submit"] {
    position: relative;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    z-index: 20;
    font-size: 16px;
    color: #ffffff;
    background-color: #ce1126;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
}