html {
 background-image: url("../images/background_blue.png");
 background-color: #eeee;
 background-repeat: no-repeat;
 margin:0px;
 background-size: cover;
 background-position: center center;
}

.uk-button{
  background-color:#f9af68;
  color:#222;
  border-radius: 5px;
  
}




input {
    border-radius:5px;
    border-color:#666;
    color:#222!important;
}

.uk-card{
  border-radius: 10px;
}

input:focus{
          border: 1px solid #f9af68!important;
          outline: none!important;
        }
