.home_banner{
    background: url(/assets/img/banner_home.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 800px;
}

.shadow{
    color: white;
    text-shadow: 2px 2px 3px #ffffff;
    font-size: 50px;
}

#container_cadastro{
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 25px;
    border: grey;
    box-shadow: 10px 10px 5px rgb(102, 102, 102);
    text-align: justify;
}

.custom-text-center {
    text-align: center !important;
}

.custom-p{
    font-size: 15px;
}

.custom-p-alert{
    font-size: 18px;
}

.padding-top-10{
    padding-top: 10px;
}

.padding-top-20{
    padding-top: 20px;
}

.nopadding-top-5{
    padding-top: -5px
}