.custom-file-input ~ .custom-file-label::after {
    content: "Elegir JPG o PNG";
}
#formularios {
    width:75%;
}
#formularios .card {
    width: 55rem;
    margin:auto;
}
#descripcion {
   resize: none;    
}
/*#formularios input[type=text], #formularios input[type=number], #formularios input[type=email], #formularios input[type=password], #formularios select {*/
.campocorto {
    width:55%;
}
.campoprecio {
    width:25%;
}


.bootstrap-select > .dropdown-toggle {
  width: 55%;
  border: 1px solid #ced4da;
}


.form-control:focus {
    /*border-color: #ff80ff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);*/
}
.form-check-input {
    
}
.form-group label {
    text-align:right;
}

/* fotos en publicar */
#fotos {
	display: block !important;
	right: 1px;
	top: 1px;
	height: 34px;
    width: 100%;
    opacity: 0;
	background: none;
	position: absolute;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}

.control-fileupload {
	display: block;
	border: 1px solid #d6d7d6;
	background: #effcfe;
	border-radius: 4px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0px 10px 2px 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 3px;
}

@media screen and (max-width: 990px){
    #formularios .card {
        width: 95%;
    }
    .campocorto {
        width:100%;
    }
    .form-group label {
        text-align:left;
    }    
    #formularios {
        width:95%;
    }
    .jFiler-theme-default .jFiler-input {
        width: 100%;
    }    
}
/* boton sign in google*/ 
span[id^=not_signed_]:before {
    content: 'Entrar con Google';
    padding-right:100px;
}