
#get-phone-form-lbl {
    
    width:100%;
}

div.arian_error {

	border: 1px solid #ccd0d4;
	border-right-width: 4px;
	box-shadow: 0px 0px 15px rgb(253, 192, 192);
	padding: 10px 12px;
	border-color: #dc3232;
	background: #ffd9d9;
}

div.arian_updated{
	border: 1px solid #ccd0d4;
	border-right-width: 4px;
	box-shadow: 0px 0px 15px rgb(205, 253, 192);
	padding: 10px 12px;
	border-color: #27c622;
	background: #acffb9;
}



.error_notif{
    border:1px solid red !important;
}

.popdismiss{
    cursor:pointer;
}



/* Style the tab content */
.tabcontent_login {
  display: none;
}

.tabcontent_login {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}



.formlogin-container {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08), 0 10px 10px rgba(0, 0, 0, 0.03);
	flex-flow: row wrap;
	box-sizing: border-box;
	display: flex;
	max-width: 800px;
	margin: auto;
	border-radius:0.5em;
	overflow:hidden;
}


.form-login-div {
	flex: 1 1 50%;
	box-sizing: border-box;
	max-width: 50%;
	min-height: 500px;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	background: #fff;
	padding: 20px;
}




.bluebtnfull{
	width: 100% !important;
	text-align: center !important;
	margin: 10px 0 !important;
	padding: 10px !important;
	box-shadow: 0 .5rem 1rem rgba(18,38,63,.15) !important;
	background: #2271b1 !important;
	border-color: #2271b1!important;
	color: #fff !important;
	text-decoration: none;
	text-shadow: none;
}


.redbtnfull{
	width: 100% !important;
	text-align: center !important;
	margin: 10px 0 !important;
	padding: 10px !important;
	box-shadow: 0 .5rem 1rem rgba(18,38,63,.15) !important;
	background: #D30C5C !important;
	border-color: #D30C5C !important;
	color: #fff !important;
	text-decoration: none;
	text-shadow: none;
}

.back-login-img {
	flex: 1 1 50%;
	box-sizing: border-box;
	max-width: 50%;
	background: #fff;
	position: relative;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	display: flex;
	flex-flow: row wrap;
	align-items: end;
	padding: 20px;
}

.back-login-img svg{
	fill:#fff;
}


.arianlogin-phone input ,.myloginform input ,#get-phone-form-lbl{
	font-size: 17px;
	line-height: 1.3;
	padding: 0.1875rem 0.3125rem !important;
	margin: 0 0 16px 6px !important;
	min-height: 40px;
	text-align: center;
	border: 1px solid #d2ddec !important;
	/* box-shadow: 0 0 0 1px #2271b1; */
	/* outline: 2px solid transparent; */
}

.form-row.form-row-wide input {
	font-size: 16px;
	line-height: 1;
	padding: 5px !important;
	margin: 0 0 16px 6px !important;
	min-height: 10px;
	border: 1px solid #d2ddec !important;
text-align: right;
}



.arianlogin-phone [type="checkbox"] ,.myloginform [type="checkbox"]{
	min-height: 0px;
	padding : 0px;
	margin : 0px;
}


.arianlogin-phone input:focus ,.myloginform input:focus , #tab-register  input:focus , #get-phone-form-lbl:focus ,.form-row.form-row-wide input:focus{
	box-shadow: 0 0 0 1px #2271b1;
}


.form-row.form-row-wide{
	margin:0;
	padding:0;
}


.tel_reg {
	margin: 5px;
	float: left;
	border: 1px solid #abc0f2;
	padding: 5px 20px;
	border-radius: 4px;
	color: #3694e8;
	font-size:12px;
}
.insta_reg {
	margin: 5px;
	float: left;
	border: 1px solid #f2b3d4;
	padding: 5px 20px;
	border-radius: 4px;
	color: #d94a94;
	font-size:12px;
}

.center-title {
	background-color: #02a9f4 !important;
	width: 40px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.bg-secondary {
	background-color: #6e84a3 !important;
}
.title-border {
	width: 60px;
	height: 2px;
	border-radius: 2px;
	background-color: #edf2f9;
}
#get-phone-form .desc,#myloginform-pass{
	font-size: 13px;
	line-height: 1.5;
	display: inline-block;
	margin: 30px 0 20px 0;
	color: #464646;
	width:100%;
}


.form-row.form-row-wide , #myloginform-pass {
	position: relative;
}

#myloginform-pass .dashicons {

	position: absolute;
	left: 10px;
	top: 30px;
	}
	
.form-row.form-row-wide .dashicons , .myresetform #myloginform-pass .dashicons {
	position: absolute;
	left: 10px;
	top: 10px;
}




.dashicons.bluedash {
	color:#476ca6;
}

.dashicons.reddash {
	color:#a20b60;
}



#get-phone-form h3{
text-align:center;    
}
.arianlogin-phone button,#my-login-btn,#register-btn{
	margin: 20px auto;
	width: 100%;
	display: block;
}

.toaster{

	z-index: 9999999;
	direction: rtl;
	cursor: default;
	min-height: 80px;
	width: 320px;
	border-radius: 2px;
	position: fixed;
	display: none;
	line-height: 18px;
	bottom:12px;
	left:12px;
}

#get-back, #get-back2 {
	margin: 0 auto;
	display: block;
	margin-top: 30px;
	border: 1px solid;
	padding: 4px 20px;
}

#onepass {
	background: #fff !important;
	color: #2271b1 !important;
	border: 1px solid #2271b1 !important;
	box-shadow: none !important;
	width: 100%;
	display: block;
	padding: 7px;
	font-size: 14px;
}

#onepass:hover {
	background: #f1f7ff !important;
}

.lost_password{
	text-align:center;
}


.lost_password a {
	background: #fff !important;
	border: 1px solid #b12251 !important;
	color: #b12251 !important;
	box-shadow: none !important;
	width: 100%;
	display: block;
	padding: 7px;
	font-size: 14px;
}

.lost_password a:hover{
	background: #fff1f8 !important;
}


#countdowntimer,#lostpass{
    
   text-align:center; 
   color:#626262;
    
}



.form-login-div form.checkout_coupon,.form-login-div form.login,.form-login-div form.register , #get-phone-form , .myresetform{
	 border: none !important;
	 padding: 0px !important;
	 margin: 10px !important;
}


#login h1 a {
	background-image: url('https://app.classinar.ir/wp-content/uploads/2021/09/Logo_2.png');
	background-size: 250px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #3c434a;
	height: 100px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 auto 25px;
	padding: 0;
	text-decoration: none;
	width: 250px;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
}
#backtoblog{

	text-align:center;
	margin:30px 0;
}


#login {
	width: 100%;
	padding: 30px 0 0;
	margin: auto;
	max-width: 800px;
}



@media only screen and (max-width: 700px) {
    
.form-login-div{
	flex: 1 1 100%;
	box-sizing: border-box;
	max-width: 100%;
}
	
	
	
	
.formlogin-container{
	flex-flow: row wrap;
	box-sizing: border-box;
	display: flex;
	margin: 5% 30px;
}
	
.back-login-img {
	flex: 1 1 100%;
	box-sizing: border-box;
	max-width: 100%;
	display: none;
}
	

	
}
