/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  Bach Le
Primary use:  
-------------------------------------------------------------------*/

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Barlow-Regular;
  src: url('../fonts/IRANSansWeb.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {
	max-width: 1200px;
}


body {
	font-family: 'IRANSans';
	background: url("../images/bg01.jpeg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.logo {
	max-width: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.Box {
	width: 300px;
	height: 300px;
	background-color: rgba(242,242,242,0.75);
	box-shadow: -2px 2px 5px -2px rgba(0,0,0,0.5);
	border-radius: 15px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

p {
	font-size: 16px;
	text-align: center;
}

button {
	font-family: 'IRANSans';
	background-color: #000;
	color: #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	outline: 0;
	border: 1px solid;
	cursor: pointer;
	font-weight: 500;
	border-radius: 5px;
	font-size: 14px;
	height: 40px;
	border-color: #000;
	padding: 10 10px;
	min-width:150px;
}

button:hover {
	background-color: #fff;
	color: #000;
}