
 .wrapper {
    display: table;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    background-color: #131313;
    z-index: 10;
    font-family:Roboto, sans-serif;
    background-image: url(../images/bg.gif);
    background-position: center;
    background-repeat: no-repeat;
    }
.inner {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: center;
    }
	
	.inner img {
    display: table;
    margin: auto;
    width: 270px;
}.social {display: table;margin: 20px auto -10px;text-align: center;}
.social strong { color: #b7b7b7; display: block; margin-bottom: 20px; }
.social a {border-style: solid;border-width: 1px;border-color: rgb(245, 245, 245);border-radius: 50%;background-color: rgb(255, 255, 255);box-shadow: 0px 15px 30px 0px rgb(8 8 15 / 8%);width: 45px;height: 45px;display: inline-block;text-align: center;line-height: 45px;font-size: 21px;color: #141418;margin-right: 10px;}
.social a:hover { background: #e40521; color: #fff; }
.social a i { line-height: inherit; }
a.homeBack {
    text-decoration: none;
    width: 200px;
    display: table;
    margin: auto;
    border-radius: 36px;
    margin-bottom: 20px;
    background: #d6001c;
    color: #fff;
    border-color: #d6001c;
    font-size: 19px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 20px;
}