.cloud_check .error {
  border: red 1px solid;
}

.cloud_check  .error_text{
  color: red;
}


.cloud_check h5 {
  text-align: center;
}

.cloud_check fieldset {
  border: 2px solid #0447A2;
  border-radius: 10px;
  padding: 10px;
}

.cloud_check .model_select{
  width: 100%;
  height: 42px;
}

.cloud_check .serial_number_input {
  width: 100%;
  text-align: center;

}

.cloud_check .sn {
  color: #0447A2;
  cursor: pointer;
}

.cloud_check .mouseover_popup {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 1000;
}