body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* radio buttons */

.buying-selling.active {
  background: #7BB712;
}

.buying-selling {
  width: 130px;
  padding: 10px;
  position: relative;
}

.buying-selling-word {
  font-size: 15px;
  font-weight: 600;
  margin-left: 22px;
}

.radio-dot:before, .radio-dot:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 100%;
}

.radio-dot:before {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  top: 10px;
  left: 16px;
}

.radio-dot:after {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  top: 14px;
  left: 20px;
}

.buying-selling.active .buying-selling-word {
  color: #426C2A;
}

.buying-selling.active .radio-dot:after {
  background: #426C2A;
}

.buying-selling.active .radio-dot:before {
  background: #fff;
  border-color: #699D17;
}

.buying-selling:hover .radio-dot:before {
  border-color: #adadad;
}

.buying-selling.active:hover .radio-dot:before {
  border-color: #699D17;
}


.buying-selling.active .radio-dot:after {
  background: #426C2A;
}

.buying-selling:hover .radio-dot:after {
  background: #e6e6e6;
}

.buying-selling.active:hover .radio-dot:after {
  background: #426C2A;

}

@media (max-width: 400px) {

  .mobile-br {
    display: none;
  }

  .buying-selling {
    width: 49%;
    padding: 10px;
    position: relative;
  }

}