*{
    padding:0;
    margin:0;
    box-shadow:border-box;
}
body{
    height:100vh;
    width:100%;
    background-image:url('../product_images/login_bg.jpg');
    background-size:cover;
    background-position:center;
}
#resister_modal{
    background-color: none /* Fallback color for unsupported browsers */
  /*backdrop-filter: blur(5px);*/
  font-family: sans-serif;
  z-index:8999;
}
#resister_modalLabel{
    font-weight:bold;
}

#resister_modal .register-title{
    text-align:center;
    margin-top:10px;
    transition:.3s;
}
#resister_modal .register-title span{
    font-weight:bold;
    cursor:pointer;
    transition:.3s;
}
#resister_modal .register-title span:hover{
    text-decoration:underline;
}
#resister_modal .remember-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
#resister_modal .remember-title label{
    display:flex;
    cursor:pointer;
}
#resister_modal .remember-title input{
    margin:0;
    margin-right:4px;
}
#resister_modal .remember-title a{
    cursor:pointer;
    transition:.3s;
}
#resister_modal .remember-title a:hover{
    text-decoration:underline;
    transition:.3s;
}
#resister_modal .modal-content{
    background-color: rgba(255, 255, 255, 0.7); /* Fallback color for unsupported browsers */
  backdrop-filter: blur(0px);
}
#resister_modal .button-64{
    padding:10px;
    font-size:22px;
}
.button-64 {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  margin:auto;
    margin-top:20px;
}

.button-64:active,
.button-64:hover {
  outline: 0;
}

.button-64 span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.button-64:hover span {
  background: none;
}

@media (min-width: 768px) {
  .button-64 {
    font-size: 24px;
    min-width: 94%;
    margin:auto;
    margin-top:20px;
  }
}