.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: 100%;
	background-repeat: 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;
	height: 100%;
	
}
.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;
}


@media screen and (min-width:320px) and (max-width:640px) {

#partitioned {
	width: 11%;
	line-height: 35px;
}
}
