.div-novo-utilitarios{
    width:100%;
    height:100px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.div-novo-cotacao{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    width: 49.5%;
    height: 100%;
    background-color: #1a3e23;
    align-items: flex-end;
    flex-direction: column;
    /*background-image: url(/images/cotacao.svg);*/
    background-position: -17px -10px;
    background-size: 20%;
    background-repeat: no-repeat;
}

.padding-cotacao{
    padding:0 5px;
    width:calc(100% - 10px);
}

.div-novo-guia{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    width: 49.5%;
    height: 100%;
    background-color: #e6b48e;
    align-items: flex-end;
    flex-direction: column;
    /*background-image: url(/images/guia.svg);*/
    background-position: -6px -10px;
    background-size: 17%;
    background-repeat: no-repeat;
}

.top{
    margin-top: 5px;
    width: calc(100% - 20px);
    height: 40%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.tittle{
    font-size:28px;
    color:#fff;
    border:none;
    padding:0;
    margin:0;
}

.top-tittle{
    width:71%;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-content:center;
}

.top-button{
    width:30%;
    height:100%; 
    
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    align-content:center;
}

.input-cotacao{
    background-color:#e6b48e;
    color:#000;
    font-weight:100;
    padding:5px 35px;
    font-size:16px;
}

.input-guia{
    background-color:#7d2412;
    color:#fff;
    font-weight:100;
    padding:5px 35px;
    font-size:16px;
}

.form-utilitarios{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.bottom{
    margin-bottom:7px;
    width:calc(100% - 20px);
    height:auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

.span-label{
    color:#fff;
    text-align:center;
    font-size:8px;
}

.cotacao-select-cotacao{
    width:100%;
    border: none;
    font-size: 14px;
    font-weight: 100;
    height: 24px;
    text-transform:uppercase;
}

.div-novo-login{
    width: 15%;
    height: calc(100% - 5px);
    background-color: #1a3e23;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: wrap;
    padding-bottom: 5px;
    background-image: url(/images/icon-login-opacidade.svg);
    background-position: 0px 3px;
    background-size: 73%;
    background-repeat: no-repeat;
}

.div-ingredientes{
    width:68%;
    height:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.div-quantidade{
    width:18%;
    height:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.div-fornecedores{
    width:30%;
    height:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.div-guia-ingredientes{
    width:68%;
    height:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.div-guia-fornecedores{
    width:30%;
    height:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.guia{
    color:#000;
}

.div-login-cadastro{
    height: 50%;
    width: calc(100% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

.div-login{
    width:60%;
    height:45%;
    background-color:#e6b48e;
}

.div-cadastro{
    width:100%;
    height:45%;
    background-color:#fff;
}

.a-login{
    display:flex;
    align-content:center;
    align-items:center;
    color:#000;
    text-decoration:none;
    height:100%;
    width:100%;
    justify-content:center;
    text-transform:uppercase;
    font-size:10px;
}

.a-cadastro{
    display:flex;
    align-content:center;
    align-items:center;
    color:#000;
    text-decoration:none;
    height:100%;
    justify-content:center;
    text-transform:uppercase;
    font-size:10px;
}

.cotacao-select-cotacao::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

.cotacao-select-cotacao:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

.cotacao-select-cotacao::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

.login{
    float: right;
    margin-top: 28px;
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.login-guia{
    float: right;
}

.img-login img{
    width:60px;
}

.link-login{
    background-color:#e6b48e;
    color:#1a3e23 !important;
}

.txt-login{
    display: flex;
    flex-direction: column;
    width: 100px;
    justify-content: center;
}

.txt-login a{
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    padding: 5px 0px;
    width: 90px;
    cursor:pointer;
}

@media (max-width: 980px) {
    .login{
        display:none;
    }
    
    .tittle{
        font-size:20px;
    }
}

