.wrap{
    position:absolute;
    /* width: 380px; */
    height: 520px;
    background-color: #ffffff21;
    top:45%;
    left: 20%;
    border-radius: 6px;
    border: 1px solid #ffffff33;
    box-shadow: 0 0 15px #0807104d;
    overflow: hidden;
    max-width:25%;
    display: flex;
    
}
h3,h4{
    text-align:center;
}
.login-form{
    padding:40px;
}
input{
    /* height:45px; */
    width:100%;
    margin-top:8px;
    font-size:14px;
    border:1px solid #bbb;
}
.login-button, label{
    margin-top:20px;
}
.logo-login{
    /* position:center; */
    /* left:60%; */
    height:50px;
    width:50px;
}

/* @media-screen and (max-width:320px){
    width: 100%;
} */

.login-form {
    /* background: */
    background-size: cover;
    background-position: center;
    /* position: relative; */
    /* height: 100%; */
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative
}

    .password-wrapper {
    position: relative;
  }

  .password-wrapper input {
    padding-right: 40px; /* Leave space for the icon */
  }

  .password-wrapper .toggle-password {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
  }
  
.form-check-input {
  margin-top: 0;       /* reset */
  vertical-align: middle; /* aligns checkbox with label text */
}
.form-check-label {
    margin-top: 0.25em;
}










