/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */


.file-card,
.service-display,
body {
  position: relative;
}

.menu,
.navbar-div,
.service-button,
body {
  background-color: #fff;
}

.menu a,
.navbar-div a {
  color: #000;
  text-decoration: none;
}

.site-des,
body,
h3,
h4,
h5 {
  font-weight: 700;
}

.home-page-tool a,
.menu a,
.navbar-div a,
.select-but {
  text-decoration: none;
}

.sign-up-des,
.file-name,
.log-in-des,
.menu,
.service-button,
.service-info,
.sign-up p,
.site-des,
.tools-watermark,
.upload-section,
.watermark-button,
.watermark-image-info {
  text-align: center;
}

body {
  font-family: Nunito, sans-serif;
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

.upload-section:not(.download-section) {
  border: 2px dashed lightgray;
  border-radius: 10px;
  margin: 3cm auto auto;
  padding: 30px;
}

.upload-section img {
  margin-bottom: 1cm;
  width: 150px;
}


.upload-section label {
  margin-top: 0.5cm;
  margin-bottom: 0.5cm;
}

.download-section {
  margin: 3cm auto auto;
}

.rating-container {
  width: 50%;
  text-align: center;
  border: 1px dashed gray;
  margin: 50px auto;
  padding: 40px 40px 20px 40px;
}

.rating-container span {
  cursor: pointer;
}

.rating-container .checked {
  color: orange;
}

.rating-container .select-but {
  margin: 20px auto;
  display: block;
  width: 200px;
  padding: 7px;
}

.rating-container .rating-message {
  margin: 20px 0px 0px 0px;
}

.service-info {
  display: none;
  border: none;
  border-bottom: 1px solid #d3d3d3;
  margin: 1cm auto 2cm;
  padding: 0.5cm;
}

.service-info h3 {
  font-weight: bolder;
  margin-bottom: 0.5cm;
}

.service-info p {
  color: #74744f;
}

.service-display {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 150px;
}

.file-card {
  width: 180px;
  margin-right: 1%;
  /* margin-bottom: 0.5cm; */
  margin: 6px;
  border-radius: 10px;
  cursor: pointer;
  border-style: double;
  /* transition: box-shadow 0.4s; */
}
div.add-file{
  height: 283px;
}
.service-display .add-file label img {
  border: 2px solid #000;
  padding: 10px;
  border-radius: 50px;
  width: 40%;
  cursor: pointer;
  position: absolute;
  left: 30%;
  bottom: 40%;
}

.service-display .add-file label img:hover {
  transition: scale 0.2s;
  scale: 1.05;
}

.service-display .delete-img {
  cursor: pointer;
  position: absolute;
  width: 20%;
  height: auto;
  top: 0;
  right: 0;
  background-color: #f1f0e8;
  border-bottom-left-radius: 50%;
}

.select-all-div {
  position: absolute;
  bottom: 105%;
  margin: 0;
  width: 100%;
}

.service-button {
  display: none;
  border-top: 1px solid #d3d3d3;
  position: fixed;
  bottom: 0;
}

.service-button label {
  margin: 0.5cm;
}

.lock-show input,
.unlock-show input {
  margin: auto auto 0.5cm;
  display: block;
}

.view-div {
  position: fixed;
  top: 0;
  padding: 0.5cm;
}

.menu {
  position: absolute;
}

.img-container-width,
.view-div .page-to-display {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.view-div .close-mode {
  width: 40px;
  height: auto;
  position: absolute;
  top: 3%;
  left: 48%;
  cursor: pointer;
}

.view-div .close-mode:hover {
  transition: scale 0.2s;
  scale: 1.1;
}

.navbar-div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d3d3d3;
  /* padding: 0 0 5px; */
}

.list2,
.tools-watermark-place-size .text .rgb,
input:not(.email input , .user input , .password input) {
  display: none;
}

.navbar-div a {
  font-size: 16px;
}

.list2 {
  padding: 17px 10px 0 0;
}

.list {
  padding: 10px;
}

.list3 {
  /* background-color: red; */
  display: flex;
  align-items: center;
  padding: 0px 10px 0px 0px;
  gap: 20px;
}

.list3 a {
  cursor: pointer;
  display: block;
}

.list3 #more-menu {
  cursor: pointer;
  width: 30px;
}

