@charset "UTF-8";


atlas_textinput {
    border-style: "none";
    border-bottom-style: "solid";
    border-radius: "0px";
    margin: 0;
    padding: 0;
};

atlas_textinput_wrapper {
  margin: 0;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;

};

atlas_textinput:hover {
  border-style: none;
};


atlas_textinput:focus {
  border-style: none;
};

atlas_textinput_wrapper:hover {
  border-style: none;
};


atlas_textinput_wrapper:focus {
  border-style: none;
};