.login-text{
background-color: #333;
text-align: center;
padding: 55px;
color: #fff;
}
.banner_main_register{
    background: url(../images/bgregister.jpg);
    background: rgba(76, 175, 80, 0.3)
    background-size: 10% 10%;
min-height: 100vh;
    padding-top: 220px;
    padding-bottom: 100px;
    -webkit-background-size: cover;
    -moz-background-size: center;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;

}


.form-control {
    border: #000 solid 1px !important;
      
}

.swappy-radios label {
  display: block;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
  font-size: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #555;
}
.swappy-radios label:hover input ~ .radio {
  opacity: 0.8;
}
.swappy-radios input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.swappy-radios input:checked ~ span {
  transition: color 0.5s;
}
.swappy-radios input:checked ~ .radio {
  opacity: 1 !important;
}
.swappy-radios input:checked ~ .radio::after {
  opacity: 1;
}
.swappy-radios .radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background: #eee;
  border: #333 solid 1px;
  border-radius: 50%;
}
.swappy-radios .radio::after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  top: 0.45rem;
  left: 0.45rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #1565c1;
}
.main_text span{
    margin-top: 0px!important;
    font-size: 18px!important;
}

.wrapper_btnregis{
    width: 100%;
    height: auto
   margin: 0 auto;
}

.middle{
     width: 160px;
    height: auto;
   margin: 0 auto;
}


