@charset "utf-8";
/* CSS Document */
fieldset {
    padding-top: 15px;
    /*margin: 10px;*/
    background-color: rgba(255,255,255,0.35);
    border-radius: 0.4em;
}
legend {
	position: relative;
	top: 20px;
	left: -20px;
    margin: 20px;
    color: #666;
}
input {
	margin:4px;
	padding:4px;
}
.inicio {
	color: rgb(55, 55, 55);
	/*background: #EFEFEF;*/
	border: 1px ;
	padding: 4px 8px;
	border-radius: 3px;
}
.ok {
  color: rgb(9, 97, 20);
  background: #B3FFBA;
  border: 1px ;
  padding: 4px 8px;
  border-radius: 3px;
}
.version{
	float:right;
}
.has-float-label .form-control:placeholder-shown:not(:focus)+*{font-size:120%;opacity:.5;top:.6em;font-weight:normal;}
legend {
    font-size: 1.4rem;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.input-group {
    display: table;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
