﻿.md-login .transitionBox {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.md-overlay.md-login {
	background: rgba(32, 40, 51, 0.95);
}
#MDlogin.md-modal {
    width: 90%;
    max-width: 960px;
    display: block;
    margin: auto;
    position: fixed;
    overflow: hidden;
    height: 95%;
    top: 0;
    bottom: 0;
    max-height: 580px;
}

#MDloginReset.md-modal {
width: 90%;
    max-width: 540px;
    display: block;
    margin: auto;
    position: fixed;
    overflow: hidden;
    background: #FFF;
    font-family: Roboto !important;
    height: 90%;
    top: 0;
    bottom: 0;
    max-height: 370px;
}

#MDloginReset .subtitleform {
    font-size: 16px;
    text-align: center;
}

.md-modal {
    z-index: 9999999;
	position: fixed;
	font-family: Roboto, Sans-Serif !important;
	top: 50%;
	left: 50%;
	min-width: 320px;
	height: auto;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	visibility: hidden !important;
	opacity:0;
}
#sidebarSignin .md-content {
}
.md-login .wrap-content {
	width: 100%;
	display: block;
	margin: auto;
	position: relative;
	float: left;
	    height: 100%;
}
.md-modal.md-zoomIn {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-50%)  scale(0.8);
	-moz-transform: translateX(-50%) scale(0.8);
	-ms-transform: translateX(-50%)  scale(0.8);
	transform: translateX(-50%)  scale(0.8);
}
.zoomSlow {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.zoomFlash {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.md-modal.md-zoomIn.md-show {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: translateX(-50%) scale(1);
	-moz-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}
.md-modal.md-show {
	opacity: 1 !important;
	visibility: visible !important;
}
.md-login.md-modal .md-content {
	background: none;
    border-radius: 0px;
    display: block;
    height: 100%;
    color: #2B333F;
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
}

div#step1-signin {
    max-height: 566px;
}

div#step1-register {
    padding: 0px !important;
    max-height: 578px;
}
.sidebarSLogin {
	width: 44%;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	float: left;
	max-height: 600px;
	overflow: hidden;
	height:100%;
}
#sidebarSignin {
	background: #21A9E1;
	transform: translateX(0%);
	-moz-transform: translateX(0%);
	-webkit-transform: translateX(0%);
}
#sidebarSignup {
	background: #33587D;
	transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}
.sidebarSLogin .top-Slogin {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 15px !important;
}
.sidebarSLogin .bottom-Slogin {
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 5px;
	        font-weight: 300;
}
.headerSlogin {
	font-size: 20px;
	text-align: center;
	width: 100%;
	margin-bottom: 15px !important;
	margin-top: 10px;
	        font-weight: 300;
	        line-height: 27px;
}
.imgSlogin {
	padding: 15px;
	border: 1px solid white;
	border-radius: 50%;
	width: 255px;
	height: 255px;
	display: table;
	margin: auto;
	box-sizing: border-box;
}
.contentimgSlogin {
	width: 100%;
	height: 223px !important;
	border-radius: 50%;
	overflow: hidden;
}
.contentimgSlogin img {
	width: 100%;
	height: auto;
}
.sliderIMGSLogin .slick-list.draggable ,
.sliderIMGSLogin2 .slick-list.draggable ,
.sliderIMGSLogin3 .slick-list.draggable {
	border-radius: 50%;
}
.sidebarSLogin button:before {
	font-size: 50px !important;
	color: #FFFFFF !important;
	opacity: 0.45 !important;
}
.sidebarSLogin .slick-active button:before {
	color: #ffffff !important;
	opacity: 1 !important;
}
#sidebarSignup .slick-active button:before {
	color: #FBA633 !important;
	opacity: 1 !important;
}
.sidebarSLogin button {
    padding: 0px !important;
    margin: 0px !important;
}

.md-login .slick-dots li{
        margin: 0 0px;
}

.sidebarSLogin, .bottom-Slogin, .top-Slogin {
	color: #FFFFFF !important;
}
body .sidebarSLogin .slick-dots {
	bottom: -15px;
	margin-top: 10px;
	position: relative;
}
img.imgbeneficio {
	display: -webkit-inline-box !important;
	max-width: 120px;
}


img.imgbeneficio.primero{
    top:-2px;
    position:relative;
}
img.imgbeneficio.segundo{
    top:-5px;
    position:relative;
}


img.imgbeneficio.tercero{
    top:-2px;
    position:relative;
}

img.imgbeneficio.davivienda {
	max-width: 160px;
}
.wrap-formSLogin {
	width: 54%;
	position: absolute;
	box-sizing: border-box;
	float: right;
	max-height: 600px;
	height:100%;
	right: 0;
	background: #FFFFFF;
	z-index: 9;
	overflow: hidden;
}

