body{
    background-color: #f1f4f8 !important;
}
h1, h2, h3, h4, h5, h6{
    color: #005C31;
}
.logo{

}
.logo img{
    text-align: center;
    width: 20%;
    padding: 15px;
}
.subtitle{
    text-align: center;
}
.formulario{
    margin-top: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 20px;
}
.form-control{
    height: 60px;
}
.form-select{
    height: 60px;
}
.tecnomyl{
    height: 60px;
    text-align: center;
    background-color: #005C31;
    color: #ffffff;
    border: none;
    width: 100%;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100% !important;
    height: 60px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.show{
    display: block;
}
.hidden{
    display: none;
}
.open{
    display: block;
}
.close{
    display: none;
}