﻿body
{
background-color: #ffffff;
}
#sredina{
    min-width: 1000px;
    width: 1000px;
    min-height:500px;
    height:586px;
}
#baner
{
    border: 1px solid #ffffff;
    min-width: 1000px;
    width: 1000px;
    height: 100%;
    position: absolute;
    left: 0%;
    margin-left: 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 15px;
    
     
}
#zaslon
{
    border: 1px ridge #CCCCCC;
    min-width: 1000px;
    width: 1000px;
    top: 118px;
    left:0%;
    margin-left: 0px;
    position: absolute;
    text-align:center;
}   
#prijava
{
    width: 200px;
    height: 80px;
    left: 50%;
    margin-left:0px;
    position: absolute;
}

.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: .95rem;
  box-shadow: rgba(8, 8, 8, 0.4) 0 8px 6px 0;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  border-radius: 40px 40px;
  /* width: 876px; */
    top: 8px;
    left: -9px;
    height: 30px;
    width: 700px;
}

/*.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
} */

/* .button-5:hover {
  transform: translateY(-1px);
} */

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

.naslov
{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}