.wrap-Resetpass {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    float: left;
    height: 100%;
    right: 0;
    padding: 30px;
}
#step-Resetpass  h3.titleform{
    font-size: 39px;
}
.md-login h3.titleform {
	font-size: 37px;
	color: #2B333F;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 120%;
	text-align: center;
	font-family: Roboto;
	float: left;
    width: 100%;
}
.md-login .subtitleform {
	color: #2B333F;
	font-size: 14px;
	text-align: center;
	font-weight: 300;
	    float: left;
    width: 100%;
        line-height: 120%;
            padding-right: 10px;
            box-sizing: border-box;
}
.md-login .signinRedes {
	float: left;
	padding: 27px 20px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
}
.columnsRedes {
	width: 100px;
	height: 100px;
	float: none;
	margin: auto;
	display: -webkit-box;
	margin-left: auto;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#facebookSignup.columnsRedes,#facebookSignin.columnsRedes {
	margin-right: 30px;
	background-color: #3B5997;
}
#googleSignup.columnsRedes,#googleSignin.columnsRedes {
	margin-left: 30px;
	background-color: #D73D32;
}
.columnsRedes:before {
	width: 50px;
	height: 50px;
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 0px;
	bottom: 0px;
	background-image: url(/content/img/spriteMDlogin.png);
	background-size: 800px;
}
#facebookSignup.columnsRedes:before,#facebookSignin.columnsRedes:before {
	background-position: -11px -14px;
}
#googleSignup.columnsRedes:before,#googleSignin.columnsRedes:before {
	background-position: -94px -14px;
}
.separationOr {
	width: 100%;
	float: left;
	margin: 4px 0px;
	text-align: center;
	font-size: 17px;
	position: relative;
	    font-family: Roboto;
    line-height: 120%;
}
.separationOr:before {
	content: "";
	width: 80px;
	height: 2px;
	background: #E3E9EE;
	opacity: 0.5;
	position: relative;
	display: inline-block;
	top: -4px;
	margin-right: 15px;
}
.separationOr:after {
	content: "";
	width: 80px;
	height: 2px;
	background: #E3E9EE;
	opacity: 0.5;
	position: relative;
	display: inline-block;
	top: -4px;
	margin-left: 15px;
}
.formSLogin {
	float: left;
	width: 70%;
	padding: 0px;
	box-sizing: border-box;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.md-login .boxField {
	width: 46%;
	float: left;
	margin-bottom: 10px !important;
	position: relative;
	margin: 0px 2%;
}
.md-login  .boxField.fullBox {
	width: 98%;
	margin: 0px 2%;
	margin-bottom: 10px !important;
}
body form .mdInput {
    padding: 15px 10px 6px 0px !important;
    width: 100%;
    box-sizing: border-box;
    border: 0px !important;
    box-shadow: none !important;
    border-bottom: 2px solid #EEEEEE !important;
    background: #FFF !important;
    color: #2B333F !important;
    line-height: 5px;
    font-family: Roboto, sans-serif !important;
    box-shadow: none !important;
    z-index: 1;
    position: relative;
    background-color: transparent !important;
    height: auto !important;
    font-size: 90% !important;
    border-radius: 0px !important;
    font-weight: 300 !important;
        margin-bottom: 0px !important;
}
label.labelFocus {
    position: absolute;
    top: 0px;
    color: #545454;
    position: absolute;
    top: 10px;
    font-size: 15px;
    cursor: text;
    transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    z-index: 0;
    left: 0px;
    font-family: Roboto;
    font-weight: 300;
}
label.labelFocus.isFocus {
	font-size: 11px;
	-webkit-transform: translateY(-75%) translateX(0px);
	transform: translateY(-75%) translateX(0px);
	-moz-transform: translateY(-75%) translateX(0px);
	color: #3F4651;
	font-weight: bold;
    z-index: 1;
}
body .md-login .btnsend {
	background: #21A9E1 !important;
	padding: 18px !important;
	box-sizing: border-box;
	color: #FFF !important;
	font-weight: bold;
	text-align: center;
	font-size: 15px !important;
	text-transform: uppercase;
	cursor: pointer;
	transition: all ease .3s !important;
	-webkit-transition: all ease .3s !important;
	-moz-transition: all ease .3s !important;
	margin: auto;
    line-height: 15px !important;
	max-width: 300px;
	width: 100% !important;
}
body .md-login #btnSignUp_desktop {
	background: #FBA633 !important;
	padding: 18px 50px;
	max-width: 320px;
}
body .forgetPass {
	position: absolute;
	right: 0px;
	top: 11px;
	font-weight: bold;
	color: #3F4651;
	font-size: 13px;
	margin: 0px !important;
	line-height: 120%;
	z-index: 2;
	    width: auto !important;
}
#SignInModalForm{
    height:178px;
}

.refreshMobile{
    display:none;
    width: 90%;
    height: 100px;
    color: #FFF;
    position: fixed;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
    z-index: 100000;
    text-align: center;
    font-size: 20px;
    cursor:pointer;
}

.refreshMobile .iconRefresh {
    width: 60px;
    height: 60px;
    display: table;
    margin: auto;
    background-image: url(/content/img/spriteMDlogin.png);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 0px -275px;
}


.refreshMobile .titleRefresh {
    float: left;
    width: 100%;
    display: block;
    height: 35px;
    margin-top: 10px;
}

.animation_slideSlogin  .slideSlogin{
    overflow:hidden;
}

.bottomChange {
    position: relative;
	width: 100%;
	background: #E3E9EE;
	padding: 19px 10px;
	text-align: center;
	height: 70px;
	box-sizing: border-box;
	float: left;
	display: block;
	color: #3F4651;
	bottom: 0px;
    margin-top: 5px;
}
.columnsRedes:hover {
	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
.md-login.md-modal .wrap-formSLogin .md-content {
	padding: 0px;
	box-sizing: border-box;
	padding-bottom: 0px;
	padding-top: 6px;
	background: white;
}
#formSignin, #formSignup {
    background: #e3e9ee;
}
.md-login.md-modal #step2-register.wrap-formSLogin .md-content {
	padding: 40px;
}
form input#pwdin {
    padding-right: 70px !important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background: #DDD !important;
}
.linkfacebook {
	color: #395997;
	cursor: pointer;
}
.changeSignInUp {
	height: 100%;
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	color: #3F4651;
}
.changeSignInUp a {
	color: #1FA9DF;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

/*CLOSE MODAL YMAL*/

.md-modal .md-close {
	font-size: 0;
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	padding: 0;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 97;
	overflow: hidden;
	cursor: pointer;
}
.md-modal .topic-close:before, .md-modal .topic-close:after {
	content: "";
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1);
	-o-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1);
	transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1);
	background: #B3B3B3;
	width: 100%;
	height: 2px;
	left: 0 !important;
	right: 0 !important;
	margin: auto;
	opacity: .6;
}
.md-modal .topic-close:before {
	-moz-box-shadow: 0 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	position: absolute;
	top: 50%;
}
.md-modal .topic-close:after {
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	position: absolute;
	top: 50%;
}
.md-modal .topic-close:hover:before, .md-modal .topic-close:active:before, .md-modal .topic-close:focus:before {
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 1;
}
.md-modal .topic-close:hover:after, .md-modal .topic-close:active:after, .md-modal .topic-close:focus:after {
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	opacity: 1;
}

/*FIN CLOSE MODAL YMAL*/

