@font-face {
  font-family: 'HelveticaNeueThin';
  src: url('../fonts/HelveticaNeue-Thin.ttf');
}
@font-face {
  font-family: 'HelveticaNeueLight';
  src: url('../fonts/HelveticaNeue-Thin.ttf');
}
@font-face {
  font-family: 'HelveticaNeueLight';
  src: url('../fonts/HelveticaNeue-Light.ttf');
}
html {
  color: #151420;
}
#main {
  font-family: 'HelveticaNeueThin', Helvetica, sans serif;
  letter-spacing: 0.75px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#main .container_left {
  width: 50%;
  height: 100vh;
  max-width: calc(1050px);
  padding: 60px 100px 60px 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1020px) {
  #main .container_left {
    padding: 30px 35px;
  }
}
@media only screen and (max-width: 936px) {
  #main .container_left {
    padding: 20px 25px;
    width: 100%;
    max-width: unset;
  }
}
#main .container_left .bold_text {
  font-family: 'HelveticaNeue', Helvetica, sans serif;
}
#main .container_left section.navbar {
  padding: 0;
  margin-bottom: 70px;
}
@media only screen and (max-width: 636px) {
  #main .container_left section.navbar {
    margin-bottom: 40px;
  }
}
#main .container_left section.navbar .brand {
  padding: 0;
}
#main .container_left section.navbar .brand .logo {
  width: 155px;
  height: auto;
  padding: 0;
}
@media only screen and (max-width: 636px) {
  #main .container_left section.navbar .brand .logo {
    width: 130px;
  }
}
#main .container_left section.content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 936px) {
  #main .container_left section.content {
    margin-left: auto;
    margin-right: auto;
  }
}
#main .container_left section.content h1 {
  text-align: center;
  font-size: 46px;
  margin-bottom: 37px;
  width: 100%;
  font-family: 'HelveticaNeueLight', Helvetica, sans serif;
}
@media only screen and (max-width: 636px) {
  #main .container_left section.content h1 {
    font-size: 30px;
  }
}
#main .container_left section.content p {
  text-align: center;
  font-size: 20px;
  margin: 0;
}
@media only screen and (max-width: 636px) {
  #main .container_left section.content p {
    font-size: 14px;
  }
}
#main .container_left section.content .row {
  justify-content: center;
  margin: 36px 0 0 0;
}
@media only screen and (max-width: 636px) {
  #main .container_left section.content .row {
    margin-top: 21px;
  }
}
#main .container_left section.content .row #password_create {
  width: 100%;
  max-width: 760px;
}
#main .container_left section.content .row #password_create .form-control {
  border-radius: 0;
}
#main .container_left section.content .row #select_box {
  display: none;
}
#main .container_left section.content .row #select_button_container {
  display: flex;
  justify-content: space-between;
  width: 325px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
