html {
    height: 100%;
  }
body {
    
    min-height: 100%;
    background: rgb(252,213,69);
background: radial-gradient(circle, rgba(252,213,69,1) 0%, rgba(219,127,29,1) 45%, rgba(255,221,98,1) 100%);

}

input,
option,
select {
    text-transform: uppercase;


}

input::placeholder,
select::placeholder {
    text-transform: none;
}

.container {
    min-height: 100%; 
    background-color: rgb(245, 244, 244);
    font-size: 1rem;
}

.container-msg
{
   height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-msg {
    width: auto;
}
.msg-item {
  text-align: center;
}

.logo {
    height: auto;
    width: 45%;
    padding: 5px;
    

}

@media screen and (max-width: 991px) {
    .logo {
        height: auto;
        width: 60%;
        padding: 5px;

    }
}

@media screen and (max-width: 767px) {
    .logo {
        height: auto;
        width: 100%;
        padding: 5px;

    }

    .h2 {
        font-size: 1.8rem;
    }

    .h5 {
        font-size: 1rem;
    }
}

.header {
    
    max-height: 130px;
    min-height: 100px;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.container-fluid {
    /* font-size: 1em; */
    background-color: rgb(136, 40, 40);
    font-size: 1rem;
    padding-top: 20px;



}


label {
    color: rgb(223, 122, 0);
    font-weight: bold;
}

.form-control:focus {
    border-color: darkorange;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(250, 111, 31, 0.5);
}

.form-select:focus {
    border-color: darkorange;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(250, 111, 31, 0.5);
}



/* .form-select option:active {

    color: #198754;
} */

.teste {



    color: rgb(32, 32, 32);



}

.centralizar {
    display: flex;
    flex-direction: row;


    align-items: center;
    justify-content: center;
}


.effect8 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect8:before,
.effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.effect8:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}