

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color:#ffffff !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}

#KayitDiv div.card {
  
  width: auto;
  height: auto;
  padding: 48px;
  border-radius: 4px;
  border: solid 1px #d9d9d9;
  background-color:#ffffff;
  
}


.kayitHosgeldinizYazi1{
  width: 368px;
  height: 22px;
  font-family: RubikFont;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #404040;
}
.kayitHosgeldinizYazi2 {
  width: 368px;
  height: 22px;
  margin: 22px 0 0;
  font-family: RubikFont;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #404040;
}

.kayitHosgeldinizYazi3 {
  height: 22px;
  margin: 0 8px 0 0;
  font-family: RubikFont;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #222b45;
}

.sifremiUnuttum {
  width: 368px;
  height: 22px;
  margin: 24px 0;
  font-family: RubikFont;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #05a4ff;
}


/* Mobile devices */
@media only screen and (min-width:320px) and (max-width:480px){
    
    .app-logo{ 
        height:41px; 
        width:106px; 
        background:url(../img/obifin_renkli106x41.png) 50% 50% no-repeat;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
        
    }
    

}

/* iPads, Tablets */
@media only screen and (min-width:481px) and (max-width:768px){
    
    .app-logo{ 
        height:85px; 
        width:216px; 
        background:url(../img/logo216x85.png) 50% 50% no-repeat
    }
    
    
    
}

/* Small screens, laptops */
@media only screen and (min-width:769px) and (max-width:1024px){
    
    .app-logo{ 
        height:85px; 
        width:216px; 
        background:url(../img/logo.png) 50% 50% no-repeat
    }
    
    
}

/* Desktops, large screens */
@media only screen and (min-width:1025px) and (max-width:1200px){
    
    .app-logo{ 
        height:85px; 
        width:216px; 
        background:url(../img/logo.png) 50% 50% no-repeat
    }
    
    
    
}

/*   Extra large screens, TV */
@media only screen and (min-width:1201px){
    
    .app-logo{ 
        height:78px; 
        width:184px; 
        background:url(../img/obifin_renkli106x41.png) 50% 50% no-repeat;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
    }
    
    
    
    
    
}