.list3 .auth-buttons-container {
  display: flex;
  gap: 10px;
}

.list3 .auth-buttons {
  padding: 5px 20px;
  border-radius: 15px;
}

.list3 .sign-up-but {
  background-color: #1450a3;
  color: white;
  gap: 10px;
}

.list3 .sign-up-but:hover {
  background-color: #123a72;
}

.list3 .log-in-but:hover {
  background-color: lightgray;
}

.list3 .log-in-but {
  border: 1px solid gray;
  color: black;
}

.menu {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  width: 60%;
  margin: 5px auto auto;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  font-size: 14px;
  animation: 0.2s forwards test;
}

@keyframes test {
  from {
    right: 0;
  }

  to {
    right: 10%;
  }
}

.menu div {
  width: 120px;
}

.menu a {
  display: block;
  margin: 0px 0px 40px 0px;
}

.menu a p {
  font-size: 13px;
}

.menu p:not(.menu a p) {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.menu a:hover img {
  transition: scale 0.2s;
  scale: 1.2;
}

.menu img {
  margin: 0 0 15px 0;
  width: 25px;
}

.more-menu-container {
  z-index: 1;
  background-color: white;
  position: absolute;
  margin: 5px 0px;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  padding: 0px 20px;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  animation: more-menu 0.2s forwards;
}

@keyframes more-menu {
  from {
    right: 0%
  }

  to {
    right: 2%
  }
}

.more-menu-container a {
  text-decoration: none;
  color: #000;
  display: block;
  margin: 20px 0px;
}


.more-menu-container img {
  width: 20px;
  margin: 0px 10px 0px 0px;
}

.All-signup-section,
.all-login-section ,
.All-forgot-password
{
  margin: 20px 0 0;
  padding: 100px 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-around;
  align-items: center;
  flex-direction: row-reverse;
}

.sign-up-des,
.log-in-des {
  width: 500px;
}

.log-in,
.sign-up {
  padding-top: 1.5cm;
  position: relative;
}

.error-input,
.log-in div .user img,
.sign-up .password img,
.sign-up div .user img {
  position: absolute;
  bottom: 5px;
}

.log-in div .email,
.sign-up .password,
.sign-up div .email {
  margin: 1cm 0 0.5cm;
}

.empty-input::placeholder {
  color: red;
}

.error-input {
  padding: 5px;
  top: 0;
  width: 100%;
  color: red;
  border-radius: 10px;
  background-color: #f5f5f5;
  font-size: 14px;
  animation: 0.5s error-message;
}

.log-in div a,
.select-but,
.sign-up div a {
  color: #1450a3;
}

.rotate-img,
.view-img {
  background-color: #f1f0e8;
  right: 0;
}

@keyframes error-message {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.log-in-des img,
.sign-up-des img {
  width: 300px;
  margin-bottom: 20px;
}

.log-in div,
.sign-up div{
  position: relative;
  margin: auto;
  width: 320px;
}

.log-in input,
.sign-up input
{
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #000;
  text-indent: 25px;
}

.log-in div div,
.office-imgdiv,
.sign-up div div {
  position: relative;
}

.log-in div .email img,
.sign-up div .email img {
  position: absolute;
  top: 10%;
}

.log-in div div input:focus,
.sign-up div div input:focus {
  outline: 0;
  /* background-color: gray; */
}

.log-in div p a,
.sign-up div p a {
  margin: auto auto auto 0.3cm;
}

.log-in div button,
.sign-up div button {
  margin: 0.5cm auto;
  color: #fff;
  background-color: #1450a3;
  border-radius: 10px;
  border: none;
  width: 100%;
  padding: 5px 15px;
}

.log-in div button:hover,
.sign-up div button:hover,
.tools-watermark-upload-section:hover {
  background-color: #123a72;
}

.log-in h1,
.sign-up h1 {
  margin: 30px 0px;
  font-weight: 100;
}

.site-des {
  width: 70%;
  margin: 50px auto;
}

.site-des p {
  color: #74744f;
  margin: auto;
}


.home-page-tool {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  padding: 20px;
  gap: 10px;
}

.home-page-tool a {
  padding: 20px;
  color: #000;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
}



.home-page-tool a h4 {
  margin: 0px 0px 20px 0px;
}

.home-page-tool a p:nth-child(2) {
  font-size: 21px;
}

.home-page-tool a p:nth-child(3) {
  font-size: 15px;
  color: #74744f;
}

.home-page-tool a img {
  width: 50px;
  height: auto;
  margin: 0 0 25px;
}

.home-page-tool a:hover img {
  transition: transform 0.2s;
  transform: scale(1.1);
}

.home-line {
  width: 50%;
  margin: 50px auto;
}

.rotate-img {
  padding: 5px;
  position: absolute;
  width: 17%;
  top: 0;
  border-bottom-left-radius: 50%;
}

.view-img {
  padding: 4px;
  cursor: pointer;
  position: absolute;
  width: 16%;
  bottom: 0;
  /* border-top-left-radius: 10px; */
  border-radius: 10px 0px;
}

.loading-img {
  position: absolute;
  bottom: 40%;
  left: 40%;
  width: 20%;
  height: auto;
  object-fit: contain;
}

/* loading spinner */
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #FFF #FFF transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 37%;
}

.loader::after,
.loader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #1450a3 #1450a3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}

.loader::before {
  width: 32px;
  height: 32px;
  border-color: #FFF #FFF transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

/* //// */


.accept-img {
  position: absolute;
  width: 17%;
  top: 0;
  right: 0;
}

.close-img {
  position: absolute;
  right: 37%;
  top: 40%;
  width: 20%;
  height: auto;
}

.error-page {
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding: 0px 20px;
  align-items: center;
  justify-content: space-evenly;
}

.error-page>div:nth-child(1) {
  text-align: center;
}

.error-page h3 {
  margin: 0px 0px 50px 0px;
}

.error-page>div:nth-child(2) img {
  width: 100%;
  height: 100%;
}

.tools-watermark-place-size .text select {
  width: 70%;
}

.select-but {
  width: 300px;
  padding: 15px 30px;
  font-size: 1rem;
  letter-spacing: 1px;
  background: 0 0;
  cursor: pointer;
  transition: 0.5s ease-out;
  border: 2px solid #1450a3;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #1450a3;
}

.select-but:hover {
  color: #fff;
  box-shadow: inset 0 -100px 0 0 #1450a3;
}

.select-but:active {
  transform: scale(0.9);
}

.div-ratio {
  aspect-ratio: 3/4;
  padding: 5px;
}

.file-name {
  border-top: 1px solid #d3d3d3;
  margin: 0;
  padding: 4px;
}

.file-card:hover {
  /* box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0 8px 16px -8px; */
}

.icons-shadow {
  transition: box-shadow 0.4s;
}

.icons-shadow:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0 -12px 30px,
    rgba(0, 0, 0, 0.12) 0 4px 6px, rgba(0, 0, 0, 0.17) 0 12px 13px,
    rgba(0, 0, 0, 0.09) 0 -3px 5px;
}

.checkbox-wrapper-3 input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.checkbox-wrapper-3 .toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-3 .toggle:before {
  content: "";
  position: relative;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: #9a9999;
  border-radius: 8px;
}

.checkbox-wrapper-3 .toggle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
}

