.login-form7{
  z-index: 261;
  max-width:345px;
  min-width:345px;
  min-height:247px;
  max-height:247px;
  padding: 15px;
  background-color: #EDEDED ;
  position: relative;
  box-sizing: border-box;
}
.button-one7 {
  position: relative;
  text-align: center;
  cursor: pointer;
  font-size:16px;
  font-weight: bold;
}
#negritas7{
  font-weight: bold;
  text-decoration: none;
}

/*Button One*/
.button-one7 {
  color:#002e58;
  border-radius: 2px;
  background: -webkit-gradient(linear,center top, center bottom , from(#fec501), color-stop(80%, #eaa200) );
  background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,175,75,1) 49%, rgba(255,146,10,1) 100%);
  background: -o-linear-gradient(top,#fec501, #eaa200 80%);
  background: linear-gradient(to bottom,#fec501, #eaa200 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
  border: none;
  margin-top: -8px;
  margin-bottom: 0px;
  padding: 12px;
  height: 48px;
  width: 170px;
  transition: all 0.5s;
}
.button-one7 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button-one7 span:after {
  content: url(../images/arrow-1348.png);
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button-one7:hover span {
  padding-right: 25px;
}
.button-one7:hover span:after {
  opacity: 1;
  right: 0;
}
.groupbtn7{
  margin-top: 33px;
  text-align: center;
}
.grouptxtc7{
 position: relative;
  font-family: Arial, Helvetica;
  font-size: 12px;
  margin-top: 22px;
  color: #fff;
  width: 260px;  
  height: auto;
}
.groupselect7{
  position: relative;
  padding-top: 0px;
  padding-right: 0px;
  text-align: center;
  align-content: center;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
input[id="select_fecha_auto_requerida7"] {
  background: #fff url(../images/fi-2364.jpg) no-repeat;
  background-position: 10px 50%;
}
input[id="select_fecha_auto_entrega7"] {
  background: #fff url(../images/fi-2364.jpg) no-repeat;
  background-position: 10px 50%;
}

input[id="select_fecha_pasa_requerida7"] {
  background: #fff url(../images/fi-2364.jpg) no-repeat;
  background-position: 10px 50%;
}
input[id="select_fecha_pasa_entrega7"] {
  background: #fff url(../images/fi-2364.jpg) no-repeat;
  background-position: 10px 50%;
}

select[class="selecthour7"] 
{ background: #fff url(../images/fi-2365.jpg) no-repeat;
 background-position: 81% 50%; 
}



.date7{
  position: relative;
  margin-top: 6px;
  font-size: 12px;
  width: 130px; 
  height: 40px;
  float: left;
  padding-left: 40px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  margin-bottom: 5px;
}
.selecthour7 {
  position: relative;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  margin-top: 6px;
  padding-left: 10px;
  font-size: 12px;
  width: 135px;
  height: 40px; 
  float:right;
  margin-bottom: 5px;


}
.label7{
position: relative;
  color:black;
  font-family: arial,helvetica;
  font-size: 12px;
  text-decoration: none;
}
