/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-FD.eot');
    src: url('../fonts/Vazir-FD.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-FD.woff') format('woff'),
    url('../fonts/Vazir-FD.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Bold-FD.eot');
    src: url('../fonts/Vazir-Bold-FD.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Bold-FD.woff') format('woff'),
    url('../fonts/Vazir-Bold-FD.ttf') format('truetype');
    font-weight: bold;
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
*, ::after, ::before {
	box-sizing: border-box;
}
body, html {
	overflow: unset;
	height: 100%;
	font-family: vazir , 'Lato';
	font-size: 16px;
}

/*---------------------------------------------*/
a {
	font-family: vazir , 'Lato';
	line-height: 1.7;
	color: black;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  text-decoration: none;
}

a:focus {
	outline: none !important;
}

a:hover {
    text-shadow:
    -1px -1px 0 #E6E6E6,
    1px -1px 0 #E6E6E6,
    -1px 1px 0 #E6E6E6,
    1px 1px 0 #E6E6E6;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	text-decoration: none;
	color: black;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: vazir , 'Lato';
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.fas {padding-left: 3px;}
.txt1 {
  font-family: vazir , 'Lato';
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
}

.txt2 {
  font-family: vazir , 'Lato';
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;
  min-height: 120vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.g-recaptcha {
  overflow: hidden;
  background: #e6e6e6;
  height: 50px;
  border-radius: 25px;
}
.wrap-login100 {
  width: 960px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 95px 130px 33px 95px;
  border: 1px #ccc solid;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
  width: 316px;
}

.login100-pic img {
  max-width: 100%;
  height: 80%;
}

.login100-pic #box{
  width:400px;
  position:absolute;
  height:400px;
  margin-top:-30px;
  margin-right: -45px;
  -moz-animation:spin 2s 1;
}
.login100-pic #shadow{
  height:20px;
  border-radius:30px;
  background:#00264c;
  box-shadow:0px 0 10px 2px rgba(0,0,0,0.0);
  margin-left:160px;
  margin-right:160px;
  opacity: 0;
  margin-top:410px;
}

.login100-pic:hover #box{
  -moz-animation:jump 2s infinite ease-in-out;
  -webkit-animation:jump 2s infinite ease-in-out;
}
.login100-pic:hover #shadow{
  -moz-animation:shadowSize 2s infinite linear;
  -webkit-animation:shadowSize 2s infinite linear;
}

@-moz-keyframes spin {
from{
	-moz-transform: rotate(0deg);
}
to{
	-moz-transform: rotate(360deg);
}
}

@-moz-keyframes jump {
	0%   { margin-top:-75px;}
	50%   { margin-top:0px;}
	100% { margin-top:-75px;}
}
@-webkit-keyframes jump {
	0%   { margin-top:-75px;}
	50%   { margin-top:0px;}
	100% { margin-top:-75px;}
}

@-moz-keyframes shadowSize {
	0%   {margin-left:160px; margin-right:160px; opacity:0.0; box-shadow:0px 0 10px rgba(0,0,0,0.0);}
	50%  {margin-left:-30px; margin-right:-40px;opacity:1; box-shadow:0px 0 10px rgba(0,0,0,0.7);}
	100% {margin-left:160px; margin-right:160px; opacity:0.0; box-shadow:0px 0 10px rgba(0,0,0,0.0);}
}
@-webkit-keyframes shadowSize {
	0%   {margin-left:160px; margin-right:160px; opacity:0.0; box-shadow:0px 0 10px rgba(0,0,0,0.0);}
	50%  {margin-left:-30px; margin-right:-40px;opacity:1; box-shadow:0px 0 10px rgba(0,0,0,0.7);}
	100% {margin-left:160px; margin-right:160px; opacity:0.0; box-shadow:0px 0 10px rgba(0,0,0,0.0);}
}
/*------------------------------------------------------------------
[  ]*/
.login100-form {
  width: 290px;
}

.login100-form-title {
  font-family: vazir , 'Lato';
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
  text-align: center;

  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.login100-form-desc {
  font-family: vazir , 'Lato';
  font-size: 12px;
  color: blue;
  line-height: 1.2;
  width: 100%;
  display: block;
  padding-top: 5px;
  background-image: linear-gradient(to left, violet, indigo, blue, green, red);
  -webkit-background-clip: text;
  color: transparent;
}
.login100-form-rules {
	background: #f6f6f6;
	padding: 10px;
	margin-top: 10px;
	border-radius: 10px;
}

/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-family: vazir , 'Lato';
  font-size: 15px;
  line-height: 1.5;
  color: #666666;

  display: block;
  width: 100%;
  background: #e6e6e6;
  height: 50px;
  border-radius: 25px;
  padding: 0 68px 0 30px;
}
.checkbox {
  display: block;
  position: relative;
  padding-right: 35px;
  border-radius: 25px;
  border: 2px solid #ccc !important;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: -10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5;
  right: 5;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.8);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-right: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #57b846;
  padding-right: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.login100-form-btn {
  font-family: vazir , 'Lato';
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 100%;
  height: 50px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s  ease-in-out ;
  -o-transition: all 0.4s  ease-in-out;
  -moz-transition: all 0.4s  ease-in-out;
  transition: all 0.4s  ease-in-out;
}
.login100-form-btn1 {
	background-image: linear-gradient(160deg, #38FF00 0%, #2BBD3B 100%);
}
.login100-form-btn1:hover {
	background-image: linear-gradient(160deg, #38FF00 50%, #2BBD3B 100%);
}
.login100-form-btn2 {
	background-image: linear-gradient(160deg, #F00 0%, #3A0303 100%);
}
.login100-form-btn2:hover {
	background-image: linear-gradient(160deg, #F00 50%, #3A0303 100%);
}
.login100-form-btn3 {
	background-image: linear-gradient(160deg, #4F8EF5 0%, #710FD4 100%);
}
.login100-form-btn3:hover {
	background-image: linear-gradient(160deg, #4F8EF5 50%, #710FD4 100%);
}
.login100-form-btn2.login100-form-btn3 a {
    all: unset;
}



/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
  .wrap-login100 {
    padding: 177px 90px 33px 85px;
  }

  .login100-pic {
    width: 35%;
  }

  .login100-form {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .wrap-login100 {
    padding: 100px 80px 33px 80px;
  }

  .login100-pic {
    display: none;
  }

  .login100-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 100px 15px 33px 15px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 10px 4px 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  pointer-events: none;

  font-family: vazir , 'Lato';
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index:1;
}
.p-t-10 {
	padding-top:10px;
}
.p-t-12 {
	padding-top:12px;
}
.text-center {
    text-align: center;
}
.alert-validate::after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f06a";
  visibility: visible;
  font-weight: 900;
  -webkit-font-feature-settings: 'liga';
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 13px;
  z-index:1;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


@keyframes  move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    min-height: 120vh;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
	background:  url('../images/wave.png') 50% 50% / cover no-repeat, linear-gradient(to left, #ed1c24, #00b7ff) ;
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}