﻿@font-face {
  font-family: bnassim;
  src: url('fonts/nassim-bold.eot?#') format('eot'),  
       url('fonts/nassim-bold.woff') format('woff'),  
       url('fonts/nassim-bold.ttf') format('truetype'); 
}
@font-face {
  font-family: rnassim;
  src: url('fonts/nassim-regular.eot?#') format('eot'),  
       url('fonts/nassim-regular.woff') format('woff'),  
       url('fonts/nassim-regular.ttf') format('truetype'); 
}
body {
    text-align: center;
       background: url("/Resource/images/index.png") repeat;
    color: #fff;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    font:16px bnassim ;
}
p {
    font:19px bnassim ;
    color: #e5412d;
    margin:8px 0  15px 0;
}
a {
    text-decoration: none;
}
.btn.btn-default {
    background-color: #e7543d;
}
.btn {
    width: 100px;
    margin: 0 auto;
    border: 3px solid transparent;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 35px;
    outline: medium none !important;
    padding: 0 17px;
    position: relative;
    text-align: center;
    text-transform: none;
    -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s, border-color 0.3s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s, background 0.3s ease 0s, border-color 0.3s ease 0s, opacity 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s, background 0.3s ease 0s, border-color 0.3s ease 0s, opacity 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background 0.3s ease 0s, border-color 0.3s ease 0s, opacity 0.3s ease 0s;
    transition: color 0.3s ease 0s, background 0.3s ease 0s, border-color 0.3s ease 0s, opacity 0.3s ease 0s;
}
.btn:active, .btn:focus, .btn:hover {
    border-color: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
}

.tranparet-box {
    background: #ffffff;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 100px;
    left: calc(50% - 150px);
    padding: 20px;
    position: absolute;
    top: calc(50% - 50px);
    width: 260px;
    z-index: 2;
}