* {
    font-family: "Montserrat", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #333;
  }
  
  html,
  body {
    height: auto;
    min-height: 100vh;
  }
  
  html {
    width: 100vw;
    height: 100vh;
    background-image: url('../img/technology.jpg');
    background-size:100%;
    background-repeat: no-repeat;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;

    /*background: linear-gradient(180deg, #ea03ff 0%, #0097ff 100%);*/
  }
  
  .image{ width:80px; height: 80px; }
  .dimage{position: fixed; margin: 2% 0 0 2%;}
  
  input:focus {
    outline: none;
  }
  
  .select{ max-width:50px }
  
  #register-container {
    max-width: 900px;
    min-height: 80vh;
    margin: 2rem auto;
    display: flex;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  
  #register-banner {
    
    background: url("../img/bg-form.jpg");
    background-size: cover;
    background-position: center;
    width: 50%;
  }
  
  #banner-layer {
    background-color: rgba(25, 11, 122, 0.7);
    height: 100%;
    padding: 2rem;
    display: flex;
    align-items: center;
  }
  
  a{color:#fff; text-decoration: none;}
  
  
  #register-banner h1 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    color: #fff;
    word-spacing: 50rem;
  }
  
  #register-banner p{
    color: #fff;
    word-spacing: 50rem;
  }
  
  #register-banner h3 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    color: #fff;
    word-spacing: 50rem;
  }
  
  #register-form {
    background-color: #fdfdfd;
    padding: 2rem;
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  
  #register-form h2 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2.2rem;
  }
  
  #register-form p {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #aaa;
    font-size: 0.8rem;
  }
  
  .form-control {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
  }
  
  .form-control label {
    font-weight: bold;
    margin-bottom: 0.6rem;
  }
  
  .form-control input {
    border: none;
    border-bottom: 1px solid #aaa;
    padding: 0.6rem 0;
  }
  
  .form-control select {
    border: none;
    border-bottom: 1px solid #aaa;
    padding: 0.6rem 0;
  }
  
  .inputPassword{ font-size: 20px; font-weight: bold; }
  
  
  
  #open-generate-password {
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s;
    display: block;
  }
  
  #open-generate-password:hover {
    color: #0099ff;
  }
  
  #register-form #generated-password {
    border: 1px solid #0099ff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.4rem;
    color: #333;
    text-align: center;
    margin-bottom: 1rem;
    display: none;
  }
  
  #register-form #generated-password p {
    color: #81d340;
    margin-bottom: 0.5rem;
  }
  
  #register-form input[type="submit"],
  #generate-options button,
  #copy-password {
    background-color: #81d340;
    color: #fff;
    opacity: 0.5;
    border: none;
    border-radius: 2rem;
    padding: 1rem 1.4rem;
    max-width: 150px;
    cursor: pointer;
    align-self: flex-end;
    transition: 0.4s;
  }
  
  #register-form input[type="submit"]:hover {
    opacity: 2;
  }
  
  /*.....*/
  
  #open-generate-lista {
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s;
    display: block;
  }
  
  #open-generate-lista:hover {
    color: #0099ff;
  }
  
  #register-form #generated-lista {
    border: 1px solid #0099ff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.4rem;
    color: #333;
    text-align: center;
    margin-bottom: 1rem;
    display: none;
  }
  
  #register-form #generated-lista p {
    color: #81d340;
    margin-bottom: 0.5rem;
  }
  
  /*.....*/
  
  /* Segunda versão */
  #generate-options {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #ddd;
  }
  
  #generate-options .form-control {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  
  #generate-options label {
    font-size: 0.8rem;
  }
  
  #generate-options input[type="text"] {
    max-width: 30px;
    text-align: center;
    border: 1px solid #ccc;
  }
  
  #generate-options button {
    background-color: #0097ff;
    display: block;
    margin: 0 auto;
  }
  
  #copy-password {
    margin: 1rem auto;
    background-color: transparent;
    border: 2px solid #81d340;
    color: #81d340;
    padding: 0.5rem 1rem;
  }
  
  .hide {
    display: none;
  }
  
  .atual{text-align: center;}
  
  button{
        background-color: #FF8C00;
          color: #000;
          opacity: 0.5;
          border: none;
          border-radius: 2rem;
          padding: 1rem 1.4rem;
          max-width: 150px;
          cursor: pointer;
          align-self: flex-end;
          transition: 0.4s;
    }
  
    button:hover{opacity: 1;}    