.email-address {
	background-color: transparent !important;
	padding: 0px !important;
}

.email-newsletter {
	color:#000 !important;
	background-color:#fff !important
}
.shape10 {
	right: 24% !important;
	bottom: 10% !important;
}
.shape11 {
	left: 20% !important;
	bottom: 15% !important;
}
.email-address form .input-newsletter::-webkit-input-placeholder {
  color: #000 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.email-address form .input-newsletter:-ms-input-placeholder {
  color: #000 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.email-address form .input-newsletter::-ms-input-placeholder {
  color: #000 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.email-address form .input-newsletter::placeholder {
  color: #000 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#countryCode {
	width: 40%;
	float: left;
}
#phone {
	width: 57%;
	float: right;
}
select:required:invalid {
    color: gray !important;
}
option[value=""][disabled] {
    display: none;
}
.forgot-pswd {
	position: relative;
	float: right;
	bottom: 37.5px;
	right: 10px;
}
.otp-btn {
	background: #fff;
	color: black;
}
/*.login-area::before, .signup-area::before {
	z-index: 0;
	-webkit-animation: animatedBackground 15s linear infinite;
	animation: animatedBackground 15s linear infinite;
	background-image: url(../img/bg_lines.svg);
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .6;
	height: 100%;
}*/
@font-face{
    font-family:'Jushley Shine';
    src:url('../fonts/Jushley Shine.otf');
}
.login-area::before, .signup-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-animation: imageChange 1s linear 1s infinite;
	animation: imageChange 1s linear 1s infinite;
	background-image: url(../img/footer-shape1.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.login-form, .signup-form {
	background: #fff;
	padding: 30px;
	border-radius:5px;
}
.login-content, .signup-content {
	height: 100vh !important;
}
.login-area, .signup-area {
	background-color: #080a3c;
	position: relative;
	z-index: 1;
	
}
.login-form {
	max-width: 350px !important;
}
.forgot-password label {
	margin-bottom: 0px;
}
.forgot-password {
	margin-top: 5px !important;
}

#partitioned {
	margin: 0 5px;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
	border: solid 1px #ccc;
	box-shadow: 0 0 5px #ccc inset;
	outline: none;
	width: 13%;
	transition: all 0.2s ease-in-out;
	border-radius: 3px;
}
.otp-section {
	background:transparent !important;
}
.tenth-content p, .list {	margin: 25px 0px;}.list h6 {	padding: 5px;}.list h6 a {	color: #f50;}

@media screen and (min-width:320px) and (max-width:640px) {

#partitioned {
	width: 11%;
	line-height: 35px;
}
}
/*online-store-setup start*/
.online-store-setup {
	margin-top: 100px;
}
@media screen and (max-width:1199px){
 .online-store-setup {
	margin-top: 0px;
}   
}
/*online-store-setup start*/

/*blog */
.post-content h4 {
	height: 85px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post-image img {
	height: 220px;
	width: 100%;
}

@media screen and (max-width:767px){
.post-image img {
	height: auto;
	width: 100%;
}
}

@media screen and (min-width:768px) and (max-width:991px){
.post-image img {
	height: 200px;
	width: 100%;
}
}

@media screen and (min-width:992px) and (max-width:1200px){
.post-image img {
	height: 210px;
	width: 100%;
}
}
/*blog*/