.maindoc {
    width: 100%;
    height: 1080px;
    background-color: #2d2d2d;
    border: 1px solid #2d2d2d;
}
.mainlogo{
    text-align: center;
}
.HitLogo {
    height: 50px;
    width: auto;
    text-align: center;
    margin: 30px;
}
.buttoncontainer{
    text-align: center;
}
.button {
    width: 200px;
    height: 40px;
    border-radius: 10px;
    filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.16));
    background-image: linear-gradient(180deg, #ea916b 0%, #e05a4d 100%);
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
}
.intro{
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
}
.linha{
    background-color: #000000;
    border: 2px solid #707070;
    width: 100px;
}
.rectangle {
    position: relative;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 6px;
    background-image: linear-gradient(180deg, #ea916b 0%, #e05a4d 100%);
    
}
.biocontainer {
    width: 780px;
    height: 435px;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 11.5px rgba(0, 0, 0, 0.16));
    background-color: #ea916b;
    margin-left: auto;
    margin-right: auto;

}
.biotext{
    width: 700px;
    height: 355px;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Montserrat";
    margin-left: 20px;
    margin-top: 30px;
}
.formcontainer{
    width: 680px;
    height: 404px;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 11.5px rgba(0, 0, 0, 0.16));
    background-color: #ea916b;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.btnsub{
    margin-top: 20px;
    width: 160px;
    height: 40px;
    border-radius: 10px;
    filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.16));
    background-color: #373735;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
    border: 0px;
}
.forminput{
    margin-top: 30px;
    width: 292px;
    height: 46px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 0px;
}
.msg{
    margin-top: 15px;
    width: 600px;
    height: 200px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 0px;
}
@media screen and (max-width: 600px) {
    
    button {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    
    button {
        padding: 8px 16px;
        margin: 5px;
    }
}