.forms {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.forms input {
  width: 100%;
  height: 40px;
  border: 2px solid #ddd;
  padding-left: 3%;
}

.forms select {
  width: 100%;
  height: 40px;
  border: 2px solid #ddd;
  padding-left: 3%;
}

.forms textarea {
  width: 100%;
  height: 150px;
  border: 2px solid #ddd;
  padding-left: 3%;
}
.forms select:focus {
  outline: none;
}
.forms input:focus {
  outline: none;
}
.forms textarea:focus {
  outline: none;
}

.forms button {
  width: 100%;
  height: 40px;
  background-color: #FACE00;
  color: #fff;
  border: none;
}

.auth_all{
    padding: 0 5%;
 
   
   height: 100vh;
}

.auth_forms{
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.auth_images{
background-color: #FACE00;
}

.auth_forms{
    margin-top: 50px;

 
}