* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;

}

.icon-nav {
  width: 11vw;
  margin-left: 1vw;
  padding: 1vw 0vw;
}

input {
  border-style: solid;
}

a {
  color: var(--colorP);
}

#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  height: 100%;
  min-height: 49vw;
}

.direct {
  display: block;
  color: var(--colorP);
  font-size: 1vw;
}

.footer-login {
  width: 60%;
  height: auto;
  margin: auto;
  border-top-color: #5db820;
  border-top-style: groove;
}

.content-title {
  height: 18%;
  display: flex;
}

.title {
  margin: auto;
  font-size: 1.5vw;
  font-weight: 700;
}

.container-login {
  background-size: cover;
  height: 32vw;
  text-align: center;
  padding-top: 3vw;
  padding-bottom: 3vw;

}

.login {
  width: 28%;
  display: inline-block;
  background: white;
  height: 100%;
  border-radius: 1vw;
  color: #242C33;
}

.form {
  justify-content: center;
  border-radius: 5px;
  height: 62%;
  padding-left: 3vw;
  padding-right: 3vw;
}

.form-label {
  display: block;
  text-align: left;
  font-size: 1vw;
  margin-bottom: 1vw;
}

.form-input {
  width: 100%;
  height: 2.5vw;
  border-radius: 0.3vw;
  border-color: #06102d4a;
  margin-bottom: 1vw;
  background: #0414160a;
  font-size: 1.1vw;
  border-width: 0.2vw;

}

.form-input:focus {
  outline: 0;
  border-color: var(--colorP);
}

.form-submit {
  display: block;
  width: 102%;
  margin-bottom: 0.5vw;
  height: 2.8vw;
  border-radius: 0.5vw;
  border: none;
  font-size: 1vw;
  background-color: var(--colorP);
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.create {
  background-color: white;
  color: var(--colorP);
  border: solid;
}

.card p {
  margin: auto;
  font-size: 1.8vw;
  padding: 2vw;
  text-align: center;
}

.card {
  box-shadow: 2px 6px 20px 0vw #00000047;
  background: #fff;
  width: 43%;
  margin: auto;
  display: grid;
  padding: 1vw;
  min-height: 20vw;
  height: auto;
  border-radius: 1vw;
  cursor: pointer;
}

.container-options {
  width: 80%;
  margin: auto;
  padding: 4vw;
  display: flex;
}

@media screen and (max-width: 768px) {
  .container {
    min-height: 220vw;
  }

  .container-login {
    height: 76vw;
  }

  .icon-nav {
    width: 39vw;
  }

  .login {
    width: 80%;
  }

  .title {
    font-size: 6vw;
  }

  .form label {
    font-size: 4vw;
  }

  .form input {
    height: 7.5vw;
    font-size: 3vw;
  }

  .footer-login {
    width: 80%;
  }

  .direct {
    font-size: 3vw;
  }

  .form-submit {
    height: 6.8vw;
    font-size: 2vw;
  }

  .card {
    width: 81%;
    height: auto;

    margin: 12vw auto;
  }

  .card p {
    font-size: 3.8vw;
  }

  .container-options {
    width: 100%;
    display: contents;

  }

}


.terminos-register {
  font-size: 1vw;
  display: flex;
  margin-left: 2vw;
  margin-bottom: 2vw;
  height: 0vw;
}

.footer-register {
  width: 79%;
  height: auto;
  margin: 2vw auto 0vw auto;
  text-align: justify;
  font-size: 0.8vw;
}

.footer-create-account {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 10px #0000000f;
  border-top-style: none !important;
  border-top-color: none !important;
}

.content-title-register {
  height: 18%;
  display: flex;
}

.content-title-register p {
  margin: auto;
  font-size: 1.5vw;
  font-weight: 700;
  color: var(--colorP);
}

.container-register {
  background-size: cover;
  height: 32vw;
  text-align: center;
  padding-top: 3vw;
  padding-bottom: 3vw;

}

.register {
  width: 28%;
  display: inline-block;
  background: white;
  height: 100%;
  border-radius: 1vw;
  color: #242C33;
}

.form-register {
  justify-content: center;
  border-radius: 5px;
  height: 62%;
  padding-left: 3vw;
  padding-right: 3vw;
}

.form-label-register {
  display: block;
  text-align: left;
  font-size: 1vw;
  margin-bottom: 0.5vw;
}

.form-input-register {
  border-style: solid;
  width: 96%;
  height: 2.5vw;
  border-radius: 0.3vw;
  border-color: #06102d4a;
  margin-bottom: 1vw;
  background: #0414160a;
  font-size: 1.1vw;
  border-width: 0.2vw;
  padding: 0vw 0vw 0vw 0.5vw;

}

.form-input-register:focus {
  outline: 0;
  border-color: var(--colorP);
}

.form-submit-register {
  display: block;
  width: 102%;
  margin-bottom: 0.5vw;
  height: 2.8vw;
  border-radius: 0.5vw;
  border: none;
  font-size: 1vw;
  background-color: var(--colorP);
  color: white;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal-dactilar img {
    width: 36vw;
  }

  .form-submit-register {
    height: 7vw;
    font-size: 3vw;
  }

  .container-register {
    height: 171vw;
    display: flex;
  }

  .icon-nav {
    width: 39vw;
  }

  .register {
    width: 80%;
    margin: auto;
    height: 64%;
  }

  .content-title-register {
    margin: 5vw;
  }

  .content-title-register p {
    font-size: 8vw;
  }

  .form-register {
    height: 56%;
  }

  .form-register label {
    font-size: 4.1vw;
  }

  .form-register input {
    height: 9.5vw;
    font-size: 5vw;
  }

  .footer-register {
    margin-top: 9vw;
    width: 92%;
    font-size: 2vw;
  }

  .direct {
    font-size: 3vw;
  }

  .terminos-register {
    font-size: 3vw;
    display: flex;
    margin-left: 8vw;
    margin-bottom: 3vw;
    margin-top: 2vw;
  }

  .modal-alert {
    font-size: 3.5vw !important;
  }

  .alert {
    width: 75% !important;
    font-size: 3vw !important;
  }
}

#footer {
  height: 7vw;
  border-top-style: solid;
  border-top-color: var(--colorP);
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
  /*
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0*/
}

#footer p {
  font-size: 1vw;
  color: white;
  float: left;
  margin: auto 0px;
  padding-right: 50vw;
}

#footer a {
  display: flex;
}

#footer i {
  font-size: 1.2vw;
  color: white;
  float: right;
  margin: auto 10px;
}

#nav {
  padding: 0.1vw 3vw;
  background: #ffffff;
  display: flex;
  box-shadow: 0px 0px 0.5vw #0000001a
}

#nav a {
  font-weight: bold;
  color: #2c3e50;
}

#nav a.router-link-exact-active {
  color: #42b983;
}

#content-user {
  float: right;
  width: 100%;
}

#content-user div {
  float: right;
  height: 100%;
  display: flex;
}

#content-user a {
  font-weight: bold;
  color: #2c3e50;
  margin: auto;
}

#perfil {
  padding: 0vw 1vw;
  border-right-style: solid;
  border-left-style: solid;
}

#exit {
  padding: 0vw 2vw;
}

#perfil img {
  width: 2.2vw;
  height: 2.2vw;
  border-radius: 2vw;
  margin: auto 1vw;
}

@media screen and (max-width: 768px) {
  .icon-nav {
    width: 69vw;
    margin: auto;
  }

  #footer {
    height: 10vw;
  }

  #footer p {
    font-size: 2vw;
    padding-right: 2vw;
  }

  #footer i {
    font-size: 3vw;
  }
}