/*CSS HANDLER */
/* CSS */

*::after, *::before {
  box-sizing: border-box;
}

.input_icon {
  left: 20px;
  position: absolute;
  top: 5px;
}

.opzag_row {
  float: left;
  margin-top: 5px;
  width: 100%;
}

#opzag_check_recharge_label{
	color: #fff;
}

#opzag_container {
  clear: both;
}

#opzag_container form{
  margin-bottom: 5px;
}

#opzag_container .form-group {
  margin-bottom: 0;	 
}