#formSignin.isDesactived {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	opacity: 0;
	visibility: hidden;
}
.md-show #formSignup.isActived {
	transform: translateX(-85%);
	-webkit-transform: translateX(-85%);
	-moz-transform: translateX(-85%);
	opacity: 1;
	visibility: visible;
}
.isDesactived {
	opacity: 0;
	visibility: hidden;
}
#sidebarSignin.isDesactived {
	transform: translateX(130%);
	-moz-transform: translateX(130%);
	-webkit-transform: translateX(130%);
}
.md-show #sidebarSignup.isActived {
	transform: translateX(27%);
	-webkti-transform: translateX(27%);
	-moz-transform: translateX(27%);
	opacity: 1;
	visibility: visible;
}
.box-signupType {
	margin: 35px 0px;
	float: left;
	width: 100%;
	margin-bottom: 35px;
	    padding: 0px 20px;
	    box-sizing: border-box;
}

.mode-changeUserType  .sidebarSLogin {
    display:none !important;
}

.mode-changeUserType.md-login #step2-register .subtitleform, .md-login.mode-changeUserType #step2-register h3.titleform {
    text-align: center;
}
.mode-changeUserType.md-login .btn-sendloading{
    margin-top: 20px !important;
}
.mode-changeUserType.md-show #formSignup.isActived{
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.mode-changeUserType #formSignin, .mode-changeUserType #formSignup{
    background:#FFF;
}

.mode-changeUserType .box-signupType {
    margin: 35px 0px;
    float: left;
    width: 80%;
    margin-bottom: 35px;
    margin-left: 10%;
}

.mode-changeUserType .col-Typeuser {
    width: 47%;
    margin: 0px 1%;
    float: left;
    cursor: pointer;
    padding: 15px 0.5%;
    border-radius: 4px;
}

#step1-register.md-content {
	padding-top: 20px !important;
    max-height: 556px;
}
.md-login #step1-register.md-content .subtitleform {
	font-size: 18px;
}

.col-Typeuser {
    width: 30%;
    margin: 0px 1.09%;
    float: left;
    cursor: pointer;
    padding: 15px 0.5%;
    border-radius: 4px;
}

.col-Typeuser.isActived, .col-Typeuser:hover {
	background: rgb(227, 233, 238);
}
.boximg-typeUser {
	width: 130px;
	height: 130px;
	display: block;
	margin: auto;
	border: 1px solid #eee;
	border-radius: 50%;
	padding: 8px;
	box-sizing: border-box;
}
.col-Typeuser.isActived .boximg-typeUser, .col-Typeuser:hover .boximg-typeUser {
	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
.img-typeUser.iconBroker {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
}
#typeBroker .boximg-typeUser {
	border: 1px solid #FBAC3F;
}
#typeOwner .boximg-typeUser {
	border: 1px solid #74B928;
}
#typeUser .boximg-typeUser {
	border: 1px solid #21A9E1;
}
.title-typeUser {
	color: #33587D;
	font-size: 18px;
	padding: 3px 0px;
	text-align: center;
	line-height: 18px;
	margin-top: 10px;
}
.subtitle-typeUser {
	text-align: center;
	font-size: 13px;
	line-height:19px; 
}
.img-typeUser {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-image: url(/content/img/spriteMDlogin.png);
	background-size: 800px;
}
.img-typeUser.iconBroker {
	background-position: -2px -85px;
}
.img-typeUser.iconOwner {
	background-position: -252px -85px;
}
.img-typeUser.iconUser {
	background-position: -126px -85px;
}
.nextRegister {
	/*background: #e3e9ee;    
    color: #33587d;*/
	opacity: 0;
	background: #33587d;
	color: #FFF;
	padding: 12px 19px 12px 23px;
	display: table;
	margin: auto;
    max-width: 200px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	line-height: 20px;
    margin-bottom: 44px;
    
}
.nextRegister.animated {
	opacity: 1;
}
.nextRegister.iluminado, .nextRegister:hover {
	box-shadow: 2px 2px 9px 2px #ddd;
}
.nextRegister:after {
	content: "";
	width: 10px;
	height: 18px;
	display: block;
	margin-left: 5px;
	background-image: url(/content/img/spriteMDlogin.png);
	background-size: 270px;
	background-position: -9px -100px;
	float: right;
	transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	background-position: -9px -70px;
}
.nextRegister:hover:after, .nextRegister.iluminado:after {
	transform: translateX(5px);
	-moz-transform: translateX(5px);
	-webkit-transform: translateX(5px);
}
#step1-register.isDesactived, #step1-signin.isDesactived {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
}
#step2-register.isActived, #step2-forgotpass.isActived {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
}

.mode-changeUserType #step2-register{
    padding-top: 100px !important;
}

.mode-changeUserType #step2-register h3.titleform {
    text-align: center;
}
#step2-register.isDesactived, #step2-forgotpass.isDesactived {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
}
#step2-register, #step2-forgotpass {
	position: absolute !important;
	right: 0px;
	padding-top: 25px !important;
	padding: 25px 35px !important;
}
.box-titleRegister {
	float: left;
	width: calc(100% - 180px);
	text-align: left;
	margin-top: 15px;
	margin-bottom: 20px;
}
.signupRedes {
	float: right;
	max-width: 180px;
	margin-top: 40px;
}
body .signupRedes .columnsRedes {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0px !important;
	margin-right: 10px !important;
}
.md-login #step2-register .subtitleform, .md-login #step2-register h3.titleform {
	text-align: left;
}
.md-login #step2-register .subtitleform {
	font-size: 15px;
}
#SignUpModalForm {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 8px;
}
.view-typeBroker, .view-typeOwner{
	position: absolute !important;
	top: 20px;
	left: 0px;
}
.view-typeBroker.isDesactived , .view-typeOwner.isDesactived{
	transform: translateX(20%);
	-moz-transform: translateX(20%);
	-webkit-transform: translateX(20%);
}
.view-typeUser.isDesactived {
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
}
.view-typeBroker.isActived, .view-typeOwner.isActived {
	transform: translateX(0%);
	-moz-transform: translateX(0%);
	-webkit-transform: translateX(0%);
}
.headerBSlogin {
	font-size: 18px;
	width: 100%;
	text-align: center;
}
.imagesBSlogin {
	display: table;
	margin: auto;
	margin-top: 15px;
}
.box-bottombroker {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin: 8px 10px;
	text-align: center;
	box-shadow: 2px 2px 1px #0a0a0a;
}
.box-imgbottom {
	width: 19%;
	float: left;
	margin: auto 3%;
}
.box-imgbottom img {
	width: 100%;
}
.view-typeUser .imagesBSlogin {
	width: 100%;
}
.box-bottombroker img {
	width: 100%;
}
#sidebarSignin .top-Slogin.slick-initialized.slick-slider.slick-dotted {
	top: 60px;
}
.col-Typeuser.isActived .title-typeUser, .col-Typeuser:hover .title-typeUser, .col-Typeuser.isActived .subtitle-typeUser, .col-Typeuser:hover .subtitle-typeUser {
	color: #33587d;
	font-weight: 400;
}

