﻿@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	font-family: 'IRANSans';
	direction: rtl;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */ url('../../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/ url('../../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
	src: url('../../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */ url('../../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/ url('../../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
	src: url('../../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */ url('../../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/ url('../../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('../../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */ url('../../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/ url('../../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../../fonts/eot/IRANSansWeb(FaNum).eot');
	src: url('../../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */ url('../../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/ url('../../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}
.container {
    max-width: 1280px;
}
a {
	text-decoration: none !important;
}
p {
	text-align: justify;
	font-size: 14px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.5em;
}
.bg-1 {
	background-color: #00136f;
}
.bg-2 {
	background-color: #25292c;
}
.bg-3 {
	background-color: #eee;
}
.logo{
    max-width:170px;
    padding:10px 0;
}
.login {
	position: relative;
    overflow: hidden;
	text-align: right;
	margin-top: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,.4);
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}
.login .form-group svg {
	position: absolute;
	top: 35px;
	right: 12px;
	z-index: 1;
	font-size: 18px;
    color:rgb(3, 169, 245);
}

.login .form-control::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 10px;
	background: red;
	right: 0;
}
.toggle {
	position: absolute;
	left: 40px;
	cursor: pointer;
	top: 0;
}
form {
	position: relative;
}

.form-group {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}

.form-control {
  display: block;
  height: 36px;
  width: 100%;
  border: none;
  font-size: 15px;
  font-family: inherit;
  font-weight: 300;
  padding: 10px 45px 10px 10px;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid rgba(117, 117, 117, 0.15);
	position: relative;
}
.form-group::after {
	    content: "";
    background: rgba(117, 117, 117, 0.15);
    width: 1px;
    height: 25px;
    position: absolute;
    bottom: 5px;
    right: 35px;
}
.form-control:focus {
  border-bottom: 2px solid rgb(3, 169, 245);
  outline: none;
  box-shadow: none;
}

.form-highlight {
  position: absolute;
  height: 60%;
  width: 60px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.4;
}
.float-label {
}

.form-control:focus ~ .float-label, .form-control:valid ~ .float-label {
}
input[type=checkbox] {
    display: none;
    visibility: hidden;
}

input[type="checkbox"] + label {
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	margin-top: 15px;
}

input[type="checkbox"] + label:before {
    display: inline-block;
    content: "";
    margin: 0 0 0 5px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 2px solid #5a5a5a;
    border-radius: 2px;
    vertical-align: middle;
}

input[type=checkbox]:checked + label:before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDIwIDE1Ij4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNy4xNDMsMTQuOTM4IDAsNy43OTYgMi4wMjEsNS43NzYgNy4xNDMsMTAuODk4IDE3Ljk3OSwwLjA2MiAyMCwyLjA4MiAiLz4NCjwvc3ZnPg0K');
    background-color: rgb(3, 169, 245);
    border-color: rgb(3, 169, 245);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 11px auto;
    -moz-background-size: 11px auto;
    -o-background-size: 11px auto;
    background-size: 11px auto;
}
button[type="submit"] {
	position: relative;
	float: right;
	font-family: inherit;
	font-weight: 100;
	font-size: 15px;
	border: 0;
	margin: -3px 0px;
	padding: 5px 15px;
	border-radius: 3px;
	cursor: pointer;
	background: rgb(3, 169, 245);
	color: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
button[type="submit"]:focus {
	outline: none;
}
.fa-sms {
	color: green;
	font-size: 60px;
}
.form-group2::after {
	display: none;
}
.form-submit {
	padding: 10px;
	text-align: center;
	letter-spacing: 15px;
}
[ripple] {
  position: relative;
  overflow: hidden;
  -webkit-transition: box-shadow .4s;
  -moz-transition: box-shadow .4s;
  -ms-transition: box-shadow .4s;
  -o-transition: box-shadow .4s;
  transition: box-shadow .4s;
  cursor: inherit;
}

[ripple] .touch {
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  border-radius: 100%;
}

.form-group[errr] .form-control {
    border: 1px solid #d34336 !important;
}
.captcha-input {
    padding: 10px;
}
.refresh-captcha img {
    margin-top: 35px;
}