@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

html, body {
    height: 100%;
  }
  
  body {
      letter-spacing: 1px;
      font-family: 'Roboto';
      display: flex;
  }

.back {
    height: 650px;
    flex-grow: 1;
    background: #7854F7;
    width: 100%;
    /*    padding-top: 20px;
    margin-top: -20px;
    width: 100px;*/
}

.div-center {
    border-radius: 25px;
    display: flex;
    /*min-width: 600px;*/
    justify-content: center;
    width: 420px;
    /*min-height: 400px;*/
    /*height: auto;*/
    background-color: #fff;
 /*   left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 20px;*/
    border-bottom: 2px solid #ccc;
    /*padding-top: 20px;*/
    margin-top: -10px;
   /*width:100px;*/
}

div.content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
/*    padding-top: 20px;
    margin-top: 20px;
    width: 100px;*/
}

@media only screen and (max-width: 700px) {
    .div-center {
        min-width: 300px;
    }
    }

@media only screen and (min-height: 670px) {
    .back {
        height: auto;
    }
    }

/*#txtpassword:focus {
    border: 1px solid aqua;
    border-color: aqua;
}

#txtpassword:hover {
    border: 1px solid aqua;
    border-color: aqua;
}*/