/* Change the white to any color ;) */

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.md-login .btn-sendloading {
    position: relative;
    overflow: hidden;
    text-align: center;
    opacity: 1;
    width: 98%;
    margin: 0px 2%;
    margin-bottom: 10px !important;
    margin-top: 15px;
    right: inherit;
    left: inherit;
    bottom: inherit;
}

.md-login .btn-sendloading:before, 
.md-login .btn-offer:before{
    display:none;

}
.md-login .btnloading {
	font-size: 0px;
	text-indent: -9999;
	border-top: 4px solid rgba(255, 255, 255, 0.3);
	border-right: 4px solid rgba(255, 255, 255, 0.3);
	border-bottom: 4px solid rgba(255, 255, 255, 0.3);
	border-left: 4px solid #FFF;
	-webkit-animation: load8 1s infinite linear;
	animation: load8 1s infinite linear;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	border-width: 3px !important;
	display: table;
	position: absolute;
	top: 250%;
	margin: auto;
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1.2);
	-moz-transition: all 0.3s cubic-bezier(0, 0, 0, 1.2);
	transition: all 0.3s cubic-bezier(0, 0, 0, 1.2);
	right: 0;
	left: 0;
	bottom: 0px;
	opacity: 0;
}
.md-login .btn-sendloading.loading .btnsend {
	font-size: 0px !important;
	width: 45px !important;
	height: 45px;
	border-radius: 50% !important;
	color: rgba(0, 0, 0, 0);
}
.md-login .btn-sendloading.loading .btnloading {
	top: 0% !important;
	opacity: 1 !important;
}
.boxField label.error {
	position: absolute;
	width: auto;
	color: red;
	font-size: 12px;
	top: 0px;
	right: 0px;
}
body .md-login .btnsend.error {
	width: 100% !important;
	border-radius: 0px !important;
}
.md-login #step2-forgotpass .subtitleform {
	font-size: 18px;
	margin-bottom: 20px;
    float: left;
    width: 100%;
}

.md-login.md-modal .wrap-formSLogin #step2-forgotpass {
	padding-top: 23% !important;
}
.backBtn {
	float: left;
	width: auto;
	background: #e3e9ee;
	padding: 9px 14px;
	position: absolute;
	top: 30px;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
}
.backBtn:before {
	content: "";
	width: 10px;
	height: 20px;
	float: left;
	display: block;
	margin-right: 5px;
	background-image: url(/content/img/spriteMDlogin.png);
	background-size: 270px;
	background-position: 0px -99px;
}
.backBtn.backRegister {
	top: 20px;
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);	
	line-height: 20px;
	left: 25px;
}
#step2-register {
	padding-top: 45px !important;
}
.icon-razon {
	float: none;
	width: 70px;
	height: 70px;
	display: table;
	margin: auto;
	background-image: url(/content/img/spriteMDlogin.png);
	background-size: 800px;
	background-position: -119px -218px;
}
.icon-razon.razon1 {
	background-position: -119px -218px;
}
.icon-razon.razon2 {
	background-position: -197px -218px;
}
.icon-razon.razon3 {
	background-position: -275px -218px;
}
.icon-razon.razon4 {
	background-position: -351px -218px;
	width: 80px;
}
.box-imgbottom .title-razon {
	font-size: 12px;
	width: 100%;
	text-align: center;
}
.termsBottom {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #2B333F;
    line-height: 120%;
    max-width: 355px;
    margin: auto;
    display: table;
}
.clickterms {
	color: #3b5997;
	cursor: pointer;
}
.img-typeUser.iconBroker:before {
	content: "";
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: -2px;
	right: -6px;
	background-image: url(/content/img/spriteMDlogin.png);
	background-size: 800px;
	background-position: -70px -219px;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
}
body.md-active {
	overflow: hidden;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    body div#step1-signin {
        max-height: 555px;
    }
    body #step1-register.md-content {
        max-height: 545px;
    }
	.imgSlogin {
		width: 220px;
		height: 220px;
	}
	body .contentimgSlogin {
		height: 184px !important;
	}
	.headerSlogin {
		font-size: 17px;
	}
	body img.imgbeneficio {
		height: 14px;
		width: auto;
		visibility: visible !important;
	}
	.box-imgbottom {
		width: 27%;
		float: left;
		margin: auto 3%;
	}
	.headerBSlogin {
		font-size: 16px;
	}
	.box-imgbottom:last-child {
		display: none;
		}
		
	#reasonsOwner .box-imgbottom{
    	display: block !important;
    }
	.md-login h3.titleform {
		font-size: 28px;
	}
	#step1-register.md-content {
        padding-top: 72px !important;
    }
	.boximg-typeUser {
		transform: scale(0.7) !important;
		-moz-transform: scale(0.7) !important;
		-webkit-transform: scale(0.7) !important;
		margin-top: -20px;
		margin-left: -4px;
	}
	
	.mode-changeUserType .boximg-typeUser{
        margin-left: auto;	
	 }
	 
	 .mode-changeUserType.md-login #step2-register .subtitleform {
        font-size: 24px;
        margin-top: -2px;
        color: #000 !important;
    }
	.col-Typeuser {
		padding: 14px 0.5%;
	}
	.subtitle-typeUser {
		font-size: 11px;
	}
	.formSLogin {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	.title-typeUser {
		margin-top: -20px;
	}
	#step2-register, #step2-forgotpass {
		padding: 25px 25px !important;
	}
	.backBtn.backRegister {
        left: -5px;
        position: relative;
        clear: both;
        margin-right: 50%;
        top: 10px;
        float: left;
	}
	.md-login #step2-register .subtitleform {
		font-size: 12px;
        line-height: 140%;
	}
	.box-bottombroker {
		width: 50px;
		height: 50px;
	}
	#sidebarSignup {
		padding-top: 40px;
	}
	
	.view-typeBroker, .view-typeOwner {
        top: 40px;
    }
    
    body #reasonsOwner,body  #reasonsBroker {
    position: absolute;
    bottom: 80px;
}
}
@media only screen and (min-width: 641px) and (max-width: 924px) {
   body div#step1-signin {
        max-height: 568px;
    }
    body #step1-register.md-content {
        max-height: 556px;
    }
	#sidebarSignin, #sidebarSignup {
		display: none;
	}
	.sidebarSignup {
		position: relative;
	}
	.md-login.md-modal {
		width: 100%;
		max-width: 960px;
		display: block;
		margin: auto;
		position: fixed;
		top: 50%;
		left: 50%;
		height: 100%;
	}
	.md-login .wrap-content {
		height: 100%;
	}
	.wrap-formSLogin {
        width: 500px;
        max-height: 100%;
        margin: 0px auto !important;
        position: relative;
        float: none;
        display: block;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        
	}
	#formSignup {
		position: absolute;
		transform: translateX(140%) translateY(-51%);
		-webkit-transform: translateX(140%) translateY(-51%);
		-moz-transform: translateX(140%) translateY(-51%);
	}
	.md-show #formSignup.isActived {
		transform: translateX(0%) translateY(-51%) !important;
		-webkit-transform: translateX(0%) translateY(-51%) !important;
		-moz-transform: translateX(0%) translateY(-51%) !important;
		opacity: 1;
		visibility: visible;
	}
	
	#formSignin.isDesactived {
    transform: translateX(-140%) translateY(-51%);
    -webkit-transform: translateX(-140%) translateY(-51%);
    -moz-transform: translateX(-140%) translateY(-51%);
        opacity: 0;
        visibility: hidden;
    }
    #formSignin{
	    opacity: 0;
    }
    
    #formSignin.isActived{
	    opacity: 1;
    }
    
    .md-login h3.titleform {
        font-size: 37px;
    }
    
    .md-login #step2-register .subtitleform,.md-login .subtitleform {
        font-size: 15px;
    }
    .box-titleRegister {
        margin-bottom: 10px;
    }
    .md-login .btn-sendloading {
        margin-bottom: 5px !important;
    }
    
    body .md-login .btnsend{
        font-size: 14px !important;
            padding: 16px !important;
    }
    body .md-login #btnSignUp_desktop{
        padding: 16px 50px !important;
    }
    .md-login .btn-sendloading.loading .btnsend{
        padding:0px;
     }
}

