.nav {
  font-size: medium;
}

.error {
  color: red;
  font-weight: bold;
  text-align: center;
  padding:4px;
  border-color: red;
  border-style: solid;
}

.success {
  color: green;
  text-align: center;
  padding:4px;
  border-color: green;
  border-style: dashed;
}

.href {
    background: transparent;
    color: #666666;
    text-transform: none;
    padding: 0;
    margin-right: 0;
}

button.confirm {
    margin-right: 0 !important;
}

a#btnRSkipConfirm {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    margin-right: -100px;
}
.trust-info{
    padding-bottom: 10px;
    min-height: 110px;
}
.trust-level-message {
    padding-bottom: 30px;
}
.cookie-error {
    color:red;
    line-height:25px;
    font-size: larger;
}
.cookie-error a {
    color:red;
    text-decoration: underline;
}

.forgot-pwd {
    font-size: 11px;
    color: #666666;
}

.login-btn-block {
    width: 40%;
}

button.no-bottom {
    margin-bottom: 5px;
}
@media only screen and (max-width: 479px) {
    .login-btn-block {
        width: 51%;
    }
    button.confirm {
        padding: 0 20px !important;
    }
    .trust-info{
        min-height: inherit;
    }
    .trust-level-message {
        padding-bottom: 10px;
    }
    .trust-level strong{
        font-weight: 500;
    }
}

@media only screen and (max-width: 420px) {
    .login-btn-block {
        width: 50%;
    }

    .forgot-pwd {
        float: left;
    }
}
