html{
    height: 100%;
}

body{
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.CentarTexta{
    text-align: center;
    color: whitesmoke;
}

.Wrapper-Info{
    display: flex;
    padding: 14px;
    align-items: flex-start;
    justify-content: center;
    background-color: rgb(0, 153, 255);
}

.Wrapper-Login{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Login-Forma{
    display: flex;
    flex-direction: column;
    margin: 46px;
    padding: 24px 48px;
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.Wrapper-Polje{
    display: flex;
    flex-direction: column;
    padding: 24px 0px;
}

.Wrapper-Field-Line{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.Promeni-Lozinku{
    display: flex;
    align-self: center;
    justify-self: flex-end;
}

.Wrapper-Field-Line a:link, .Wrapper-Field-Line a:hover, .Wrapper-Field-Line a:visited{
    color: rgb(0, 153, 255);
    text-decoration: none;
}

.Logo{
    display: flex;
    height: 128px;
}

.Potvrda{
    margin: 14px;
    padding: 12px 24px;
    border-radius: 12px;
    align-self: center;
    background-color: rgb(0, 153, 255);
    border: none;
    color: white;
    transition: 0.4s;
}

.Potvrda:hover{
    scale: 1.1;
    transition: 0.4s;
    cursor: pointer;
}

input{
    border-style: solid;
    border-radius: 6px;
    padding: 4px;
    margin-top: 4px;
}

label{
    font-size: larger;
}

.Login-Forma h2{
    color: rgb(0, 153, 255);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h1{
    color: white;
    padding: 20px;
    text-align: center;
    font-size: xx-large;
}

.Dugmad-Wrapper-Izmena-Sifre{
    display:flex;
    flex-direction: row;
}