.isHidden {
    display: none;
}

.animation-Slogin {
    width: 300px;
    margin: auto;
    display: table;
    height: 319px;
    position: relative;
    margin-top: 0px;
    overflow: hidden;
}

.animation-Slogin .animIMG {
    position: absolute;
    bottom: 0px;
        cursor: -webkit-grab;
    opacity:0;
}

.animation-Slogin .animIMG.fade1 {
    z-index:10;
}

.animation-Slogin .animIMG.fade2 {
    z-index:9;
}

.animation-Slogin .animIMG.fade3 {
    z-index:8;
}

.animation-Slogin .fade5{
    z-index:5;
}

.animation25k .animIMG.fade4 {
    top:0px;
    bottom:inherit;
    z-index:11;
        
}

.animation-Slogin.animationReviews {

}

 .animation-Slogin.animationVerified {
    margin-top: 0px;
    height: 299px;
}

.animation_slideSlogin .headerBSlogin {
    font-size: 17px;
    width: 80%;
    text-align: center;
    margin-left: 10%;
    font-weight: 300;
    line-height: 120%;
}

.animation_slideSlogin .bottom-Slogin {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 35px;
}

@media only screen and (max-width: 640px) {
    
    .btnChangeToBroker {
        display: none;
    }
    
    #mail-ExpressSingup h3.titleform {
		font-size: 24px !important;
		  margin-bottom: 6px !important;
	}
	
	body #mail-ExpressSingup .subtitleform{
        font-size: 15px;
        margin-bottom: 20px;
        float: left;
        width: 90%;
        margin-left: 5%;
    }
    
    #mail-ExpressSingup .formSLogin {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
	
    #formSignin, #formSignup {
        background: #ffffff;
    }
    body #MDloginReset.md-modal {
        width: 100%;
        max-width: 100%;
        display: block;
        height: 100%;
        top: 0;
        bottom: 0;
        max-height: 100%;
        left: 0;
        right: 0;
    }
    
    body #step-Resetpass h3.titleform {
    font-size: 34px;
    }

    body #step-Resetpass .formSLogin {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    body #step-Resetpass  input[type="checkbox"]:not(.easy-check) + label {
        background-position: left top;
        font-size: 15px;
        text-align: left;
        line-height: 145%;
    }
    
   .md-loginDesktop{
        display:none !important;
   }
   
   .md-show .refreshMobile{
        display:block;
    }
    
    #MDlogin.md-modal{
        width: 100%;
        max-height: 100%;
        height: 100% !important;
        top: 0px;
        left: 0px;
    }
    
    body .md-login .wrap-content.viewMobile{
        width: 100%;
        max-height: 100%;
        height: 100%;
    }
    
    body .md-modal .viewMobile .wrap-formSLogin {
        width: 100%;
        max-height: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        background: none;
    }    
    body .md-modal.md-zoomIn.md-show{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    body .md-modal.md-zoomIn{
        -webkit-transform: scale(0.8);
        -moz-transform:  scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    .md-login.md-modal .wrap-formSLogin .md-content{
        padding:0px;
    }
    
    .topMobileLogin, .bottomMobileLogin{
        padding: 20px;
        float: left;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        padding-top: 40px;
    }
    .topMobileLogin.toSignin{
        background: #50B9E3;
        height: 60%;
    }
    
    .bottomMobileLogin{
       height: 40%;
       padding-top: 20px;
           background: #FFFFFF;
    }
    
    body .md-login.md-modal .slick-dots li button:before {
        color: #ffffff;
        opacity: .75;
        font-size: 34px;
    }
    
    body .md-login .animation25k .animIMG.fade4{
        top: 0px;
        bottom: 0px;    
    }
    
    body  .animation-Slogin.animationReviews .animIMG{
        height: 120% !important;
        top: 20%;
    }
    
    body .md-login.md-modal .slick-dots li.slick-active button:before{
        color: #0c1319;
    }
    
    
    .topMobileLogin .animation_slideSlogin {
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto !important;
        width: 100%;
        float: none;
        position: relative;
        height: 100% !important;
        top: 50% !important;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .topMobileLogin .animation_slideSlogin .slick-list.draggable,     .topMobileLogin .animation_slideSlogin .slick-list.draggable .slick-track {
    height: 100%;
}

    div#step1-signin, #step1-register.md-content {
    max-height: 700px;
}
    .topMobileLogin:before {
        content: "";
        width: 150%;
        height: 150%;
        position: absolute;
        background: #3793B9;
        bottom: -100%;
        left: 0px;
        transform: rotate(-28deg);
        -webkit-transform: rotate(-28deg);
        -moz-transform: rotate(-28deg);        
        opacity: 0.2;
    }
    
    .topMobileLogin.toSignin:before{
     background: #3793B9;
    }
    
    .topMobileLogin.toSignup:before{
     background: #33587D;
    }
    
    body .md-login.md-modal .animation_slideSlogin .bottom-Slogin {
        margin-top: 20px;
            margin-bottom: 0px;
    }
    
    body .md-login.md-modal .animation-Slogin {
        margin-top: 0px;
        height: calc(100% - 68px);
        display: block;
        float: left;
        width: 100%;
            text-align: center;
    }
    
    body  .animation-Slogin .animIMG {
         position: absolute;
        bottom: 0px;
        opacity: 0;
        margin: auto;
        left: 0px;
        right: 0px;
            height: 100% !important;
            max-height:319px;
    }
    
 
    
    .md-login .signinRedes {
        padding: 5px 0px;
        display: block;
    }
    
    .md-login .columnsRedes {
        width: 100% !IMPORTANT;
        height: auto;
        float: left;
        margin: auto;
        display: block;
        margin: 0px !important;
        cursor: pointer;
        position: relative;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        color: white;
        padding: 15px 20px;
        line-height: 16px;
        box-sizing: border-box;
        padding-left: 44px;
        font-size: 13px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 10px !important;
            text-transform: uppercase;
    }
    
    .md-login  .columnsRedes:before {
        width: 50px;
        height: 50px;
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        top: 0px;
        bottom: 0px;
        background-image: url(/content/img/spriteMDlogin.png);
        background-size: 800px;
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        
        right: inherit;
    }
    
    .md-login .openFormLogin,
    .md-login .openFormType{
        color: #2B333F;
        font-size: 15px;
        text-align: center;
        font-weight: 300;
        float: left;
        width: 100%;
    }
    
    .viewMobile .bottomChange{
        position: relative !important;
        border-top: 1px solid #E3E9EE;
        margin-top: 5% !important;
        background: #FFF;
        width: 100%;
        display: table;
        margin: auto;
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 2%;
    }
    
    .viewMobile .changeSignInUp{
        font-size: 13px;
    }
    
    #mobile-SignInForm,  
    #mobile-SignUpForm,
    #mobile-SignUpType{
        position: absolute;
        top: 0px;
        height: 100%;
        background: #FFF;        
	    transform: translateX(100%);
	    -moz-transform: translateX(100%);
	    -webkit-transform: translateX(100%);
    }
    
    .fullMobileLogin{
        padding: 20px !important;
        float: left;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    
    #mobile-SignInForm.isActived,
    #mobile-SignUpForm.isActived,
    #mobile-SignUpType.isActived{
    	transform: translateX(0%)!important;
	    -moz-transform: translateX(0%)!important;
	    -webkit-transform: translateX(0%)!important;
    }
    
    .md-modal .viewMobile #formSignin .topic-close:before, 
    .md-modal .viewMobile #formSignin  .topic-close:after,
    .md-modal .viewMobile #formSignup .topic-close:before, 
    .md-modal .viewMobile #formSignup  .topic-close:after{
            background: #ffffff;    
            opacity:0.8;
    }
    
    .backBtn, .backBtn.backRegister {
        position: relative;
        top: inherit;
        left: inherit;
        background: none;
        padding-left: 0px;
        line-height: 22px;
    }
    
    .md-login .viewMobile .formSLogin{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 30px;
    }
    
    .md-login .viewMobile .boxField.fullBox {
        width: 98%;
        margin: 0px 2%;
        margin-bottom: 20px !important;
    }
    
    .md-login .viewMobile .label.labelFocus{
        top:5px;
    }
    
    body .md-login .viewMobile .btnsend,
    body .md-login .viewMobile #btnSignUp_desktop {
        /*background: #E3E9EE !important;
        color: #afafaf !important;*/
        padding: 13px 18px !important;
        
        font-weight: 400;
        text-align: center;
        font-size: 14px !important;
    }
    
    body .md-login .viewMobile .btnsend.actived{
        background: #21A9E1 !important;
        color: #FFF !important;
    }
    
   body .md-login .viewMobile #btnSignUp_desktop.actived{
        background:#FBA633 !important;
        color: #FFF !important;
            box-sizing: border-box;
    }
    
     
    .md-login.md-modal .wrap-formSLogin #step2-forgotpass {
        padding-top: 20px !important;
        background: white;
        padding: 20px 20px !important;
    }
    
    .md-login h3.titleform {
        font-size: 24px;
    }
    
    #mobile-SignInForm,
    #mobile-SignUpForm,
    #mobile-SignUpType{
        border-top: 0px solid #E3E9EE;
        margin-top: 0px !important;
    }
    
    #SignInModalForm{
        margin-bottom: 0px;
    }
    
    .animation_slideSlogin .headerBSlogin {
        font-size: 15px;
    }
    
    #formSignup.isActived{
        transform: translateX(-85%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(-85%);
    }
    
    #step1-register.md-content {
        padding-top: 0px !important;
    }
    
    .topMobileLogin.toSignup {
        background: #4373A3;
        height: 60%;
    }
    
    
    #formSignin.isDesactived ,  #formSignin{
	    transform: translateX(-100%);
	    -webkit-transform: translateX(-100%);
	    -moz-transform: translateX(-100%);
	    opacity: 0;
	    visibility: hidden;
    }
    
    #formSignup.isDesactived, #formSignup {
	    transform: translateX(100%);
	    -webkit-transform: translateX(100%);
	    -moz-transform: translateX(100%);
	    opacity: 0;
	    visibility: hidden;
    }    
    
    .md-show #formSignup.isActived,.md-show  #formSignin.isActived  {
	    transform: translateX(0%) !important;
	    -webkit-transform: translateX(0%) !important;
	    -moz-transform: translateX(0%) !important;
	    opacity: 1;
	    visibility: visible;
    }
    
    #formSignup  div,
    #formSignin div{
        opacity: 0;
	    visibility: hidden;
    }
    
    .box-signupType {
        margin: 15px 0px;
        margin-bottom: 25px;
    }
    
    .md-show #formSignup  div,
    .md-show #formSignin div{
        opacity: 1;
	    visibility: visible;
    }
    
    .headerSlogin {
        font-size: 15px;
        height: 40px;
        margin-bottom: 10px !important;
        line-height: 130%;
    }
    
    .imgSlogin {
        width: 225px;
        height: 225px;
    }
    
    .contentimgSlogin {
        height: 193px !important;
    }
    
    body .sliderIMGSLogin  .slick-dots,
    body .sliderIMGSLogin2  .slick-dots,
    body .sliderIMGSLogin3  .slick-dots {
        bottom: -25px;
        left: 0px;
        display:none !important;
    }
    
    .col-Typeuser {
        width: 100%;
        margin: 0px 0%;
        cursor: pointer;
        padding: 10px 10px;
        border-radius: 4px;
        height: 110px !important;
        clear: both;
        display: block;
        box-sizing: border-box;
        float: left;
        position: relative;
    }
    
    .box-titlestype{
        left: -5px;
    }
    
    
    .col-Typeuser.isActived .boximg-typeUser, .col-Typeuser:hover .boximg-typeUser {
        transform: scale(0.7);
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
            margin-left: -15px;
    }
    .boximg-typeUser {
        float: left;
        transform: scale(0.7);
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);        
        top: -20px !important;
        position: relative;
            margin-left: -20px;
    }
    
    .box-titlestype {
        float: left;
        position: relative;
        display: block;
        padding-left: 0px;
        text-align: left;
        height: 90px;
    }
    .title-typeUser {
        margin-top: 0px;
        text-align: left;
    }
    
    #step2-register{
        background: white;
        padding: 0px !important;
    }
   body .md-login .boxField {
    width: 100%;
}
    
    .columnsRedes:hover {
        transform: scale(0.98);
        -moz-transform: scale(0.98);
        -webkit-transform: scale(0.98);
    }
    
    #step1-register.isDesactived{
	    transform: translateX(100%);
	    -webkit-transform: translateX(100%);
	    -moz-transform: translateX(100%);
    }
    
    .imgbeneficio.uber{
        visibility: visible !important;
        max-width: 67px;
    }
    
    .login_animated1 .bottom-Slogin{
        margin-top: 0px !important;
        top: -10px !important;
        position: relative;
    }
    
    .animation_slideSlogin .slick-dots{
        display:none !important;
     }
     
     body  .animation-Slogin .animIMG.animated7{
         opacity: 1 !important;    
     }
     
    #step1-register .top-Slogin.sliderSLogin ,
    #step1-register .top-Slogin.sliderSLogin2 ,
    #step1-register .top-Slogin.sliderSLogin3 {
        height: auto!important;
        top: 0px;
        float: left;
        width: 100%;
        position: relative;
        max-height: 84px !important;
    }
    
    #step1-register .top-Slogin {
        height: calc(100% - 80px);
        top: 0px;
        float: left;
        width: 100%;
        position: relative;
    }
     #step1-register .top-Slogin  .slideSlogin{
        height: 100%;
    }
    
   #step1-register .top-Slogin  .imgSlogin {
        width: 100%;
        height: 100%;
            border: 0px;
    }
    #step1-register .contentimgSlogin img {
        width: auto;
        height: 100%;
        border-radius: 50%;
        display: table;
        margin: auto;
    }
    
    #step1-register  .slick-list.draggable{
        height: 100%;
        border-radius: 0px;
    }
    
    #step1-register  .slick-list .slick-track {
        height: 100%;
    }
    
    .contentimgSlogin {
        border-radius: 0%;
        overflow: visible;    
        height: 100% !important;
    }
    .imgSlogin.sliderIMGSLogin:before ,
    .imgSlogin.sliderIMGSLogin2:before ,
    .imgSlogin.sliderIMGSLogin3:before {
        content: "";
        width: 60%;
        height: 21px;
        background: #33567c;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        border-radius: 50%;
        margin: auto;
    }
    
    #box-signupType{
        margin: 0px;
            margin-bottom: 25px;
   }
   
   .title-typeUser {
        color: #525252;
        padding:0px;
        left: -11px;
    }
    
    .box-titlestype {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        float: left;
        left: 109px;
        position: absolute;
        width: calc(100% - 100px) !important;
    }
    
    .box-titlestype .subtitle-typeUser{
        text-align: left;
    }
}