@media only screen and (max-width: 636px) {
  #main .container_left section.content .row #select_button_container {
    margin-bottom: 40px;
    width: 265px;
  }
}
@media only screen and (max-width: 315px) {
  #main .container_left section.content .row #select_button_container {
    width: 230px;
  }
}
#main .container_left section.content .row .secret_container {
  position: relative;
}
#main .container_left section.content .row .secret_container .fa-lock {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 20px;
}
@media only screen and (max-width: 636px) {
  #main .container_left section.content .row .secret_container .fa-lock {
    font-size: 16px;
    top: 13px;
  }
}
#main .container_left section.content .row .secret_container #password,
#main .container_left section.content .row .secret_container #secret {
  max-height: 100px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-top: 12px;
  color: #151420;
  letter-spacing: 1px;
}
@media only screen and (max-width: 636px) {
  #main .container_left section.content .row .secret_container #password,
  #main .container_left section.content .row .secret_container #secret {
    font-size: 12px;
  }
}
#main .container_left section.content .row .secret_container #password:focus,
#main .container_left section.content .row .secret_container #secret:focus {
  border: 1px solid #E5E5E5;
  border-radius: 0 0 0 0;
  box-shadow: none;
}
#main .container_left section.content .row .select_button {
  width: 95px;
  height: 40px;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  letter-spacing: 1px;
}
@media only screen and (max-width: 636px) {
  #main .container_left section.content .row .select_button {
    font-size: 14px;
    width: 75px;
    height: 35px;
  }
}
@media only screen and (max-width: 315px) {
  #main .container_left section.content .row .select_button {
    width: 70px;
  }
}
#main .container_left section.content .row .select_button:focus {
  outline: none;
}
#main .container_left section.content .row .select_button:focus-visible {
  outline: none;
}
#main .container_left section.content .row .active_select_button {
  background: #151420;
  color: white;
}
#main .container_left section.content .row .input-group {
  width: 100%;
}
#main .container_left section.content .row #info_text {
  font-size: 16px;
}
@media only screen and (max-width: 636px) {
  #main .container_left section.content .row #info_text {
    font-size: 12px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
#main .container_left section.content .row button#submit {
  background: #151420;
  color: white;
  border: none;
  font-size: 16px;
  font-family: 'HelveticaNeue', Helvetica, sans serif;
  letter-spacing: 1px;
  height: 50px;
  padding-left: 39px;
  padding-right: 39px;
  margin: 35px auto 0 auto;
  display: block;
}
@media only screen and (max-width: 636px) {
  #main .container_left section.content .row button#submit {
    margin-top: 31px;
    font-size: 14px;
    height: 40px;
  }
}
#main .container_left section.content .row .input-group {
  flex-direction: column;
}
#main .container_left section.content .row .input-group #password-link {
  width: 100%;
  height: 62px;
  border-radius: 0 0 0 0;
  border: none;
  color: #151420;
  background-color: #F2F2F2;
  padding: 20px;
}
#main .container_left section.content .row .input-group #password-link:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
#main .container_left section.content .row .input-group #password-link:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}
@media only screen and (max-width: 636px) {
  #main .container_left section.content .row .input-group #password-link {
    font-size: 14px;
    height: 50px;
  }
}
#main .container_left section.content .row .input-group .input-group-btn {
  display: flex;
  justify-content: center;
}
#main .container_left section.content .row .input-group .input-group-btn .copy-clipboard-btn {
  background: #151420;
  display: block;
  margin-top: 35px;
  color: white;
  padding-left: 39px;
  padding-right: 39px;
  height: 50px;
  border: none;
}
#main .container_left section.content .row .input-group .input-group-btn .copy-clipboard-btn:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
#main .container_left section.content .row .input-group .input-group-btn .copy-clipboard-btn:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 636px) {
  #main .container_left section.content .row .input-group .input-group-btn .copy-clipboard-btn {
    height: 40px;
    width: unset;
    padding: 0 30px;
  }
}
#main .container_left section.content .row .input-group .input-group-btn .copy-clipboard-btn .btn_text {
  margin-left: 15px;
  font-family: 'HelveticaNeue', Helvetica, sans serif;
  letter-spacing: 1px;
}
@media only screen and (max-width: 636px) {
  #main .container_left section.content .row .input-group .input-group-btn .copy-clipboard-btn .btn_text {
    font-size: 14px;
  }
}
#main .container_left #footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 70px;
}
@media only screen and (max-width: 1400px) {
  #main .container_left #footer {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 636px) {
  #main .container_left #footer {
    font-size: 12px;
  }
}
#main .container_left #footer p {
  margin-bottom: 0;
  font-family: 'HelveticaNeue', Helvetica, sans serif;
}
@media only screen and (max-width: 1400px) {
  #main .container_left #footer p {
    order: 2;
  }
}
@media only screen and (max-width: 1400px) {
  #main .container_left #footer .links {
    margin-bottom: 15px;
    order: 1;
  }
}
#main .container_left #footer .links a {
  font-size: 16px;
  font-family: 'HelveticaNeue', Helvetica, sans serif;
  margin-left: 30px;
  color: #151420;
}
@media only screen and (max-width: 1400px) {
  #main .container_left #footer .links a {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 636px) {
  #main .container_left #footer .links a {
    font-size: 12px;
  }
}
#main .container_left #footer .links a:visited {
  color: #151420;
}
#main .container_left #footer .links a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
#main .container_left #footer .fa-heart {
  margin: 0 3px;
  color: #db2518;
}
#main .container_left #footer a {
  color: #151420;
}
#main .container_left #footer a:visited {
  color: #151420;
}
#main .container_left #footer a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
#main .container_right {
  width: 50%;
  height: 100vh;
  max-width: calc(1050px);
}
@media only screen and (max-width: 936px) {
  #main .container_right {
    display: none;
  }
}
#main .container_right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 35% center;
}
#reveal_btn_container {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
#revealSecret {
  border: none;
  background-color: #151420;
  color: white;
  border-radius: 0 0 0 0;
  height: 50px;
  padding-left: 39px;
  padding-right: 39px;
  font-family: 'HelveticaNeue', Helvetica, sans serif;
  font-size: 16px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 636px) {
  #revealSecret {
    font-size: 14px;
  }
}
#revealSecret:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
#revealSecret:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}
#revealSecret #light_icon {
  margin-right: 12px;
  font-size: 1.4em;
}
@media only screen and (max-width: 306px) {
  #revealSecret #light_icon {
    display: none;
  }
}
.centered_text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 636px) {
  .centered_text {
    font-size: 12px;
  }
}
#secret {
  width: 100%;
  background-color: #F2F2F2;
  margin-bottom: 20px;
  border: none;
  border-radius: 0 0 0 0;
  height: 100px;
}
@media only screen and (max-width: 636px) {
  #secret {
    font-size: 12px;
    height: 50px;
  }
}
#secret:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
#secret:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}
