/********* BODY */

body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #0F1513;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

::-webkit-scrollbar {
  display: none;
}

body::-webkit-scrollbar:vertical {
  display: block;
  width: 8px;
}

body::-webkit-scrollbar-track:vertical {
  background: #929292;
}

body::-webkit-scrollbar-thumb:vertical {
  background: #474747;
}

/********* CONTENIDO */

.contenido {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}

.logo-contenido {
  width: 280px;
  height: 90px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 calc(50% - 150px);
  margin-bottom: 30px;
  cursor: pointer;
}

form {
  width: 300px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.titulo-form {
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #f0f0f0;
  margin: 10px auto;
}

.input {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  background-color: #1F2E2A;
  border-radius: 5px;
}

.icono-input {
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #6dbb8c;
}

.textfield {
  width: calc(100% - 60px);
  height: 38px;
  line-height: 38px;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  padding: 0;
  margin-left: 2.5px;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #f0f0f0;
  border-radius: 0;
}

.textfield::placeholder {
  color: #cacaca;
}

.mostrarclave {
  width: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #b1b1b1;
  font-size: 14px;
}

.btn1 {
  width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 calc(50% - 150px);
  margin-bottom: 20px;
  margin-top: 40px;
  background: #39af68;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
}

/* ********* POPUP */

.popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #0F1513;
  display: none;
}

.icono-popup {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 calc(50% - 30px);
  margin-top: 30vh;
  z-index: 99;
  border: 4px solid #ffffff;
  color: #ffffff;
  font-size: 40px;
  border-radius: 1000px;
}

.mensaje-popup {
  width: 95%;
  height: auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 20px;
}

.btn-popup {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  border: 2px solid #ffffff;
  color: #ffffff;
  margin: 25px calc(50% - 80px);
  cursor: pointer;
  border-radius: 5px;
}

/******** TRADEMARK */

.trademark {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #f0f0f0;
}

.phantomy {
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  margin-left: 6px;
  font-size: 15px;
  cursor: pointer;
}
