
.right{
  float: left;
  width: 71%;
  margin-left: 2%;
  margin-bottom: 20px;
  padding:0 0 0 2%;
}


.right-part{
  width: 100%;
  margin-bottom: 5%;
}


.user-info-section{
  width: 100%;
  margin-top: 2%;
  border: 1px solid #e4e1e1;
  border-radius: 5px;
  display: flex;
}

.user-info-section:after {content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}/*Kapsayamama Sorunu*/


.user-info-section h4{
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #ea105e;
  font-size: 17px;
  padding-bottom: 20px;
}



.user-info{
  float: left;
  width: 100%;
  padding: 20px;
}


.userInfoForm{
  margin: 0;
  padding: 0;
  background-color: red;
  width: 100%;
}

.inf{
  margin-bottom: 15px;
  margin-left: 0;
}

.inf label{
  display: block;
  font-weight: 600;
  color: #353748;
  padding-bottom: 5px;
}

.inf input{
  height: 40px;
}

.input-text-100{
  width: 100% !important;
}

.user-info .inf{
  width: 100%;
}

/* Soyad */
.user-info .inf:nth-child(2){
  width: 100%;
}

/* E-mail */
.user-info .inf:nth-child(3){
  width: 100%;
}

/* Cep Telefonu */
.user-info .inf:nth-child(4){
  width: 100%;
}


/* Cinsiyet */
.choose-section {
  float: left;
  display: flex;
  width: 100%;
}

.section {
  float: left;
  display: flex;
}

/* Kadın */
.section:nth-child(2) {
  margin-left: 20px;
}

.section input{
  padding: 0;
  margin: 0;
  height: 15px;
  width: 15px;
}

.section input::after{
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: 0px;
  left:-2px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  cursor: pointer !important;
}

.section input:checked::after{
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: 0;
  left:-2px;
  position: relative;
  background-color: #ea105e;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.section label{
  margin: -2px 0;
  padding:0 7px;
  cursor: pointer !important;
  font-weight: normal;
}





.divider{
  float: left;
  border-right: 1px solid #e4e1e1;
}

.change-password{
  padding: 20px;
  float: left;
  width: 100%;
}





@media only screen and (max-device-width: 1279px) {



.right{
  float: left;
  width: 90%;
  margin-left: 5%;
  padding:0 0 0 0;

}


.user-info-section{
  width: 100%;
  margin-top: 2%;
  display: block;
  overflow-x: hidden;
  overflow-y:hidden;
}

.input-text-100{
  width: 90% !important;
}


.change-password button,.user-info-section button{
  width: 90%;
}




}
