@charset "UTF-8";

/*
App Name: Vitrin
Author: Sasan Razghandi
Version: 1.0
*/

body {
	font-family: 'IRANSansWebFarsiNumbers';
	cursor: default;
	text-align: right;
	background: #f0f8ff;
}

a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out; 
}

a {  }
a:hover, a:active, a:focus {  }

button, button:hover, button:focus { box-shadow: none !important; }

.form-control.error { border-color: red; }
.form-error { color: red; font-size: 0.9rem; }

.card { box-shadow: none; }
.card-body { text-align: right !important; background: #fff !important; border-radius: 25px !important; }
.card-title { font-size: 1.2rem; margin-bottom: 1rem !important; }
.card-text { color: #999; font-size: .9rem; }