.tablo{
 position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webki-transform:translate(-50%,-50%);
}
.radios {
            input {
                    display: none; 
                    &:checked + label {
                            background: var(--gomobileuxpro-theme-darken);   
                            color: var(--gomobileuxpro-theme);   
                    }
            }
            label {
                font-weight: 550;
                    &:hover {
                      background-: var(--gomobileuxpro-theme-darken);         
                      color: var(--gomobileuxpro-theme);     
                    }
            }
    }
@media (max-width: 767px){
    .gizliyazi{
display: none;
}


.sifreform {
right: 0px;	
  width: 330px;
margin: auto;
  background-color: transparent;   
  padding: 0px 0px;
  text-align: center;
}

.kullaniciform{
left: -100%;
position: absolute;
transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    background: #000;
z-index: -1;
opacity: 0;
}


input[type="password"] {
  padding: 0 40px;
  border-radius: 5px;
  width: 300px;
  margin: auto;
  border: 1px solid rgb(228, 220, 220);
  outline: none;
  font-size: 60px;
  color: var(--gomobileuxpro-theme-darken);
  text-shadow: 0 0 0 rgb(71, 71, 71);
  text-align: center;
}

input:focus {
  outline: none;
}

.pinButton {
  border: var(--gomobileuxpro-theme-darken) 0 0 1px 1px;
  background: #fff;
  font-size: 1.5em;
  border-color: #ff0000;
  height: 60px;
  font-weight: 550;
  width: 28%;
  color: var(--gomobileuxpro-theme-darken);
  text-shadow: 0 0 0 rgb(102, 101, 101);
  margin: 5px 5px;
}


.pinButton:hover {
  box-shadow: var(--gomobileuxpro-theme-darken) 0 0 1px 1px;
}
.pinButton:active {
  background: var(--gomobileuxpro-theme-darken);
  color: #fff;
}

  }
  @media (min-width: 768px){
 .sifreform {
  width: 500px;
  margin: auto;
  background-color: transparent;   
  padding: 0px 0px;
  text-align: center;

}
.kullaniciform{
  width: 800px;
  margin: auto;

  
}
.kullanicilar{
height: 444px;
  max-height: 444px !important;
  overflow-y: auto;	
 
	}
input[type="password"] {
  padding: 0 40px;
  border-radius: 5px;
  width: 400px;
  margin: auto;
  border: 1px solid rgb(228, 220, 220);
  outline: none;
  font-size: 60px;
  color: var(--gomobileuxpro-theme-darken);
  text-shadow: 0 0 0 rgb(71, 71, 71);
  text-align: center;
}

input:focus {
  outline: none;
}

.pinButton {
  border: var(--gomobileuxpro-theme) 0 0 1px 1px;
  background: #fff;
  font-size: 1.5em;
  border-color: #ff0000;
  height: 80px;
  font-weight: 550;
  width: 25%;
  color: var(--gomobileuxpro-theme);
  text-shadow: 0 0 0 rgb(102, 101, 101);
  margin: 5px 5px;
}


.pinButton:hover {
  box-shadow: var(--gomobileuxpro-theme-darken) 0 0 1px 1px;
}
.pinButton:active {
  background: var(--gomobileuxpro-theme-darken);
  color: #fff;
}

.kullanicisec{
display: none;
}
}