.log{
    text-align: center;
    width: 100%;
    padding-left:  40px;
    padding-right:  40px;
}
.bar{
    margin-bottom: 5px;
    height: 20px;
}
.bar2{
    height: 2px;
    width: 350px;
    margin: 0 auto;
}
.circle {
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #d59934;
    position:relative;
    top:40px;
    left:60px;
}
.btn-primary,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: #D59934 !important;
    border: 1px solid #D59934 !important;
    /*border-radius: 10px !important;*/
    color: #f6f6f6 !important;
    outline: none !important;
    /*padding: 6px 16px !important;*/
}

.btn-logout {
    background: #FFA000;
    border: 1px solid #FFA000 !important;
    border-radius: 10px !important;
    color: #f6f6f6 !important;
    outline: none !important;
}

.label{
    color: #000000 !important;
    font-size: 14px !important;
    text-align: center !important;
}

/*****************************************************************/
/* Disclaimer                                                    */

.rcorners{
    border-radius: 15px;
    border: 1px solid #686666;
    /*padding: 5px;*/
    width: auto;
    height: auto;
}