a {
    text-decoration: none;
}
.mag {
    margin-top: 54px;
    margin-bottom: 116px;
}
.loginbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.box{
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background:transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1{
    color: black;
    text-align: center;
}

.inputbox{
    margin: 30px 0;
    width: 310px;
    border-bottom: 1px solid #333;
}

.inputbox label{
    color: black;
    font-size: 1em;
    pointer-events: none;
    transition: .5s;
}

.inputbox input{
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    padding: 0 35px 0 5px;
    color: black;
}

.inputbox ion-icon{
    position: absolute;
    right: 8px;
    color: #333;
    font-size: 1.2em;
    top: 20px;
}

.forget{
    font-size: .9em;
    color: #333;
    display: flex;
    justify-content: space-around;
}

.forget a, .forget label{
    cursor: pointer;
    color: #333;
    text-decoration: none;
}

.forget a:hover{
    text-decoration: underline;
}
/* register */
.regbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.butt {
    width: 100%;
    height: 40px;
    border-radius: 40px;
    background: #333;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
}
.but:hover {
    background-color: #74a9cd;
    border: #74a9cd;
    color: white;
}
.message {
    color: red;
    font-size: 15px;
}
.google-btn {
    width: 100%;
    height: 42px;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .google-btn .google-icon-wrapper {
    position: absolute;
    margin-top: 7px;
    margin-left: 8px;
    width: 26px;
    height: 28px;
    border-radius: 5px;
    background-color: #fff;
}
  .google-btn .google-icon {
    position: absolute;
    margin-top: 6px;
    margin-left: 5px;
    width: 18px;
    height: 18px;
  }
  .google-btn .btn-text {

    color: #fff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 42px;
  }
  .google-btn:hover {
    box-shadow: 0 0 6px #4285f4;
  }
  .google-btn:active {
    background: #1669F2;
  }

  
.line-btn {
    width: 100%;
    height: 42px;
    background-color: #19ab36;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .line-btn .line-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: transparent;
  }
  .line-btn .line-icon {
    position: absolute;
    margin-top: 7px;
    margin-left: 7px;
    width: 26px;
    height: 26px;
  }
  .line-btn .btn-text {

    color: #fff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 42px;
  }
  .line-btn:hover {
    box-shadow: 0 0 6px #10a922;
  }
  .line-btn:active {
    background: #0bb51f;
  }

  .facebook-btn {
    width: 100%;
    height: 42px;
    background-color: #1877F2;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .facebook-btn .line-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: transparent;
  }
  .facebook-btn .line-icon {
    position: absolute;
    margin-top: 7px;
    margin-left: 7px;
    width: 26px;
    height: 26px;
  }
  .facebook-btn .btn-text {

    color: #fff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 42px;
  }
  .facebook-btn:hover {
    box-shadow: 0 0 6px #4285f4;
  }
  .facebook-btn:active {
    background: #4285f4;
  }

  .separator {
    display: flex;
    align-items: center;
    text-align: center;
  }
  
  .separator::before,
  .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #c0c0c0;
  }
  
  .separator:not(:empty)::before {
    margin-right: .25em;
  }
  
  .separator:not(:empty)::after {
    margin-left: .25em;
  }