/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}
::selection {
    background: #b3d4fc;
    text-shadow: none
}
* {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
body {
    font-size: 14px;
    background-color: #f7f8fa;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 22px;
    color: #525252;
}
header.page-header{
    background: #fff;
    padding: 10px 12px;
    margin: 0 auto;
    border: 0 none;
}
.container-main-content{
    background: #f7f8fa;
    padding: 20px;
    text-align: center;
}
.notify-security-msg-panel .text-wrap{
    padding: 20px 25px;
    text-align: center;
}
@media screen and (max-width: 480px) {
    .notify-security-msg-panel .text-wrap{
        max-width: 230px;
        margin: auto;
    }    
}
