body {
   background-color:white;
   height: 100vh;
   width: 100vw;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 5%;
}

.wrapper {
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   background-color: #fff;
   padding: 1%;
   border-radius: 20px;
   overflow: hidden;
}

.btn-primary {
    color: #FFF;
    background-color: #1e73be;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .btn-primary:hover {
        color: #DFF5FF;
        background-color: #afdaff;
        transform: scale(1.05);
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #DFF5FF;
        background-color: #236779;
        border-color: #005cbf;
        transform: scale(0.95);
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
        }

.form-signin {
   padding: 5%;
}

.form-signin h1 {
   text-align: center;
   margin-bottom: 20px;
   font-size: 2.5rem;
   font-weight: bold;
   margin-top: 2rem
}

.form-signin input {
   width: 100%;
   padding: 25px;
   border-radius: 20px;
   overflow: hidden;
   border: none;
   box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.input-group>.form-control:not(:last-child) {
   border-top-right-radius: 20px;
   border-bottom-right-radius: 20px;
}

.form-signin .submit-button {
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.form-signin .submit-button input[type="submit"] {
   height: 30px;
   width: 30%;
   background-color: #01183c;
   border-radius: 30px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.form-signin .submit-button input[type="submit"]:hover {
   background-color: #0d2b5b;
}

.image-login img {
   width: 100%;
   height: 120%;
   position: relative;
   left: 6%;
   bottom: 10%;
   border-radius: 10%;
}

.form-group a {
   text-decoration: none;
   color: #3b3b3b;
   border-bottom: 1px solid #3b3b3b;
}
.remember{
   margin-bottom: 5%;
}
.form-froup input[type="checkbox"] {
   width: 20px;
   height: 20px;
   margin-right: 5px;
}

.pasword-buton{
   border: none;
}

@media (max-width: 1024px) {
   .wrapper {
      height: 80%;
      width: 87%;
   }
   .form-signin{
      padding-top: 6%;
      padding-bottom: 6%;
   }
   .form-signin h1 {
      text-align: center;
      font-size: 2.0rem;
      font-weight: bold;
   }
   .form-signin p {
      font-size: 1.0rem;
   }
   .form-signin input {
      width: 100%;
      padding: 8px;
      border-radius: 20px;
      overflow: hidden;
      border: none;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
      font-size: 0.9rem;
      display: flex;
      flex-direction: column;
      align-items: center;
   }
   .form-signin p, .form-group span, .form-group a{
      font-size: 0.9rem;
   }
   .image-login img {
      width: 100%;
      height: 105%;
      position: relative;
      left: 10%;
      bottom: 2%;
      border-radius: 15%;
   }
   
}
@media (max-width: 858px) {
   .form-signin {
      padding-top: 10%;
   }

   .form-signin h1 {
      text-align: center;
      font-size: 1.9rem;
      font-weight: bold;
   }

   .form-signin p {
      margin-top: 5%;
      font-size: 0.8rem;
   }

   .form-signin input {
      width: 100%;
      padding: 8px;
      border-radius: 20px;
      overflow: hidden;
      border: none;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
      font-size: 0.8rem;
      display: flex;
      flex-direction: column;
      align-items: center;
   }

   .form-signin .submit-button input[type="submit"] {
      height: 30px;
      width: 50%;
      background-color: #01183c;
      border-radius: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
   }

   .form-group span,
   .form-group a,
   .form-signin p{
      font-size: 0.8rem;
   }

   .image-login img {
      width: 110%;
      height: 110%;
      position: relative;
      left: 9%;
      bottom: 5%;
      border-radius: 15%;
   }
}

@media (max-width: 770px) {
   .form-signin h1 {
      text-align: center;
      font-size: 2.0rem;
      font-weight: bold;
      margin-top: 5%;
   }

   .form-signin p {
      margin-top: 5%;
      font-size: 1.0rem;
   }

   .form-signin input {
      width: 100%;
      padding: 8px;
      border-radius: 20px;
      overflow: hidden;
      border: none;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
      font-size: 0.8rem;
      display: flex;
      flex-direction: column;
      align-items: center;
   }

   .form-signin .submit-button input[type="submit"] {
      height: 30px;
      width: 50%;
      background-color: #01183c;
      border-radius: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
   }

   .form-group span,
   .form-group a 
   .form-signin p{
      font-size: 0.8rem;
   }
   .image-login, .image-login img {
      display: none;
   }
}



@media (max-width: 426px) {
   .image-login {
      display: none;
   }

   .image-login img {
      display: none;
   }
}
.boton-mostrarcon{
   position: absolute;
   left: 90%;
   height: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.pasword-buton{
   border: none;
   background-color: transparent;
}
@media (max-width: 992px){
   .image-login img {
      width: 115%;
      height: 115%;
      position: relative;
      left: 0%;
      bottom: 5%;
   }
}

@media (max-width: 1020px){
   .image-login img {
      width: 115%;
      height: 115%;
      position: relative;
      left: 0%;
      bottom: 5%;
      border-radius: 25px;
   }
}