﻿@charset "utf-8";
body * {
	direction: rtl;
}

body {
	background-image: linear-gradient(to right bottom, #ff7dc3, #e6a9ca, #e68ebe, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
	min-height: 100vh;
	background-repeat: no-repeat;
}
	body *:not(i) {
		font-family: 'IS';
	}

.control-label {
	color: #727272;
	font-weight: normal;
	margin-bottom: 6px !important;
}

.text-danger {
	color: #ED5565 !important;
}





.spin {
	animation-name: spin;
	animation-duration: 800ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


@media screen and (max-width: 766px) {
	.PassEye {
		top: 42px !important;
	}
}

.box {
	display: block;
	margin: auto;
	margin-top: 10%;
	max-width: 450px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}


#SubmitBack {
	display: none;
}

#WI {
	display: block;
	margin: auto;
	margin-top: 15px;
}

#PartnerLink {
	color: #F79F1F;
	font-family: 'ISBold' !important;
	font-size: 13.5px;
	text-align: center;
	margin-top: -6px;
}

.form-control {
	border-radius: 0px;
	box-shadow: none;
	text-align: left;
	direction: ltr;
	color: #333;
	background: rgb(255 255 255 / 0%);
	height: 43px;
	border-radius: 30px;
	border: none;
	font-size: 17px;
	color: #1B1464 !important;
	margin-bottom: 7px;
	border: 1px solid rgb(255 255 255);
}

.control-label {
	font-size: 14px;
	color: #1B1464 !important;
	padding-right: 20px;
	font-family: 'ISBold';
	margin-top: 5px;
}

a {
	outline: none;
	text-decoration: none;
	border-bottom: 1px dashed transparent;
	display: block;
	width: fit-content;
	margin: auto;
	margin-top: 5px;
	transition: 0.4s;
	color: #EE5A24;
	font-size: 17px;
	margin-top: 15px;
}

	a:focus, a:active, a:hover {
		outline: none;
		text-decoration: none;
		border-bottom: 1px dashed #0652DD;
	}




input:-internal-autofill-selected {
	appearance: unset;
	background-image: none !important;
	background-color: rgb(255 255 255 / 30%) !important;
	color: #1B1464 !important;
}

.form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgb(255 255 255 / 30%);
	border: 1px solid rgb(255 255 255);
}

.text-danger {
	color: #6bed55;
}

.NormalLink:hover, .NormalLink:active {
	text-decoration: none !important;
}

input[type=submit] {
	width: 100%;
	height: 35px;
	border-radius: 4px;
	background: #1B1464 !important;
	border: #1B1464 !important;
	margin-top: 2px;
	height: 43px;
	border-radius: 30px;
	font-size: 18px;
	transition: 0.4s;
}

	input[type=submit]:hover, input[type=submit]:focus {
		background: #0652DD !important;
		border: #0652DD !important;
	}

	input[type=submit]:focus, input[type=submit]:active {
		outline: none !important;
	}

.form-group {
	margin-bottom: 0px;
}

#MainTitle {
	color: #1B1464;
	font-family: 'ISBlack' !important;
	font-size: 16.5px;
	text-align: center;
}

hr {
	border-color: #e6e6e6;
	margin-top: 2px;
	margin-bottom: 0px;
}

p {
	text-align: center;
	color: #1B1464;
	margin-top: 11px;
	margin-bottom: 25px;
	font-size: 15px;
	font-family: 'ISBold' !important;
}

.field-validation-error span {
	background-color: #ed5565;
	width: 100%;
	color: #fff;
	padding: 3px;
	float: right;
	margin-top: 4px;
	border-radius: 4px;
	padding-right: 15px;
	font-size: 11px;
}

.PassEye {
	font-size: 25px;
	cursor: pointer;
	position: absolute;
	top: 49px;
	margin-right: 8px;
	color: #323232;
	right: 24px;
}

a:focus, a:active {
	outline: 1px dashed #0652DD;
}


#CaptchaImage {
	display: inline-block;
	float: left;
	height: 42px;
}

.CaptchaRefresh {
	float: left;
	margin-left: 17px;
	font-size: 20px;
	color: #717171;
}

#CaptchaBack input[type=text] {
	direction: ltr;
	text-align: left;
}

.CaptchaLabel {
	margin-top: 0px;
	margin-bottom: -6px !important
}

#CaptchaInputText {
	text-align: left;
	direction: ltr;
	color: #333;
}

#CaptchaBack a {
	display: block !important;
	float: left;
	margin-top: -15px;
	margin-left: 10px;
}
.text-warning {
color:#f39c12;
}


.text-success {
	color: #1abc9c;
}


.text-info {
	color: #1e90ff;
}


.text-danger {
	color: #ff1b73;
}







