 @font-face {
    font-family: "myFont";
    src: url(./Valty\ DEMO.otf);
  }
.main {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
}
body {
  width: 100%;
  height: 95vh;
  background: linear-gradient(rgb(61, 52, 2), black);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "myFont";
}
.container {
  /* / margin-left: 5px; */
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.left {
  background-color: rgb(22, 22, 22);
  border-top-left-radius: 20px;
  color: rgb(152, 102, 2);
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 3px 2px 10px grey;
}
.right {
  background-color: rgb(152, 102, 2);
  box-shadow: 3px 2px 10px grey;
  color: black;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solidrgb(152, 102, 2);
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.left2 {
  background-color: rgb(22, 22, 22);
  border-top-right-radius: 20px;
  color: rgb(152, 102, 2);
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 3px 2px 10px grey;
}
.right2 {
  background-color: rgb(152, 102, 2);
  box-shadow: 3px 2px 10px grey;
  color: black;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solidrgb(152, 102, 2);
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.btns {
  display: flex;
  gap: 5px;
}

.btn1 {
  border-radius: 50%;
  border: 1px solid grey;
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 50px;
}
.btn2 {
  border-radius: 50%;
  border: 1px solid grey;
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 50px;
}
.btn3 {
  border-radius: 50%;
  border: 1px solid grey;
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 50px;
}

input {
  width: 280px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid grey;
  display: flex;
  margin-bottom: 10px;
}

.signin {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid grey;
  color: white;
  font-weight: bold;
  font-size: 15px;
  background-color: rgb(152, 102, 2);
  margin-left: 65px;
}
.signin:hover {
  cursor: pointer;
}
.signin2 {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid grey;
  color: white;
  font-weight: bold;
  font-size: 15px;
  background-color: rgb(0, 0, 0);
}
.signin2:hover {
  cursor: pointer;
}
.signin3{
  width: 150px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid grey;
  color: white;
  font-weight: bold;
  font-size: 15px;
  background-color: rgb(152, 102, 2);

}
.signin3:hover {
  cursor: pointer;
}
