#login {
    border: 1px solid #DDD;
    border-radius: 10px;
    margin: 242px auto 0 auto;
    width: 400px;
    background-color: #FFFFFF;
}

#login .title {
    border-bottom: 1px solid #E5E5E5;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    margin-bottom: 16px;
    padding: 16px 20px;
    font-weight: 500;
    line-height: 24px;
    color: #343A40;
}

#login .form-horizontal {
    margin: 0;
}

#login .form-actions {
    border-radius: 0 0 10px 10px;
    margin: 0;
    background-color: #FFFFFF;
}

.navbar .navbar-inner .container .brand {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000000;
}

.forgotPassword {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #0D6EFD;
}

.control-group.privacy {
    font-size: 16px;
    font-weight: normal;
    align-items: center;
    color: #343A40;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 38px;
}

.control-group.privacy a{
    color: #0D6EFD;
}

.navbar-fixed-bottom{
    margin-bottom: 15px;
}
.navbar-fixed-bottom .navbar-footer {
    background-color: rgba(255, 255, 255, 0);
}

.navbar-fixed-bottom .navbar-footer span{
    color: #343A40;
}

#privacy {
    /*color: #636c76;*/
}
#privacy:hover {
    color: #005580;
    text-decoration: underline;
}
.cookie-consent {
    width: 332px;
    height: 147px;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 24px 24px 0;
    margin: 16px;
    text-align: left;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
}
.cookie-consent p {
    font-family: Helvetica Neue;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 20px;
}
.cookie-consent-buttons {
    margin-top: 10px;

}
.cookie-consent-buttons button {
    padding: 5px 9px;
    border: none;
    background-color: #0D6EFD;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
}
.cookie-consent-buttons button:hover {
    background-color: #0056b3;
}
