html, body, #access-denied-container {
     width: 100%;
     height: 100%;
     margin: 0;
     padding: 0;
     border: 0;
 }

button.close {
    border: none;
    -webkit-appearance: none;
    outline:none;
    background-color:transparent;
}

#access-denied-container {
    background-color: #fff;
    text-align: center;
    font-family: "open sans", sans-serif;
}

#access-denied {
    background-color: #f2f2f2 ;
    color: #444;
    margin: auto;
    height: 300px;
    position: relative;
    top: 20%;
    width: 50%;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    text-align: left;
    padding: 2em;
}

#access-denied-content {
    float: right;
    width: 75%;
    padding-left: 5%;
}

.fa-minus-circle{
    color: #d7002f;
    float: left;
    width: 20%;
    font-size: 5.4em;
    margin-top: 1em;
    text-align: center;
}

#access-denied-content h4 {
    font-size: 1.6em;
    color: #d7002f;
    letter-spacing: 0.2em;
    display: block;
    margin: 2.5em 0 1em 0;
}

.fa-times {
    font-size: 2.6em;
    position: absolute;
    right: 1em;
    top: 1em;
    color: #e9a824;
    cursor: pointer;
}

#access-denied-content strong {
    color: #e9a824;
}