@media only screen and (max-width: 320px){
    .headerSlogin {
        font-size: 13px;
        height: 35px;
        margin-top: 0px;
    }
    
    #step1-register .top-Slogin {
        height: calc(100% - 50px);
        top: 0px;
        float: left;
        width: 100%;
        position: relative;
    }
    
    #step1-register .slick-dots{
        display:none !important;
     }
     
   .topMobileLogin.toSignin, .topMobileLogin.toSignup{
        height: 55%;
    }
    
    .md-login .columnsRedes{
         padding: 12px 20px;
         font-size: 12px;
     }
    
    .bottomMobileLogin {
        height: 45%;
        padding-top: 20px;
        background: #FFFFFF;
    }
    
    .animation_slideSlogin .headerBSlogin {
        font-size: 13px;
    }
    
    .topMobileLogin.toSignin{
        padding-top: 15px;
        padding-bottom: 0px;
    }
    
    .md-login h3.titleform {
        font-size: 20px;
    }
    
    body .md-login #step2-register .subtitleform,body .md-login #step2-register h3.titleform {
        text-align: center;
    }
}


html {
    -webkit-text-size-adjust: none
}

body, input, textarea, select, button {
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    text-align: left;
}

.md-login .wrap-formSLogin .md-content {
    overflow-y: auto;
}

