@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,200italic,300italic,400italic");
@import url("https://fonts.googleapis.com/css?family=Roboto");
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #21a54e; }
  body form fieldset {
    border: none;
    display: flex; }
    body form fieldset input {
      margin: auto auto;
      text-align: center; }
    body form fieldset input[type="password"], body form fieldset input[type="text"] {
      background-color: #feca4a;
      /*floralwhite;*/
      border-color: #feca4a;
      border-radius: 12px;
      padding: .25em;
      border-style: solid;
      margin-bottom: .125em;
      height: initial; }
      body form fieldset input[type="password"]::placeholder, body form fieldset input[type="text"]::placeholder {
        color: black; }
    body form fieldset input[type="password"].hidden {
      height: 0;
      padding: 0;
      border: none; }
    body form fieldset input[type="submit"] {
      background-color: #feca4a;
      border-color: #feca4a;
      border-style: solid;
      border-radius: 5px; }
      body form fieldset input[type="submit"].hidden {
        height: 0;
        border: none;
        padding: 0; }

#info {
  position: absolute;
  top: 0;
  left: 0; }

/*# sourceMappingURL=login.css.map */
