@import url('https://fonts.google.com/?selection.family=Open+Sans');

#logo img{
    height:96px;
    width:282px;
    margin:20px;
}


body{
    /* font-family: 'Open Sans', sans-serif;
    background:url('../img/alps.jpg') no-repeat center/cover;
    height:100%; */
    /* background-color:#1b2f3d; */
    /* color:white; */

    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    /* margin: 0; */
    padding: 0;
    background: url('../../Images/background.jpg') no-repeat center/cover;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow-y: hidden;
    color: white;
    margin:0;


}



#ibUser{
    cursor: default;
    display:none;


}

#form1 div{
    width: 100%;
}

#lbAD,
#lbChangePassword{
    font-size: small;
    color:rgba(255,255,255, 0.4) !important;
    margin-right:10px;
}


.txtBox{
    background:rgba(255,255,255,0.6);
    padding:10px;
    margin:20px;
    border-radius: 2px;
    border-color:transparent;
    /* border-color: rgba(0,0,0,0.1); */
}

.txtBox:hover{
    background:rgba(255,255,255,0.8);
    box-shadow: 2px 2px 5px rgba(255,255,255,0.6);
}

.txtBox:active{
    background:white;
    box-shadow: 2px 2px 5px rgba(255,255,255,0.6);
}
.txtBox:focus{
    background:white;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow: 2px 2px 5px rgba(255,255,255,0.6);
}

#cbPersistent{

    margin:20px;
}

td label{
    color:white;
}


input[type="submit"]{
    font-family: 'Open Sans', sans-serif;
    color:white;
    margin:20px;
    padding:5px 20px;
    border-color:transparent;
    border-radius:2px;
    background:rgba(155,155,155,0.6);
}

input[type="submit"]:hover{
    color:gray;
    background-color:white;
    box-shadow: 2px 2px 5px rgba(255,255,255,0.6);

}


.obvestilo{
    background-color: rgb(221 92 88);
    background-position: center;
    padding: 1rem;
    text-align: center;
    font-size: 16px;
		width: auto !important;

    display:none;

}
