@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #151414;
}

.body2{
    color: white;
    position: relative;
    text-align: top;
    background: #151414;
}

.container{
    position: relative;
    max-width: 340px;
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    background-color: #151414;
}

.container .input-box{
    position: relative;
    height: 50px;
    background-color: #151414;
}

.input-box input{
    position: absolute;
    height: 100%;
    width: 100%;
    outline: white;
    border: 2px solid white;
    border-radius: 6px;
    padding: 0 35px 0 15px;
    transition: all 0.2s linear;
    background-color: #151414;
    color: #fafafa;
}

 .button {
  position: relative;
  top: -45px;
  left: 331px;
  border: none;
  padding: 3px 3px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 2px;
  align-items: center;
}

 .button1 {
  position: relative;
  top: -70px;
  left: 320px;
  border: 2px solid white;
  padding: 12px 12px;
  cursor: pointer;
  background-color: Transparent;
  background-repeat:no-repeat;
  border-radius: 7px;
}
