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:#163cd9;
  color:#fff;
  border-radius: 5px;
  
}

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

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