.Buttons {
    height: 150px;
    /*padding-top: 100px;*/
    margin: 0 auto;    
}

.btn-cad {
    background-color: #ffd51d;
    color: #454445;
    border: none;
    padding: 19px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.btn-cad:hover {
    background-color: #f9eba9;
    cursor: pointer;
}

.middle {
    margin-left: 40%;
    padding-top: 37%;
}

.Container {
    height: 100%;
    width: 100%;
    background-image: url("/empresa/site/images/pt-br/landingpage/ffp_fundo.jpg");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 105%;
    background-color: #fec400;
}