.btn .img{
   width: 50px; 	
} 

.btn .title{

}

.btn .subtitle {
	font-size: x-small;
}

.btn-opacity-success {

   color:  #195040!important;
}

.error{
   background-color: #e88e8e91;
   border: 1px solid darkred;
   color: red;
   border-radius: 5px;
}

.exito {
   background-color: greenyellow;
   border: 1px solid green;
   color: green;
   border-radius: 5px;
}


textarea{	
    width: 100%;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 15px 0 15px;
    outline: none;
}

input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 15px 0 15px;
    outline: none;
}

select {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 15px 0 15px;
    outline: none;
    background-color: #fff;
}