.pmd-textfield.has-Robotica .form-control {
    color: #ccc !important;
    border-color: #ccc !important;
}
.pmd-textfield.has-Robotica .form-control~.pmd-textfield-focused {
    background-color: #016e45 !important;
}
.pmd-textfield.has-Robotica .form-control~.has-error-text {
    color: #ffc107 !important;
    display: block;
}
.pmd-textfield.has-warning .form-control:focus {
    box-shadow: none;
}
.pmd-textfield-floating-label.pmd-textfield-floating-label-completed.has-Robotica label {
    color: #ccc !important;
}
.has-Robotica .control-label, .has-Robotica .help-block {
    color: #ccc !important;
}

.sendBtn {
    background: #016e45 !important;
    padding: 20px !important;
    border-radius: 5px !important;
    margin-top: 20px;
    margin-bottom: 0px !important;
    background-image: url('/img/br_button.svg') !important;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
    background-size: 350px !important;
}

.transition-width { transition: width 1s ease-out; webkit-transition: width 1s ease-out; }


.Title {
    margin: 18px;
    text-align: left;
    color: #016e45;
    text-transform: uppercase;
    font-size: 19px;    
}

.textSub {
    margin: 18px;
    text-align: left;
    color: #454545;
    font-size: 15px;
}

.container {
    background-color: #f1f1f1
}

.RoboticaForm {
    padding: 20px;
    background: white;
    border-radius: 8px;
}

.position {

}

.triangolo-container {
    width: 30px;
    right: 35px;
    top: 20px;
    transform: rotate(90deg);
    position: absolute;
}
