.sg-box{
  width:360px;
  background:#0bb6aa;
  padding:22px;
  border-radius:14px;
  color:#fff;
  font-family:Arial;
}
.sg-head{
  font-size:14px;
  margin-bottom:14px;
}
.sg-toggle{
  display:flex;
  justify-content:space-between;
  font-size:13px;
  margin-bottom:10px;
}
.sg-box input{
  width:100%;
  padding:14px;
  margin:8px 0;
  border:none;
  font-size:18px;
  border-radius:6px;
}
.sg-box button{
  width:100%;
  padding:14px;
  background:#fff;
  color:#c89b3c;
  border:none;
  font-weight:bold;
  cursor:pointer;
}
