.gnotif{
    font-size: 12px;
    color: gray;
}

.in-header{
    background: #3e474f;
    min-height: 70px;
    color: #fff;
}
.footer{
    color: #fff;
    margin: 50px 0 0 0;
}

#footer-contact {
    background:#3e474f;
    padding-top: 10px;
    padding-bottom: 10px;
}

a{
    color: #2c89ba;
    text-decoration: none;
}
.logdrop{
    padding: 0;
    list-style: none;
    color: #2c89ba;
}
.logdrop form, .logdrop button{
    width: 100%;
}
.logdrop li{
    display: inline-block;
    position: relative;
    line-height: 21px;
    text-align: center;
}
.logdrop li a, .logdrop li button{
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #2c89ba;
    font-size: 13.5px;
    font-weight: bold;
}
.logdrop li a:hover, .logdrop li button:hover{
    color: #fff;
    background: #939393;
}
body > div > div.in-row.in-header > div:nth-child(2) > ul > li > div{
    min-width: 90px;
    text-align: left;
}
.logdrop li ul.dropdown{
    min-width: 90px; /* Set width of the dropdown */
    background: #f2f2f2;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
}
.logdrop li:hover ul.dropdown{
    display: block; /* Display the dropdown */
}
.logdrop li ul.dropdown li{
    display: block;
}

.settingsSubSection input, .settingsSubSection label, .settingsSubSection select{
    float: left;
    display: block;
    padding: 5px;
}
.settingsSubSection label{
    text-align: right;
}
.settingsSubSection input{

}
.settingsSubSection p{
    clear: both;
    text-align: right;
    height: 18.4px;
}
.settingsSubSection{
    margin: 5px 0;
}
.settingswrapper h3{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.settingsSection{
    border-bottom: 1px solid gray;
    background: #f7f7f7;
}
.vsec{
    background: rgb(242, 242, 242);
    margin: 20px 1%;
    width: 98%;
    border: 1px dotted gray;
    border-radius: 10px;
    font-size: 13px;
}
.vsec h3{
    margin-bottom: 30px;
}
.red{
    background: #e53944;
}
.red:hover{
    background: #e04c55;
}
.rooms{
    font-size: 24px;
    color: #2c89ba;
    border-bottom: 1px solid gray;
    text-align: center;
    padding: 10px;
    background: #f7f7f7;
}
.room h3{
    color: black;
    font-weight: 100;
    margin-bottom: 0;
    font-size: 15px;
}
.room{

}
.roomHead{
    background: rgb(87, 154, 204);
}
.roomHead h3{
    font-weight: 100;
    color: white;
    border: none;
}
.mg{
    background: rgb(232, 240, 255);
}
.ug{
    background: white;
}
.room form{
    min-height: 38.6px;
}
.room button{
    color: #2c89ba;
    outline: none;
}
.room button:hover{
    text-decoration: underline;
}
html, body{
    height: 100%;
}
body{
    display: flex;
    flex-direction: column;
}
.wrapper{
    flex: 1 0 auto;
}