@import url("../css/fonts/OpenDyslexic/OpenDyslexic-Bold.css");
@import url("../css/fonts/OpenDyslexic/OpenDyslexic-Regular.css");
body {
  background: black;
  margin: 0;
  padding: 0;
  font-family: "OpenDyslexic"; }

#formSignIn,
#formLogin {
  padding: 40px;
  padding-top: 55px;
  padding-bottom: 0px;
  width: 460px; }
  #formSignIn input,
  #formLogin input {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 0px;
    font-family: "OpenDyslexic";
    border-bottom: 1px solid #541f10;
    font-size: 18px;
    height: 28px; }
  #formSignIn input:not(:last-child),
  #formLogin input:not(:last-child) {
    margin-bottom: 40px; }
  #formSignIn .status,
  #formLogin .status {
    text-align: center;
    color: #ffffff; }

#formSave {
  border-top: 1px solid #d2aa8f;
  padding-top: 5px;
  width: 220px; }
  #formSave input {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 0px;
    font-family: "OpenDyslexic";
    border-bottom: 1px solid #d2aa8f;
    font-weight: 700;
    font-size: 14px;
    height: 28px;
    color: #ffffff; }
  #formSave input.erro {
    border-color: red; }
  #formSave input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
    /* Firefox */ }
  #formSave input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff; }
  #formSave input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff; }
  #formSave .title {
    text-align: left;
    font-size: 12px;
    color: #541f10; }
  #formSave .status {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #ffffff; }

#listaSaved {
  color: #541f10;
  width: 240px;
  height: 215px;
  font-size: 12px;
  padding-right: 10px;
  overflow: auto; }
  #listaSaved .item {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    position: relative;
    padding-right: 32px;
    border-top: 1px solid #d2aa8f;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px; }
    #listaSaved .item .link {
      position: absolute;
      top: 50%;
      margin-top: -18px;
      right: 0px; }
    #listaSaved .item .nome {
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      color: #ffffff;
      font-size: 14px;
      font-weight: 700; }
  #listaSaved .item:hover {
    color: #ffffff; }
    #listaSaved .item:hover .nome {
      color: #541f10; }

/*# sourceMappingURL=layout.css.map */
