﻿body {
}
input{
	text-align:right
}
.center {
	margin: auto;
	text-align: center;
}
.blueBorder {
	border: double 5px #ACACD0;
	border-radius:15px
}
.redBorder {
	border: solid 5px red
}
.fitcontent{
	width:fit-content;
}
.loginlogo {
	border-radius: 15px;
	width: 60px;
	height: 60px;
}
.captchalogin {
	width: 80%;
	border: solid red 1px !important;

}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: black !important;
	opacity: .7; /* Firefox */
	font-family:'B Yekan'
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: black !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: black !important;
}
.block{
	display:block;
}
.btn-icon-refresh {
	margin-top: 1px;
	float: left;
	width: 30px;
	height: 30px;
	background-image: url(/icons/refresh.png);
	background-size: 30px 30px;
	margin-left: 40px;
}