.kong {
    height: 60px;
}
input:required:invalid, input:focus:invalid {
    background-image: url(/static/images/input_attention.png);
    background-position: right center;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
}

input:required:valid {
    background-image: url(/static/images/input_ok.png);
    background-position: right center;
    background-repeat: no-repeat;
}
h1 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 20px;
}

.navbar-brand{
    padding: 0 15px;
}
.svg-icon{
    width: 120px;
}

.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #c3c3c3;
}

.container-nav-customer{
    padding-top: 80px;
    /*padding-bottom: 10px;*/
}
.container-nav-customer ul{
    list-style: none;
    padding: 0;
}
.container-nav-customer ul li{
    float: left; padding-right: 20px; padding-left: 20px; border-right: 1px solid #c3c3c3;
    height: 20px; line-height: 20px;
}

.container-nav-customer a{}

.content-data{
    margin-top: 20px;
}

.content-data .icon{
    margin-top: 15px;
    margin-right: 15px;
    font-size: 50px;
    line-height: 100px;
    float: left;
    text-align: center;

}

.content-data h5{
    margin-top: 25px;
}

/*#check_browser_alert{*/
/*    position: fixed;*/
/*    bottom:10px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin:0 auto;*/
/*    z-index: 10000;*/
/*    text-align: center;*/
/*    display: none;*/
/*}*/

.FrontPage-topSection{
    margin-top: 40px;
    margin-bottom: 20px;
}

#footer{
    margin-top: 20px;
}