﻿body, html {
    height: 100%;
    padding: 0;
    margin: 0;
}

.container {
    font-size: 16px;
    
    height:100%; 
    background:#eceffa;
    display:table; 
    width:100%;
}

#header1 {
    position: relative;
    background-image: linear-gradient(#04519b,#044687 60%,#033769);
    min-height: 120px;
    
}
#divfooter
{ 
     background-image: linear-gradient(#04519b,#044687 60%,#033769);
     padding:6px;
     color:white;
     font-size:12px;
}
#headerlogo {
    height: 120px;
   
    background: url(pic/logo_sfwhite.png);
    background-position:20px 20px;
    background-repeat: no-repeat;
    min-width:200px;
}

#headerright {
    text-align: right;
}


#headermenu1 {
    padding: 15px;

}

    #headermenu1 a {
        color: white;
        font-weight: bold;
    }

@media (max-width: 768px) {
    #headerright {
        text-align: left;
       
    }
     
}

#headermenu2 {
   
   padding: 0 15px 15px 10px;
}

#divverbage
{
    padding:30px;
}

#divss1 {
    background: url(pic/ss1.png);
   
}


#divss2 {
    background: url(pic/ss2.png);
    
}

#divss3 {
    background: url(pic/ss4.png);
     
}

.divfillheight {
    display: table-row;
    height: 100%; 
}

#divpic
{
    padding-top: 40px;
    text-align:center;
}

.divbottom {
    clear: both;
}


.spanbold {
    font-weight: bold;
}


#divlogin1 {
    position: absolute;
    display: none;
    background-color: cornsilk;
    padding: 30px 30px 30px 0;
    border-radius: 10px;
    z-index: 9999;
    width: 290px;
    text-align: right;
}

    #divlogin1 .detaillabel {
        width: auto;
    }
    
#diviosapp img, #divandroidapp img
{
    margin:15px;
     max-width:300px;
}
.mt4
{
   
    margin-top: 20px;
}