﻿body {
}

.login-panel {
    padding: 25px 40px;
    margin: 100px auto 45px;
    background-color: #ffffff;
    background-color: rgba(255,255,255,1);
    max-width: 500px;
    color: #666666;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
}
.login-panel .header_login img {
    height: 75px !important;
}

.login_modal {
    background-color: rgba(49,67,89,0.8);
    color:white
}

.btn.btn-block{
    margin-right: 0px;
}

.red{
    color: red;
}

.text-light a:not(.button) {
    color: #333 !important;
}
.text-light span:not(.btn-label).red{
    color: red !important;
}

#header #logo img {
    margin-top: 0 !important;
    height: 68px  !important;
}

#header .logo {
    margin-top: 11px;
}

#header.header-sticky .logo {
    margin-top: 0;
}

#header.header-sticky #logo img {
    margin-top: 0 !important;
    height: 60px  !important;
}
