/* This file is reserved for overriding and extending the template styles. */


.has-error input {
    border-color: #ff6d6d !important;
}

.firmstyle-square {
    position: relative;
    padding-top: 100%;
    margin-bottom: 20px;
}

.firmstyle-square::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D7B56D;
}


.firmstyle-square.gold::before {
    background-color: #D7B56D;
}

.firmstyle-square.altgold::before {
    background-color: #F6A50C;
}


.firmstyle-square.bgbrown::before {
    background-color: #661413;
}

.firmstyle-square.bggold::before {
    background-color: #F7AA2B;
}

.firmstyle-square.bgaltgold::before {
    background-color: #F6A50C;
}


.firmstyle-logos {
    background: #ccc;
    padding: 30px;
}


.thumb-container {
    position: relative;
    width: 100%;
    padding-top: 142%;
    overflow: hidden;
}

.thumb-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}