@media screen and (max-width: 1400px) , screen and (max-height: 700px) {
    .bottom-Slogin{
        display:none;
    }
}

.md-login.hideBottom  div#step1-signin:before, 
.md-login.hideBottom #step1-register:before,.md-login.hideBottom .bottom-Slogin{
    display:none;
}

.md-login.hideBottom #sidebarSignin .md-content {
    padding-top: 20px;
}


.md-login.hideBottom .md-content.view-typeUser,
.md-login.hideBottom .md-content.view-typeBroker{
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 400px;
    left: -10px;
}


.md-login #sidebarSignin .md-content{
    position: absolute;
    top: -35px;
    bottom: 0px;
    margin: auto;
    height: 400px;
    left: 0px;
}

  
.hideBottom  #step1-register .titleform{
    margin-top: 10px;
}
.hideBottom #step1-register.md-content{
    max-height: 546px !important;
}

.bottom-Slogin.actived{
    opacity:1;
}

.bottom-Slogin.desactived{
    opacity:0;
}

#reasonsOwner,
#reasonsBroker{
    position: absolute;
    bottom: 40px;
}

#reasonsOwner .box-imgbottom{
    width: 33%;
    float: left;
    margin: auto 0%;
}


#reasonsOwner .title-razon {
    line-height: 15px;
    display: block;
}

