body{
    text-align:center;
    margin:0;
    font-family: "ProximaNovaSemiBold",Helvetica,Arial,sans-serif;
    overflow:hidden;
}
.graphic{
    position: relative;
    min-height: 245px;
}
.icon{
    font-size: 85px;
    position: absolute;
    top: 118px;
    margin-left: -27.5px;
    left: 50%;
    color: #1F1A17;
}
.warning-img{
    position: absolute;
    left: 50%;
    margin-left: -127px;
}
.body-container{
    padding-top:5%;

    background-size: 138px 64px;
    height:95%;
    background: #606060;
    background: -moz-linear-gradient(top, #606060 27%, #303038 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#606060), color-stop(100%,#303038));
    background: -webkit-linear-gradient(top, #606060 27%,#303038 100%);
    background: -o-linear-gradient(top, #606060 27%,#303038 100%);
    background: -ms-linear-gradient(top, #606060 27%,#303038 100%);
    background: linear-gradient(to bottom, #606060 27%,#303038 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#303038',GradientType=0 );
}
.container{
    background-color: white;
    width:60%;
    margin-left:20%;
    padding:30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05) inset;

}