
body{
    background:#f4f6f9;
}

.container{
    max-width:700px;
}

.card{
    border:none;
    border-radius:15px;
    overflow:hidden;
}

.card-header{
    padding:20px;
}

.card-body{
    padding:25px;
}

.form-control{
    height:48px;
}

.custom-file-label{
    height:48px;
    line-height:35px;
}

.btn-success{
    height:50px;
    font-size:18px;
    font-weight:600;
}

#offerBox{
    font-size:18px;
    font-weight:600;
    text-align:center;
}

.head-lane{
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    margin: 20px auto 30px auto;
    text-align: center;
    width: 50%;
    color: rgb(63, 63, 63);
}


.head-text{
    margin: 5px auto 0px auto;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    width: 50%;
    color: rgb(104, 104, 104);
}

.logo{
    width: 12%;
    display: block;
    margin: 50px auto 0px auto;
}

.card-header{
    color: white;
    background-color: rgb(94, 177, 94);
}

/* Tablet */
@media (max-width: 992px){

    .container{
        max-width:95%;
    }

    .card-body{
        padding:20px;
    }
    .logo{
        width: 20%;
        margin: 50px auto 0px auto;
    }

}

/* Mobile */
@media (max-width: 576px){

    .container{
        max-width:100%;
        padding-left:10px;
        padding-right:10px;
        margin-top:15px !important;
    }

     .logo{
        width: 40%;
        margin: 50px auto 0px auto;
    }

    .card{
        border-radius:10px;
    }

    .card-header h4{
        font-size:20px;
        text-align:center;
    }

    label{
        font-size:14px;
    }

    .form-control{
        height:45px;
        font-size:14px;
    }

    .custom-file-label{
        font-size:13px;
    }

    #offerBox{
        font-size:16px;
    }

    .btn-success{
        height:48px;
        font-size:16px;
    }

}