#reasonsOwner .imagesBSlogin {
    width: 90%;
}

.icon-razon.razon1own {
    background-position: -119px -298px;
}

.icon-razon.razon2own {
    background-position: -199px -298px;
}

.icon-razon.razon3own {
    background-position: -279px -298px;
}

{
    
 }
 
 .hideBottom  #formSignin,
 .hideBottom  #formSignup,
 .hideBottom .bottomChange {
    background: #fff !important;
}



#mail-ExpressSingup .md-content-bottom {
    width: 95%;
}

#mail-ExpressSingup  .md-content p {
    font-size: 19px;
}


#mail-ExpressSingup .md-content {
    background: #FFF;
    padding: 20px 0px 15px 0px;
}

#mail-ExpressSingup .md-content .md-headertitle h3:before{
    background: url(/content/img/flash_express.png);
    background-size: auto 100%;
    width: 24px;
    background-position: 50%;
    margin-right: 15px !important;
    margin-top: 0px;
    height: 42px;
    top: -4px;
}

#mail-ExpressSingup .subtitleform {
    font-size: 21px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

#mail-ExpressSingup .boxField.fullBox {
    margin-bottom: 25px !important;
    margin-top: 26px;
}

#FromExpressToSignin {
    margin-top: 15px;
    width: 100%;
    float: left;
    color: #21a9e1;
    font-size: 15px;
        cursor: pointer;
}

.md-modal .md-content.exitpopup{
    height: 500px;
    padding: 0px !important;
    /*background-image: url(/content/img/GGI_TODESCHNI_2final.jpg) !important;*/
    background-size: cover !important;
    width: 815px !important;
        background-repeat: no-repeat !important;
    background-color: transparent !important;
}

.md-modal .md-content.exitpopup{
    
}

.md-modal .md-content.exitpopup form#SignUpExpress {
    top: 49%;
    position: absolute;
    left: 22px;
    margin: auto;
}

.md-modal .md-content.exitpopup.versA form#SignUpExpress {
    top: 63%;
    position: absolute;
    left: auto;
    margin: auto;
    width: 48%;
    right: 0px !important;
    text-align: center;
}

.md-modal .md-content.exitpopup.versA p.subtitle {
    text-align: center !important;
    margin-top: 12px;
    font-weight: 300 !important;
    color: #757474;
    font-size: 16px !important;
    line-height: 120%;
}

.md-modal .md-content.exitpopup .btn-sendloading{
    left: 0px;
}

.md-modal .md-content.exitpopup .boxField input{
    background-color: #FFF !important;
    height: 45px !important;
    line-height: 45px !important;
    padding: 10px !important;
    box-shadow: 1px 2px 7px #8888 !important;
}

.md-modal .md-content.exitpopup.versA .boxField input {
    box-shadow: 0px 0px 2px 0px #dddddd !important;
}

.md-modal .md-content.exitpopup p.subtitle {
    text-align: left !important;
    margin-top: 12px;
    font-weight: 400 !important;
    color: black;
}
body .md-modal .md-content.exitpopup .loading .btnsend {
    font-size: 0px !important;
    margin: auto;
    left: 0px;
    text-align: center;
    width: 45px !important;
}

.md-content.exitpopup  .btnloading{
        right: initial  !important;
    left: 11px !important;
    }

.md-modal .md-content.exitpopup .boxField {
    margin-left: 0px;
    margin-bottom: 0px !important;
    width: 190px;
}

body .md-modal .md-content.exitpopup .btnsend {
    float: left;
    margin-left: 0px !important;
    width: auto !important;
    text-align: left;
    font-size: 13px !important;
    background: #d9213d !important;
    padding: 15px 15px !important;
}

.md-content.exitpopup .boxField.fullBox {
    width: auto;
    margin: 0px 2%;
    margin-bottom: 10px !important;
}

#mail-ExpressSingup .boxField.fullBox {
    margin-bottom: 0px !important;
    margin-top: 0px;
}

#mail-ExpressSingup.isexitpopup .md-modal.md-show{
max-width: 815px !important;
}

.md-content.exitpopup .btn-sendloading:before{
display:block!important;
}

@media only screen and (max-width: 820px) {
    #mail-ExpressSingup.isexitpopup{
       display:none;
    }
    
 .md-modal .md-content.exitpopup {
    background-image: none !important;
    width: 600px !important;
    max-width: 640px !important;
    height: auto;
           display:none;
}
    
     .md-modal .md-content.exitpopup img {
         top:0px;
         width:100%;         
     }
}

body #mail-ExpressSingup.md-modal.isexitpopup {
    max-width: 820px !important;
    width: 100% !important;
}

body #mail-ExpressSingup .boxField.email {
    width: 100%;
    margin-bottom: 25px !important;
}

