@font-face{
	font-family: 'vazir';
	src:url("../fonts/Vazir-FD.woff")format("woff"),
	url("../fonts/Vazir-FD.eot")format("eot"),
	url("../fonts/Vazir-FD.ttf")format("truetype")
}
body,html{
    background-color:#000;
	font-size: 11px;
	font-family: 'vazir';
}
select{
    background-color:green;
    width:98%; height:30px;
    margin-bottom: 8px;
    padding: 3px 8px;
    border: 0px solid #fff;
    color: #fff;
    font-family: 'vazir';
    border-radius: 5px;
    text-align: right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow:inset 1px -2px rgba(255,255,255,0.55);
}
  .btn 
  {
   outline:0;
   border:none;
   border-top:none;
   border-bottom:none;
   border-left:none;
   border-right:none;
   text-shadow: 0 2px 1px rgba(255, 177, 0,0.999);
   box-shadow:inset 2px -3px rgba(255,255,255,0.55);
  }
  .btn:focus
  {
   outline:0;
   -webkit-outline:0;
   -moz-outline:0;
  }
  .fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
	background-repeat: no-repeat; height: 100%;
    background-image: linear-gradient(black,#003e08,#001d04 ,black );
    //background-image: url('http://cleancanvas.herokuapp.com/img/backgrounds/color-splash.jpg');
  }
  .form-signin {
    max-width: 308px;
    padding: 15px;
    margin: 0 auto;
    margin-top:50px;
  }
  .form-signin .form-signin-heading, .form-signin {
    margin-bottom: 10px;
  }
  .form-signin .form-control {
	font-family: 'vazir';
    position: relative;
    font-size: 14px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-signin .form-control:focus {
    z-index: 2;
  }
  .form-signin input[type="text"] {
    margin-bottom: -1px;margin-top: -12px;
    border-radius: 0;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-color: #fff;
	text-shadow: 0 2px 3px rgba(120,255,120,0.999);
  }
  .form-signin input[type="password"] {
    margin-bottom: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #fff;
    border-top:1px solid rgba(0,0,0,0.08);
	text-shadow: 0 2px 3px rgba(120,255,120,0.999);
  }
  .form-signin-heading {
    padding: 8px 8px;
    border: 1px solid #fff; border-bottom: 3px solid #fff;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: green;
    color: #eee; font-size: 15px;
    text-align: right;
    text-shadow: 0 2px 1px rgba(0,0,0,0.999);
  }
  a{
	color: #fff;
  }
    a:hover{
	color: #0df;
	text-decoration:none;
  }
  .back{
	margin-right:25%;
	margin-left:25%;
	text-shadow: 0 3px 2px rgba(255,0,0,0.999);
  }
  
  hr{
    margin-top: 20px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 2px; //width:50%;
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.95),rgba(255,255,255,0));
    background-image: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.95),rgba(255,255,255,0));
    background-image: -ms-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.95),rgba(255,255,255,0));
    background-image: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.95),rgba(255,255,255,0));
}
