@import url('https://fonts.google.com/?selection.family=Open+Sans');




#logo img {
    height: 96px;
    width: 282px;
    margin: 20px;
}

input::placeholder {
    font-family: Montserrat;
    opacity: .5;
    color: grey;
    font-size: 12px;
}

body {
    /* font-family: 'Montserrat', sans-serif;

    height:100%; */
    /* background-color:#1b2f3d; */
    /* color:white; */
    font-family: 'Montserrat', sans-serif;
    margin-top: 5px;
    /* margin: 0; */
    background-image: url('images/weps1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 0;
    width: 100%;
    height: 100vh;
    position: relative;
    margin: 0;
    overflow: hidden;
    color: #f5f5f5;
    font-size: 12px;
}

.out-frame {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logo{
    background-image: url('Images/logo_ministrstvo.png');
    align-items: center;
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: center;
    height: 4rem;
    width: 4rem;
}

h1 {
    font-size: 2em;
    color: rgb(255, 255, 255)
}


#ibUser {
    cursor: default;
    display: none;


}

#form1 {
    height: 100%;
    width: 500px;
    align-items: center;

}
.prvi{
    overflow: hidden;
    background: linear-gradient(1deg, #181818c4, #b7b7b752);
    backdrop-filter: blur(8px);
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    align-items: center;
    padding-bottom: 3rem;
    padding-top: 2rem;
}

.obrazec {
    overflow: hidden;
    height: 35rem;
    background: linear-gradient(1deg, #181818c4, #b7b7b752);
    backdrop-filter: blur(25px);
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    align-items: center;
    padding-top: 2rem;
}

.fa-2x {
    font-size: 1.5em;
}

.txtBox {
    background: rgba(255, 255, 255, 1);
    padding: 10px 10px 10px 20px;
    margin: 10px 0px;
    border-radius: 6px;
    border-color: transparent;
    /* border-color: rgba(0,0,0,0.1); */
}

.tbUserName {
    background: rgba(255,s 255, 255, 1);
    padding: 10px 10px 10px 20px;
    margin: 10px 0px;
    border-radius: 6px;
    border-color: transparent;
    margin-right: 2rem !important;
}

.tbUserName {
    background: rgba(255,s 255, 255, 1);
    padding: 10px 10px 10px 20px;
    margin: 10px 0px;
    border-radius: 10px;
    border-color: transparent;
    margin-right: 2rem !important;
}
.txtBox:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.txtBox:active {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.6);
}

.txtBox:focus {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.6);
}



#cbPersistent {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

td label {
    color: gray;
}

input {
    outline-color: rgba(255, 255, 255, 0.2)
}


.checkbox {
    display: inline-block;
    white-space: nowrap;
}

input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin-top: 20px;
    padding: 5px 20px;
    border-color: transparent;
    border-radius: 2px;
    cursor: pointer;

}

#btnLogin {
    width: 139px;
    height: 38px;
    left: 1048px;
    top: 594px;
    background: #999999;
    box-shadow: 1px 4px 8px #3e3e3e;
    border-radius: 6px;

}

#btnLogin:hover {

    background: #252525;
    border-radius: 6px;

}



#lbAD,
#lbChangePassword {
    font-size: small;
    color: rgba(245, 245, 245, 1) !important;
    margin-top: 20px;
}

#lbChangePassword:hover {
    font-weight: bold;
}

#LabelChangePasswordHeader {
    font-size: 26px;
    color: rgb(255, 255, 255);
}




#txtUsername:active {
    box-shadow: none;

}

#btnChangePassword {

    width: 139px;
    height: 38px;
    left: 1048px;
    top: 594px;
    background: #999999;
    box-shadow: 1px 4px 8px #3e3e3e;
    border-radius: 6px;
}

#btnChangePassword:hover {

    background: #252525;
    border-radius: 6px;

}



#btnCancel {
    font-size: small;
    color: rgb(245 245 245) !important;
    background: none;
}

#btnCancel:hover {
    font-weight: bold;
    text-decoration: underline;

}



.text {
    text-align: left;
}

.td-font {
    font-size: 14px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: left;
}

tr {
    font-family: Montserrat;
}

table {
    border-spacing: 0px;
}

.checkbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.obvestilo{
    background-color: rgb(221 92 88);
    background-position: center;
    padding: 1rem;
    text-align: center;
    font-size: 16px;
    display: none;
}
