.style-mobile1
{
font-family: 'lucidacalligraphyefregular';
	font-size: 22px;
	color: #484848;
	}
.style-mobile2
{
font-family: "Minion Pro"; 
font-size: 18px;
}

.style11 {
	font-family: 'lucidacalligraphyefregular';
	font-size: 34px;
	color: #484848;
}
.style18 {font-family: "Minion Pro"; font-size: 32px; }
.style19 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.style20 {
	font-size: 34px;
	font-family: 'lucidacalligraphyefregular';
}
.style22 {font-family: 'lucidacalligraphyefregular'; font-size: 34px; }
.style23 {color: #484848; font-size: 28px;}
.style24 {
	font-size: 22px;
	font-family: Arial;
}
style25 {color: #484848; font-size: 20px;}
.style26 {
	font-size: 16px;
	font-family: Arial;
}
.login-bg {
  background-attachment: fixed;
  background-image: url("../../assets/rec/images/login-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
}
.login-btn{
	color: #fff;
	background-color: #3a57fe;
	border-color: #3a57fe;
	border-radius: 25px;
	text-transform: uppercase;
	padding: 7px 0px;
}
.login-btn:hover{
	color: #fff;
	background-color: #233bc8;
	border-color: #233bc8;
}
.login-panel {
    margin-top: 45%;
    border: none;
    background: #fff;
	border-radius: 10px;
    padding: 15px 0px 0;
}
.panel-body {
    padding: 0 25px 25px;
}
.panel-default>.panel-heading {
	padding: 15px;
	background: none;
    border: none;
}