.descNew {
  padding: 10px;
  background:white;
  border-radius: 2px;
  height: fit-content;
  direction: rtl;
  margin: 2rem 0;
}

.descNew span {
  color: rgb(87, 87, 87);
 line-height: 2;

}

.descNew h3 {
  color: rgb(57, 57, 57);
}



.wrapper .checkbox {

  color: #00a650;
}

.form-signin {
  max-width: 100%;
  padding: 15px 35px 45px;
  margin: 0 0 0 auto;
  background-color: #fff;
  direction: rtl;
  background: white;

}

.bsbh{
  background: #f4f3f3;

}

.form-signin .form-signin-heading,
 {
  margin-bottom: 30px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type=text] {
  margin-bottom: -1px;

}
.form-signin input[type=password] {
  margin-bottom: 20px;

}

.btsd {
  background-color: #195369;
  color: white;
  width: 20%;
  transition: 0.3s all ease;
}

.btsd:hover{
  background-color: white;
  color: #195369;
  border: 1px solid #195369;

}
