/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#LoggupRastreioWidget {
    background: none;
    overflow: hidden;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#LoggupRastreioWidget .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100% !important;
}
#LoggupRastreioWidget .centraliza{
    position: relative;
    max-width: 980px;
}
#LoggupRastreioWidget .tecnologiaLoggup {
    text-align: center;
    margin-top: 0;
    display: block;
}
#LoggupRastreioWidget .tecnologiaLoggup a {
    color: #FFFFFF;
    font-size: 10px;
}
#LoggupRastreioWidget form label{
    text-align: center;
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
}
#LoggupRastreioWidget form input{
    width: 100%;
    height: 40px;
    background: none;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    text-indent: 20px;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 10px;
}
#LoggupRastreioWidget form input::-webkit-input-placeholder{ color: #FFFFFF; }
#LoggupRastreioWidget form input::-moz-placeholder{
    color: #FFFFFF;
    opacity: 1; }
#LoggupRastreioWidget form input:-ms-input-placeholder{ color: #FFFFFF; }
#LoggupRastreioWidget form button {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    color: #f7921f;
    font-size: 16px;
    background: #FFFFFF;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
#LoggupRastreioWidget form select {
    width: 100%;
    height: 40px;
    border: 1px solid #D4D4D4;
    text-indent: 10px;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #262262;
    border-radius: 7px;
}
