@font-face {
    font-family: 'GothamBook';
    src: url('./GothamBook.otf');
}

body {
    background-image: url('./imagens/1046.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: 'GothamBook';
}

.btn, .btn-primary{
    background-color: #ED145B;
    border-color: #ED145B;
}

.btn:hover, .btn-primary:hover{
    background-color: #9d0b3b;
    border-color: #9d0b3b;
}
#logo {    
    margin-top: 20em;
}

#submitform{
    background-color: white;
    padding: 1.5em;
    border-radius: 10px;
    width: 80%;
    margin:auto;
    margin-top: 15em;
    
}

#id-logo{
    width: 70%;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    

}

@media screen and (max-width:800px) {
    body {
        background-image: url('./imagens/1046.jpg');
        background-size: 300%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
    }
    #logo{
        margin-top: 5em;
    }
    #submitform{
        margin-top: 1em;
    }
}
