html
{
    height: 100%;
    box-sizing: border-box;
}

*, *:before, *:after
{
    box-sizing: inherit;
}

body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url("../img/block-chain.png");
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

h1
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

#container
{
    min-height: 100%;
    position: relative;
    font-family: Nunito;
    line-height: 1;
    text-align: center !important;
    margin: auto;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: center !important;
}


#header
{
    box-shadow: 5px 16px 30px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.86);
    border-radius: 8px 8px 8px 8px;
    text-align: left;
    vertical-align: bottom;
    height: 90px;
}


#content
{
    min-height: 100%;
    font-family: Nunito;
    margin-top: 20px;
    padding-bottom: 60px;
}


.pole
{
    margin-bottom: 5px;
}

input[type=text], input[type=password], input[type=string], input[type=number], select
{
    padding: 5px 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    width: 157px;
}

button
{
    margin: 15px;
    background-color: white;
    border: 2px solid #e7e7e7;
    color: black;
    padding: 8px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

button:hover
{
    background-color: #e7e7e7;
}

input[type=button]:hover
{
    background-color: #45a049;
}

.column
{
    float: left;
    width: 50%;
}

#token-display:after
{
    font-family: Nunito;
    content: "";
    display: table;
    clear: both;
}

textarea
{
    min-height: 302px;
    min-width: 80%;
    max-width: 95%;
    max-height: 600px;
}

#PostJson, #resultPost
{
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    font-family: Nunito;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
}


#id_uj
{
    font-family: Nunito;
    width: 282px;
}

.url
{
    padding: 8px;
    display: inline-block;
    position: relative;
    width:500px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#footer
{
    clear: both;
    z-index: 10;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.86);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
}

