@font-face {
    font-family: BlackCaps;
    src: url('../fonts/Panton-BlackCaps.otf');
}

@font-face {
    font-family: LightitalicCaps;
    src: url('../fonts/Panton-LightitalicCaps.otf');
}

@font-face {
    font-family: BlackitalicCaps;
    src: url('../fonts/Panton-BlackitalicCaps.otf');
}

body, html {
    background-image: url("../img/form_doacao_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

/* AUXILIARES */

.mrg-top-30 {
    margin-top: 30px;
}

.mrg-top-40 {
    margin-top: 40px;
}

.mrg-top-55 {
    margin-top: 55px;
}

.mrg-top-80 {
    margin-top: 80px;
}

.mrg-bottom-80 {
    margin-bottom: 80px;
}

.no-padding {
    padding: 0 !important;
}

.txt-branco {
    color: #ffffff;
}

.blackCaps {
    font-family: BlackCaps;
}

.lightitalicCaps {
    font-family: LightitalicCaps;
}

/* AUXILIARES */

#formulario {
    font-family: BlackCaps !important;
}

#formulario input, #formulario select {
    /*background-color: #ec898b;*/
    background-color: rgba(234, 233, 233, 0.8);
    color: black !important;
    border-style: none;
    border-radius: 5px;
    /*height: 40px;*/
    /*color: #ffffff !important;*/
    /*font-weight: 700;*/
}

.form-control {
    box-shadow: none;
}

.form-control:hover, .form-control:focus {
    box-shadow: none !important;
}

#formulario ::-webkit-input-placeholder {
    /*color: #ffffff;*/
    /*font-family: BlackCaps !important;*/
}

.btn-success {
    color: #ffffff !important;
    background-color: #a1a3a2 !important;
    border-color: transparent;
    height: 30px;
    font-family: BlackitalicCaps !important;
}

.btn {
    border-radius: 5px !important;
}

@media (max-width: 1024px) {
    body, html {
        background-image: url("../img/form_doacao_mobile.jpg");
    }

    /*AUXILIARES*/
    .xs-mrg-top-20 {
        margin-top: 20px;
    }

    .xs-mrg-top-10 {
        margin-top: 10px;
    }

    /*AUXILIARES*/
    #formulario input {
        background-color: #ec898b;
    }

    #formulario ::-webkit-input-placeholder {
        color: #ffffff;
    }

    .logo-formulario img {
        width: 220px;
    }

    .txt-branco {
        text-align: center;
    }

    .txt-branco h2 {
        font-size: 14px;
        font-weight: bold;
    }

    .txt-branco h4 {
        font-size: 12px;
        font-weight: bold;
    }
}

@media (max-height: 480px) {
    #logo_footer {
        width: 120px;
    }
}