.appIcon {
    height: 16px;
}

.appcontainer{
    display: none;
}

.versionField{
    /* color:chartreuse */
}

.input-group-addon{
    border-style: solid;
    border-color: #CED4DA;
    background-color: #e6e6e6;
    border-width: 1px;
    width: 25px;
    border-top-right-radius: 15%;
    border-bottom-right-radius: 15%;

}

#passwordEye, #refreshArrow{
    margin-top: 10px;
}


.jumbotron {
    /* background-image: url("src_logo_eurocave.png"); */
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
    min-height: 100px;
}

#logo-img{
    max-height: 50px;
}

.temperature-value{
    font-size: 100px;
}

.temperature-unit{
    font-size: 50px;
}

.alert-main {
    position: fixed;
    top:70px;
    z-index: 99999;
    width: 100%;
}