.checkbox-wrapper-3 .toggle span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  background: #1450a3;
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}

.checkbox-wrapper-3 #cbx-3:checked+.toggle:before {
  background: #337ccf;
}

.checkbox-wrapper-3 #cbx-3:checked+.toggle span {
  background: #1450a3;
  transform: translateX(20px);
  box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

.checkbox-wrapper-3 #cbx-3:checked+.toggle span:before {
  transform: scale(1);
  opacity: 0;
}


.progress-bar {
  width: 230px;
  margin: 8cm auto auto auto;
  border-radius: 10px;
  border: 1px lightgray solid;
}

.progress-bar div {
  background-color: #1450a3;
  padding: 3px;
}

.progress-bar div p {
  margin: 0;
  color: white;
}

.processing {
  width: 230px;
  margin: 10px auto;
  text-align: center;
}

.option-of-watermark .image-option,
.tools-watermark {
  border: 1px solid #d3d3d3;
}



@keyframes pulse0112 {

  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

.tools-watermark {
  padding: 10px 20px;
  background-color: #fff;
  border-top: none;
  width: 400px;
  border-bottom: none;
  display: none;
  height: 94vh;
}
.unselected-place {
  background-color: white;      /* default */
  cursor: pointer;
  transition: background 0.2s;
}

.selected-place {
  background-color: red;        /* highlight */
}
.watermark-card {
  position: absolute;
  width: 80%;
  top: 5%;
  right: 0;
  z-index: -1;
}

.option-of-watermark {
  display: flex;
  margin: 50px 0 0;
}

.option-of-watermark p {
  margin: 0 0 5px;
}

.option-of-watermark .image-option,
.text-option {
  width: 100%;
  padding: 5px 0;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}

.option-of-watermark img {
  width: 70px;
}

.tools-watermark-upload-section p {
  margin: 0;
  padding: 4px 0 0;
}

.tools-watermark-upload-section {
  display: flex;
  gap: 10px;
  background-color: #1450a3;
  color: #fff;
  border-radius: 10px;
  width: 170px;
  padding: 5px 7px;
  margin: 40px auto;
  cursor: pointer;
}

.tools-watermark-upload-section:active {
  transition: scale 0.5s;
  scale: 0.9;
}

.tools-watermark-upload-section input {
  width: 0.1px;
  height: 0.1px;
}

.watermark-image-info img {
  width: 40px;
  margin: 0 0 10px;
}

.tools-watermark-place-size {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0;
}

.tools-watermark-place-size .box {
  display: flex;
  flex-wrap: wrap;
  width: 90px;
}

.tools-watermark-place-size .box p {
  text-align: start;
  width: 100%;
  margin: 0 0 3px;
}

.tools-watermark-place-size .box div {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
}

.first-place{
  background-color: red;
}

.tools-watermark-opacity-rotation,
.tools-watermark-page-from-to {
  margin: 50px 0 0;
  display: flex;
  gap: 20px;
}

.rotation,
.tools-watermark-opacity-rotation .opacity,
.tools-watermark-opacity-rotation select,
.tools-watermark-page-from-to .from,
.tools-watermark-page-from-to .to,
.tools-watermark-place-size .text .text-input,
.watermark-button label {
  width: 100%;
}

.tools-watermark-opacity-rotation p,
.tools-watermark-page-from-to p {
  text-align: start;
  margin: 0 0 3px;
}

.tools-watermark-page-from-to input::-webkit-inner-spin-button {
  opacity: 1;
  border: solid #000;
}

.tools-watermark-page-from-to input {
  width: 100%;
  display: block;
}

.watermark-button {
  width: 100%;
  margin: 50px 0px;
}

.tools-watermark-place-size .text {
  display: none;
  flex-wrap: wrap;
  width: 150px;
  gap: 10px;
  justify-content: start;
  align-items: center;
}

.tools-watermark-place-size .text .color {
  width: 30px;
}

.tools-watermark-place-size .text p {
  text-align: start;
  width: 100%;
  margin: 10px 0 -7px;
}

.tools-watermark-place-size .text input {
  display: block;
}

.office-img {
  width: 80%;
  position: absolute;
  bottom: 22%;
  left: 10%;
}

.footer {
  margin: 150px auto auto;
  border-top: 1px solid #d3d3d3;
  background-color: white;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}

.footer .footer-logo-section {
  width: 400px;
  /* background-color: red; */
  padding: 20px 10px 20px 10px;
}



.footer .footer-section-copyright {
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  /* background-color: blue; */
}

.blog-cards-container {
  width: 80%;
  margin: 60px auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 50px;
}

.blog-cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid white;
  border-radius: 20px;
  padding: 15px;
  cursor: pointer;
}

