@font-face {
	font-family: 'BeonMedium';
	src: url('../fonts/beon-webfont.eot');
	src: local('â˜º'), url('../fonts/beon-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/beon-webfont.woff') format('woff'), url('../fonts/beon-webfont.ttf') format('truetype'), url('../fonts/beon-webfont.svg#BeonMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latobold';
	src: url('../fonts/Lato-Bold-webfont.eot');
	src: url('../fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold-webfont.woff2') format('woff2'), url('../fonts/Lato-Bold-webfont.woff') format('woff'), url('../fonts/Lato-Bold-webfont.ttf') format('truetype'), url('../fonts/Lato-Bold-webfont.svg#latobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latolight';
	src: url('../fonts/Lato-Light-webfont.eot');
	src: url('../fonts/Lato-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light-webfont.woff2') format('woff2'), url('../fonts/Lato-Light-webfont.woff') format('woff'), url('../fonts/Lato-Light-webfont.ttf') format('truetype'), url('../fonts/Lato-Light-webfont.svg#latolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoregular';
	src: url('../fonts/Lato-Regular-webfont.eot');
	src: url('../fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular-webfont.woff2') format('woff2'), url('../fonts/Lato-Regular-webfont.woff') format('woff'), url('../fonts/Lato-Regular-webfont.ttf') format('truetype'), url('../fonts/Lato-Regular-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanslight';
	src: url('../fonts/OpenSans-Light-webfont.eot');
	src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
box-sizing: border-box;
}
.fl-flex-label {
	
 width: 100% !important;
}
body{
/* background: #f6f5f7;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column; */
 font-family: OpenSans Light, sans-serif;
			font-size: 14px;
/* height: 100vh; */
margin: -20px 0 50px;
			/* overflow:hidden; */
			/*background-image: radial-gradient(ellipse farthest-corner at -115% 110%, #c3ddfe 0%, #fff 80%, #2d6cbc 50%);*/
			/* background-image: radial-gradient(ellipse farthest-corner at -135% 880000%, #c3ddfe 0%, #fff 90%, #2d6cbc 50%); */

}

h1 {
font-weight: bold;
margin: 0;
			font-size:18px !important;
}

h2 {
text-align: center;
}

p {
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.5px;
margin: 20px 0 30px;
}

span {
font-size: 12px;
}

a {
color: #333;
font-size: 14px;
text-decoration: none;
margin: 15px 0;
}

.button1 {
border-radius: 20px;
/*	border: 1px solid #FF4B2B;
background-color: #FF4B2B;*/
			border: 1px solid #ed1c24;
background-color: #ed1c24;
			color: #FFFFFF;
font-size: 12px;
font-weight: bold;
padding: 12px 45px;
letter-spacing: 1px;
text-transform: uppercase;
transition: transform 80ms ease-in;
}

.button1:active {
transform: scale(0.95);
}

.button1:focus {
outline: none;
}

.button1.ghost {
background-color: transparent;
border-color: #FFFFFF;
}



input {
background-color: #eee;
border: none;
padding: 12px 15px !important;
margin: 8px 0;
width: 100%;
			text-align:right;
}

.container {
background-color: #fff;
border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
		0 10px 10px rgba(0,0,0,0.22);
position: relative;
overflow: hidden;
width: 768px;
max-width: 100%;
min-height: 480px;
}

.form-container {
position: absolute;
top: 0;
height: 100%;
transition: all 0.6s ease-in-out;
}

.sign-in-container {
left: 50%;
width: 50%;
z-index: 2;
}

.container.right-panel-active .sign-in-container {
transform: translateX(100%);
}

.sign-up-container {
left: 0;
width: 50%;
opacity: 0;
z-index: 1;
}

.container.right-panel-active .sign-up-container {
transform: translateX(100%);
opacity: 1;
z-index: 5;
animation: show 0.6s;
}

@keyframes show {
0%, 49.99% {
	opacity: 0;
	z-index: 1;
}

50%, 100% {
	opacity: 1;
	z-index: 5;
}
}

.overlay-container {
position: absolute;
top: 0;
right: 50%;
width: 50%;
height: 100%;
overflow: hidden;
transition: transform 0.6s ease-in-out;
z-index: 100;
}

.container.right-panel-active .overlay-container{
/*transform: translateX(-100%);*/
}

.overlay {
/*	background: #FF416C;*/
			background: #ed1c24;
background: -webkit-linear-gradient(to right, #FF4B2B, #ed1c24);
background: linear-gradient(to right bottom, rgb(64, 139, 234), rgb(25, 77, 142));
background-repeat: no-repeat;
background-size: cover;
background-position: 0 0;
color: #FFFFFF;
position: relative;
left: -100%;
height: 100%;
width: 200%;
	transform: translateX(0);
transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
	transform: translateX(50%);
}

.overlay-panel {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0 40px;
text-align: center;
top: 0;
height: 100%;
width: 50%;
transform: translateX(0);
transition: transform 0.6s ease-in-out;
}

.overlay-left {
transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
transform: translateX(0);
}

.overlay-right {
right: 0;
transform: translateX(0);
}

.container.right-panel-active .overlay-right {
transform: translateX(20%);
}

.social-container {
margin: 20px 0;
	 
width: 100%;
}

.social-container a {
border: 1px solid #DDDDDD;
border-radius: 50%;
display: inline-flex;
justify-content: center;
align-items: center;
margin: 0 5px;
height: 40px;
width: 40px;
}

footer {
	/*background-color: #222;*/
	color: #fff;
	font-size: 14px;
	bottom: 20px !important;
	position: fixed;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 999;
}

footer p {
	margin: 10px 0;
}
footer p:hover {
transform: scale(1.01);
			text-transform: uppercase;
			font-weight:500;
}
footer i {
	color: white;
}

footer a {
	color: #3c97bf;
	text-decoration: none;
}
.img{
	-webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(0px 0px 5px #fff);
}
body{
background-image: none;
margin: 0;
}
img{
max-width: 100%;
}
.mp_login--wrapper{
position: relative;
width: 100%;
min-height: 100vh;
padding: 30px 0 30px;
overflow-y: auto;
display: flex;
align-items: center;
background: rgb(213 232 255);
box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.06);
z-index: 1;
}
.mp_login--wrapper::after{
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 768px;
background: url('../images/form-bg.svg') no-repeat top left;
background-size: cover;
z-index: -1;
}
.mp_login--inner{
width: 100%;
display: flex;
align-items: center;
}
.mp_login--imageWrapper{
position: relative;
width: 60%;
padding: 0 10px;
/* height: 100%; */
display: flex;
align-items: center;
justify-content: center;
/* background: rgb(213 232 255); */
flex-direction: column;
}
.mp_login--logo{

}
.mp_login--logo img{
/* filter: drop-shadow(0px 0px 10px #fff); */
height: 34px;
}
.mp_finanza--tagline{
margin: 20px 0 0 ;
font-size: 20px;
font-weight: 600;
color: #000000;
}
.mp_login--imageWrapper .mp_login--image{
margin-top: 40px;
}
.mp_login--imageWrapper .mp_login--image img{
max-width: 650px;
}
.mp_backLogin--link{
display: flex;
align-items: center;
gap: 10px;
font-size: 12px;
font-weight: 400;
color: #f00;
margin: 0;
display: none;
}
.mp_salesapp--download{
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
font-size: 13px;
font-weight: 600;
color: #000;
margin: 0;
}
.mt-5{
margin-top: 40px;
}
.mp_login--group{
position: relative;
width: 40%;
/* height: 100%; */
display: flex;
align-items: center;
/* background: url('../images/form-bg.svg') no-repeat top right;
background-size: cover; */
/* background-color: rgb(213 232 255); */
justify-content: center;
padding: 0 20px;
/* overflow: hidden; */
}
.mp_login--form{
position: relative;
width: 100%;
max-width: 550px;
border-radius: 10px;
padding: 50px 30px 30px;
opacity: 0;
background-color: #fff;
box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.1);
visibility: hidden;
display: none;
transition: all 0.3s ease-in-out;
}
.mp_password--form{
position: relative;
width: 100%;
max-width: 550px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.1);
padding: 50px 30px 30px;
opacity: 0;
visibility: hidden;
display: none;
transition: all 0.3s ease-in-out;
}
.mp_login--form.active{
opacity: 1;
visibility: visible;
display: block;
}
.mp_password--form.active{
opacity: 1;
visibility: visible;
display: block;
}
.mp_loginForm--logo{
margin-bottom: 30px;
text-align: center;
}
.mp_loginForm--logo img{
max-height: 100px;
max-width: 200px;
}
.mp_login--heading{
margin: 0 0 20px;
font-size: 22px;
font-weight: 600;
color: #000;
text-align: center;
text-transform: capitalize;
}
.mp_form--block{
position: relative;
margin-bottom: 15px;
width: 100%;
}
.mp_form--block .mp_icon{
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.mp_form--field{
width: 100%;
height: 50px;
border-bottom: 1px solid #ececec;
background-color: #fff;
text-align: left;
font-size: 16px;
font-weight: 400;
outline: none;
color: #000;
border-radius: 5px;
padding-left: 34px !important;
}
.mp_form--field::placeholder{
color: rgba(0,0,0,0.4);
}
.text-end{
text-align: right;
}
.mp_forgot--link{
display: inline-block;
margin: 0;
font-size: 12px;
font-weight: 400;
outline: none;
color:#3a45e1;
}
.mp_btn{
position: relative;
width: fit-content;
min-width: 160px;
height: 50px;
padding: 0px 20px;
border: 1px solid transparent;
background: #408bea;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: 500;
margin-left: auto;
color: #fff;
/* border-radius: 30px; */
box-shadow: 0px 5px 26px 1px rgba(0,0,0,0.15);
cursor: pointer;
transition: all 0.3s ease-in-out;
}
.mp_btn:hover{
border-color: #408bea;
background: transparent;
color: #408bea;
box-shadow: 0px 5px 18px 1px rgba(64, 139, 234, 0.4);
}
.d-flex--box{
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
flex-wrap: wrap;
}
.mp_login--footer{
width: 100%;
position: absolute;
bottom: 0%;
left: 50%;
transform: translateX(-50%);
z-index: 1;
}
.mp_login--footer p{
margin: 0 0 20px;
font-size: 12px;
font-weight: 400;
color: #000;
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
}
.mp_login--footer p > a{
font-size: inherit;
font-weight: 400;
margin: 0;
color: inherit;
}
.mp_login--footerLink{
position: relative;
margin: 0 0 5px;
padding: 0;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.mp_login--footerLink li a{
display: flex;
align-items: center;
gap: 5px;
font-size: 12px;
font-weight: 400;
color: #000;
width: fit-content;
margin: 0;
}
.mp_sales--btnGroup{
width: 100%;
margin-top: 50px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.pd-tp-100{
padding-bottom: 60px;
}
@media screen and (min-width: 1921px) {
.mp_login--wrapper::after{
	width: 39%;
}
.mp_login--logo img{
	height: 45px;
}
.mp_finanza--tagline{
	font-size: 2em;
}
.mp_login--imageWrapper .mp_login--image{
	text-align: center;
}
.mp_login--imageWrapper .mp_login--image img{
	margin: 0 auto;
	max-width: 75%;
}
.mp_login--form{
	max-width: 75%;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.mp_form--field{
	font-size: 1.5em;
}
.mp_forgot--link{
	font-size: 1.2em;
}
.mp_login--footerLink li a{
	font-size: 1.2em;
}
.mp_login--footer p{
	font-size: 1.2em;
}
}
@media screen and (max-width: 450px) and (max-width: 767px) {
	
.sign-up-container,.overlay{
		display:none;
}
.sign-in-container{
		width:100% !important;
		left:0;
}
}

@media screen and (max-width: 1440px){
.mp_login--imageWrapper .mp_login--image{
	text-align: center;
}
.mp_login--imageWrapper .mp_login--image img{
	max-width: 70%;
	margin: 0 auto;
}
.mp_login--form{
	padding: 30px 30px;
}
.mp_password--form{
	padding: 30px 30px;
	padding-top: 100px;
}
}
@media screen and (max-width: 1366px){
.mp_login--imageWrapper{
	background: unset;
}
.mp_login--group{
	background: unset;
	background-color: unset;
}

}
@media screen and (min-width: 1025px) and (max-width: 1366px){
.mp_login--wrapper::after{
	width: 900px;
}
}
@media screen and (max-width: 1200px){
.mp_login--imageWrapper{
	width: 50%;
}
.mp_login--group{
	width: 50%;
}
.mp_login--imageWrapper .mp_login--image img{
	max-width: 80%;
	margin: 0 auto;
}
.mp_finanza--tagline{
	text-align: center;
}
}
@media screen and (max-width: 1024px) and (orientation: portrait){
.mp_login--imageWrapper{
	display: none;
}
.mp_login--group{
	width: 100%;
}
.mp_login--wrapper::after{
	width: 100%;
}
}
@media screen and (max-width: 767px){
.mp_login--imageWrapper{
	display: none;
}
.mp_login--group{
	width: 100%;
}
.mp_login--inner{
	position: relative;
	padding-bottom: 100px;
}
}
@media screen and (max-height: 600px){
.mp_login--inner{
	padding-bottom: 90px;
}
}
@media screen and (max-width: 425px){
.d-flex--box{
	margin-top: 30px;
}
.mp_login--footer p{
	display: block;
	text-align: center;
}
}