/*
    Created on : 21/02/2018, 01:51:51
    Author     : matheose
*/
body {
    background: #bdbdbd;
}
.top10 {
    margin-top: 7%;
}
.meuhr {
    width: 60%;
}
/* only for exmaple notes not required for centering */
.backcolorCinza {
    background: #ececec;
}

.material-icons.md-white {
    color: white;
}
.material-icons.md-20 { font-size: 20px; }
.height-35 {
    height: 35px;
}
.text-dourado {
    color: #B49441;
    /** #ffea00 **/
}
input {
    border-color: #B49441 !important;
}
.borda-dourada {
    border-color: #B49441;
}
/*input::placeholder {*/
    /*color: #B49441 !important;*/
/*}*/
textarea {
    border-color: #B49441 !important;
}
/*textarea::placeholder {*/
    /*color: #B49441 !important;*/
/*}*/
.btn-outline-warning {
    color: #B49441;
    border-color: #B49441;
}
.font-size-15 {
    font-size: 15px;
}
.meu-hr {
    border-color: #B49441;
    padding: 0px;
    margin: 0px;
}