.blog-cards h4 {
  margin: 15px 0px;
  font-size: 17px;
  font-weight: bold;
}

.blog-cards p strong {
  font-weight: bold;
}

.blog-cards p {
  margin: 0%;
  font-weight: 300;
}

.blog-cards div {
  display: flex;
  justify-content: space-between;
}

.blog-cards img {
  width: 100%;
  border-radius: 20px;
  /* object-fit: fill; */
}

.blog-cards:hover {
  border: 1px solid lightgray;
}


.blog-article {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 40%;
  margin: 50px auto;
}


.blog-article h1 {
  text-align: center;
  font-weight: 800;
}


.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  width: 100%;
  font-weight: 500;
  margin: 40px 0px 20px 0px;
}

.blog-article a {
  color: #337ccf;
}

.blog-article p {
  font-weight: 400;
  font-size: 17px;
}

.blog-article .article-img-container img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.blog-article .article-img-container p {
  margin: 5px 0px;
  padding: 0px 10px;
  text-align: end;
  font-size: 13px;
}

h3,
.waiting-message {
  font-size: 22px;
}

.waiting-message {
  font-weight: 300;
}

.log-in .auth-container,
.sign-up .auth-container,
.forgot-password .auth-container,
.reset-password .auth-container{
  margin: 20px 0px;
  display: none;
  gap: 10px;
  border: 1px solid lightgray;
  padding: 5px 10px;
  border-radius: 10px;
}

