div.register-box {

  padding:2rem 1rem;
  border-radius:10px;

  border:solid 1px rgba(155,155,155,1); ;
}

input {

}

input:focus {
  background-color:rgba(30,30,30,1)!important;
  border-color: rgba(30,30,30,1)!important;
  box-shadow:none!important;
  color:white!important;
}

.ls{
  height:25px;
}

.logo{
  padding:5px;
  margin-right:5px;
  margin-top: 10px;
  height:25px;
  width:25px;
  background-image:url("../img/symbol_wbg.svg");
  background-repeat:no-repeat;
  background-position-y: center;
  z-index:1000;
}
.type{
  padding:5px;
  margin-top: 10px;

  height:25px;
width:138px;
background-image:url("../img/type_wbg.svg");
background-repeat:no-repeat;
background-position-y: center;

  }
