body {
    background: #F6F8F7;
}

.form-container-home{
    background: #dde1e7;
    box-shadow: -3px -3px 7px #ffffff73,
        2px 2px 5px rgba(94, 104, 121, 0.288);
    font-family: 'Titillium Web', sans-serif;
    padding: 15px 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.form-container-home:before{
    content: '';
    /* background: #008445; */
    background: linear-gradient(90deg, #09904F 0%, #BDDE76 100%);
    height: 520px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.form-horizontal .card{
    border-radius: 15px;
}