.auth-container p {
  margin: 4px 0px;
}

.auth-container img {
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 400px) {
  .list3 {
    gap: 16px;
  }

  .file-card {
    width: 150px;
  }

  .list3 a:first-child span {
    display: none;
  }

  .list3 a:first-child:before {
    content: 'Tools';
  }

  .list3 #more-menu {
    width: 25px;
  }

  .select-but:not(.service-button .select-but) {
    width: 90%;
  }

  .home-page-tool {
    grid-template-columns: 1fr;
  }

}

@media only screen and (max-width: 576px) {
  body .blog-article {
    width: 100%;
    padding: 0px 20px;
  }

  body h3:not(.service-info h3),
  .waiting-message {
    font-size: 16px;
  }

  .site-des p,
  .service-info p {
    font-size: 13px;
  }
}


@media only screen and (max-width: 768px) {
  .blog-article {
    width: 90%;
  }

  .menu {
    width: 90%;
    gap: 10px;
  }

  h3,
  .waiting-message {
    font-size: 19px;
  }

  .site-des p,
  .service-info p {
    font-size: 15px;
  }



  @keyframes test {
    from {
      right: 0;
    }

    to {
      right: 5%;
    }
  }
}

@media only screen and (max-width: 992px) {
  .navbar-div .elements {
    display: none;
  }

  .blog-article {
    width: 80%;
  }

  .rating-container {
    width: 80%;
  }
}

@media only screen and (max-width: 1200px) {
  .watermark-card {
    width: 65%;
  }

  .site-des {
    width: 95%;
  }

  .blog-article {
    width: 60%;
  }
}


/* loading */
.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  text-align: center;
}




/* forgot css */

.forgot-password-container,.reset-password-container{margin: 20px 0 0;padding: 100px 30px;display: flex;flex-direction: row;flex-wrap: wrap;gap: 50px;justify-content: space-around;align-items: center;flex-direction: row-reverse;}



.forgot-password .email , .reset-password .email{
  margin: 25px 0px 10px 0px;
  position: relative;
}

.forgot-password .email input[type="email"] , .reset-password .email input[type="password"] {
    /* border-bottom: 1px solid lightgray; */
    /* background: green; */
    width: 100%;
    border: none;
    border-bottom: 1px solid lightgray;
    /* position: absolute; */
    padding-left: 25px;
}

.forgot-password .email input[type="email"]:focus , .reset-password .email input[type="password"]:focus {
  outline:none;
}

.forgot-password .email img , .reset-password .email img{
  position: absolute;
  top: 3px;
}

.forgot-password-container button , .reset-password-container button{
      margin: 0.5cm auto;
    color: #fff;
    background-color: #1450a3;
    border-radius: 10px;
    border: none;
    width: 100%;
    padding: 5px 15px;
}

.forgot-password h1 , .reset-password h1{
  font-weight:100
}

.forgot-password-container button:hover , .reset-password-container button:hover{
  background-color: #123a72;
}


