body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif; }

h1 {
  font-size: 1.2rem;
  text-align: center; }

img {
  margin: auto auto 24px auto;
  max-width: 200px;
  display: block; }

ul {
  display: grid;
  grid-gap: calc(24px/2);
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    width: 100%; }
    ul li a {
      color: #CD412F !important;
      text-decoration: none;
      text-align: center;
      width: 100%;
      display: block;
      font-weight: 600; }

div.msg {
  background: green;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

#cont {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  #cont .cont {
    max-width: 300px; }
    #cont .cont #login_cont {
      display: grid;
      grid-gap: calc(24px/2); }
    #cont .cont form {
      display: grid;
      grid-gap: calc(24px/2); }
      #cont .cont form #section_1 {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: calc(24px/2); }
        #cont .cont form #section_1 h2 {
          margin: 0;
          grid-column: span 2;
          text-align: center;
          text-transform: uppercase; }
        #cont .cont form #section_1 label {
          display: grid;
          grid-gap: 6px;
          position: relative; }
          #cont .cont form #section_1 label span.form_label {
            font-size: 0.8rem; }
          #cont .cont form #section_1 label input {
            height: calc(24px*2);
            padding: 0 24px;
            display: flex;
            align-items: center;
            border-radius: 4px;
            border: solid 1px rgba(0, 0, 0, 0.5); }
      #cont .cont form button {
        height: calc(24px*2); }

.rating {
  font-weight: bold;
  border-radius: 3px;
  color: white;
  display: inline-block;
  padding: 5px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0; }

.weakPassword {
  background-color: #EF1111; }

.moderatePassword {
  background-color: #FFC700; }

.strongPassword {
  background-color: #22BA3E; }

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