/* IMPORTAR TODO EL PODER DE font-awesome */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css) all;

/* ===================FUENTES============================ */

@font-face {
  font-family: 'SF UI Display Ultralight';
  font-style: normal;
  font-weight: normal;
  src: local('SF UI Display Ultralight'), url('../../fonts/sf-ui-display/sf-ui-display-ultralight-58646b19bf205.woff') format('woff');
}


@font-face {
  font-family: 'SF UI Display Thin';
  font-style: normal;
  font-weight: normal;
  src: local('SF UI Display Thin'), url('../../fonts/sf-ui-display/sf-ui-display-thin-58646e9b26e8b.woff') format('woff');
}


@font-face {
  font-family: 'SF UI Display Light';
  font-style: normal;
  font-weight: normal;
  /* src: local('SF UI Display Light'), url('sf-ui-display-light-58646b33e0551.woff') format('woff'); */
  src: local('SF UI Display Light'), url('../../fonts/sf-ui-display/sf-ui-display-light-58646b33e0551.woff') format('woff');
}


@font-face {
  font-family: 'SF UI Display Medium';
  font-style: normal;
  font-weight: normal;
  src: local('SF UI Display Medium'), url('../../fonts/sf-ui-display/sf-ui-display-medium-58646be638f96.woff') format('woff');
}


@font-face {
  font-family: 'SF UI Display Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('SF UI Display Semibold'), url('../../fonts/sf-ui-display/sf-ui-display-semibold-58646eddcae92.woff') format('woff');
}


@font-face {
  font-family: 'SF UI Display Bold';
  font-style: normal;
  font-weight: normal;
  src: local('SF UI Display Bold'), url('../../fonts/sf-ui-display/sf-ui-display-bold-58646a511e3d9.woff') format('woff');
}


@font-face {
  font-family: 'SF UI Display Heavy';
  font-style: normal;
  font-weight: normal;
  src: local('SF UI Display Heavy'), url('../../fonts/sf-ui-display/sf-ui-display-heavy-586470160b9e5.woff') format('woff');
}


@font-face {
  font-family: 'SF UI Display Black';
  font-style: normal;
  font-weight: normal;
  src: local('SF UI Display Black'), url('../../fonts/sf-ui-display/sf-ui-display-black-58646a6b80d5a.woff') format('woff');
}

/* ===================fin fuentes================== */


/* #wp-submit {
    border-color: white;
    border-radius: 0px;
    color: white; 
    background-color: #ff0c0d; 
    max-width: 250px; 
    width: auto;
    min-width: 50%;    
    padding: 10px;  
    text-align:center;    
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    height: auto;    
    font-family:'SF UI Display Medium';
    font-weight:normal;     
  } */

.login h1 a {
  background-image: url('https://crazystore.com.bo/wp-content/uploads/2021/05/logoo-6.png');
  background-size: 100%;
}


.login form {
  border: none;
  box-shadow: 1px 1px 13px -2px rgba(0, 0, 0, 0.3);
}


.login form .input,
.login input[type=password],
.login input[type=text] {
  border-radius: 0;
  background: #ebebeb;
  border: 1px solid #d9d9d9;
}


.wp-core-ui .button-primary {
  border-radius: 0;
  background: #ff0c0d;
  border-color: #ff0c0d;
}


.wp-core-ui .button-secondary {
  color: #6e6e6e;
}


#nav,
#backtoblog {
  text-align: center;
}


.login #backtoblog a,
.login #nav a {
  color: #ff0c0d;
}

.language-switcher{
  visibility: hidden;  
}