
.form-box {
    width: 360px;
    height: 670px;
    position: relative;
    margin:  auto;
    padding: 5px;
    overflow: hidden;
  }
  
  .button-box {
    width:fit-content;
    position: relative;
  }
  
  .toggle-btn {
    width: 150px;
    color:white;
    font-weight:600;
    padding: 10px 10px;
    cursor: pointer;
    background-color: #001a117e;
    border: none;
    outline: none;
    position: relative;
  }
  
  #btn {
    top: 0;
    left: 0;
    position: absolute;
    width: 150px;
    height: 100%;
    background: #002B1C;
    transition: 0.5s;
  }
  
  
  .input-group {
    position: absolute;
    width: 280px;
    transition: 0.5s;
  }
  
  .input-field {
    width: 100%;
    padding: 10px 0;
    margin: 5px 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #999;
    outline: none;
    background: transparent;
    
  }
  ::placeholder {
    color: rgb(107, 107, 107);
    opacity: 1;
  }
  
  .submit-btn {
    color: white;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    background:#002b1cbd;
    border: 0;
    outline: none;
    font-weight: 500;
    width: 150px;
  }
  .submit-btn:hover{
    background-color: #002B1C;
  }
  .check-box {
    margin: 30px 10px 30px 0;
  }
  

  
  #login {
    left: 50px;
  }
  
  #register {
    left: 450px;
  }
  