main{
    height: auto;
    background-color: #EFEFEF;
}

.bg{
    background-image: url(http://127.0.0.1:8000/assets/front/images/cars/customer-follow-up.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

h1{
    font-size: 24px;
    font-weight: bold;
}
.wg-card-store{
    border-radius: 0;
}
.wg-card-store .card-store-info {
    padding: 30px 100px 30px 100px;
}
.attention{
    border: 2px solid #D4D4D4;
    padding: 1em;
    border-radius: 10px;
}

.attention .text{
    padding-right: 20px;
    position: relative;
}

.attention .text:before{
    content: '';
    background-image: url(../../images/attention.png);
    width: 24px;
    height: 24px;
    background-position: center;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    right: -10px;
}

.sign-up-guide-btn{
    background-color: #D9D9D9;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 0.5em;
}

.sign-new-car-btn{
    background-color: #FF0400;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: .7em 0.5em;
    border-radius: 10px;
    font-size: 18px;
}

.before-signup{
    background-color: transparent;
    color: #777777;
}

@media only screen and (max-width: 991px) {
    .wg-card-store .card-store-info {
        padding: 30px;
    }
}
