body {
    background: #128b8b;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: .82rem;
}

[v-cloak] {
    display: none; // ocultar quem tem essa diretiva até o Vue carregar
}

.invalid-feedback{
    color: yellow !important;
    font-size: 12px;
}

.tituloBlock {
    position: absolute;
    z-index: 1;
    left: .98rem;
    top: 2.9rem;
    text-transform: uppercase;
}

.tituloBlock > img {
    float: left;
}

.tituloBlock > h5 {
    float: left;
    margin: 1rem;
    font-size: 1rem;
}

.btn {
    border: white 1px solid;
}

.btInativo {
    background: #7f7f7f;
}

.titulo {
    font-weight: 600;
}

.txtRodape {
    font-size: 1rem;
}

.requerido {
    background: yellow;
}

.button-wrapper {
    position: relative;
    width: auto;
    text-align: center;
    margin: 0;
    transition: all 500ms;
}

.button-wrapper:hover {
    opacity: 0.5;
    transition: all 500ms;
}

.button-wrapper span.label {
    position: relative;
    z-index: 0;
    display: inline-block;
    /*width: 100%;*/
    /*background: #00bfff;*/
    cursor: pointer;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: 600;
}

#galeria, #camera {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
label{
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: -15px;
}

/*.form-row {*/
/*    margin-bottom: 20px;*/
/*    padding: 4px 0;*/
/*    position: relative;*/
/*}*/
/*.form-block {*/
/*    border: 1px solid #cccccc;*/
/*    margin-bottom: 8px;*/
/*    padding: 8px 12px;*/
/*}*/

/*input {*/
/*    background-color: white;*/
/*    -webkit-appearance: none;*/
/*    border: 1px solid #cccccc;*/
/*    font-family: Arial;*/
/*    margin-bottom: 8px;*/
/*    padding: 8px 4px;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    z-index: 3;*/
/*}*/
/*input:focus {*/
/*    box-shadow: 0 0 6px rgba(0, 200, 222, 0.25);*/
/*    background-color: #fafafa;*/
/*}*/

/*label {*/
/*    position: absolute;*/
/*    opacity: 0;*/
/*    transition: 0.2s bottom, 0.2s opacity;*/
/*    bottom: 0;*/
/*    z-index: 1;*/
/*}*/

/*input:focus + label,*/
/*input:invalid + label {*/
/*    bottom: 80%;*/
/*    font-family: arial;*/
/*    font-size: 14px;*/
/*    line-height: 1;*/
/*    opacity: 1;*/
/*    padding: 4px;*/
/*}*/
/*input:invalid {*/
/*    border-left: 10px solid #f00;*/
/*}*/
/*input:invalid + label::after {*/
/*    color: #f00;*/
/*    content: "X";*/
/*    font-family: arial;*/
/*    font-size: 14px;*/
/*    line-height: 1;*/
/*    padding-left: 12px;*/
/*}*/
