@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"),
    url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),
    url("../fonts/IRANSansWeb(FaNum)_UltraLight.ttf") format("ttf");
}

html,
body,
.wrapper {
    height: 100%;
}

html,
body {
    padding: 0;
    margin: 0;
    direction: rtl;
}

body {
    font: 1.5rem / 1.516 'IranSans', Arial, sans-serif;
}

.wrapper {
    position: relative;
    background-image: url('/img/bg.png');
    background-color: #fff;
}
.wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header,
.content,
footer {
    position: absolute;
}

header,
footer {
    width: 100%;
}

header {
    top: 0;
    text-align: center;
}

.header_logo {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    background-repeat: no-repeat;
}


.content {
    top: 50%;
    left: 50%;
    text-align: center;
    color: #0199D2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.content h1 {
    margin-top: 0;
    padding: 15px;
    background-color: rgba(241, 250, 254, 0.8); 
    border-radius: 30px;
}

.countdown {
    color: #008fc3;
    margin: auto;
    display: table;
    font-size: 28px;
    font-weight: bold;
    padding: 15px;
    background-color: rgba(241, 250, 254, 0.8); 
    border-radius: 30px;
}

.countdown > div {
    float: left;
    min-width: 80px;
}
.countdown span {
    position: relative;
    display: block;
    font-size: 16px;
    text-align: center;
}
.countdown span:before {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 20px;
    height: 1px;
    background: #fff;
}

footer {
    padding-bottom: 12px;
    bottom: 0;
}

.footer__links {
    text-align: center;
    list-style-type: none;
    font-size: 20px;
}
.footer__links li {
    display: inline-block;
}
.footer__links li:nth-of-type(n+2) {
    margin-left: 12px;
}
.footer__links a {
    padding: 8px 0;
    display: block;
    width: 41px;
    text-align: center;
    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    transition: opacity .235s ease-in-out;
}
.footer__links a:hover {
    opacity: .5;
}
.footer__links .fa {
    vertical-align: middle;
    font-size: 21px;
}

input {
    font-family: 'IranSans';
}