.b-popup, .b-popup-content {
    margin: auto;
}
.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
	z-index: 98;
}
.b-popup-content, .contenido, .contenido1 {
	width: 40vw;
/*	height: 80vh;*/
	padding: 20px;
}
.b-popup-content {
    position: relative;
	top: 50px;
	border-radius: 5px;
	display:flex;
    justify-content:center;
    align-items: center;
}
.close {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 30px;
	height: 30px;
	z-index: 99;
}
.contenido, .contenido1 {
	background-color: rgba(255,255,255,0.9);
	padding: 20px;
	border-radius: 5px;
}
.head_reg {
	box-sizing: border-box;
	padding: 0 10px;
}

.pop_box {
	display:flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}
.pop_tit {
	font-family: Roboto;
	font-weight: bold;
	font-size: 40px;
	color: rgba(0, 0, 0, 0.8);
	margin: 10px 0;
}
.pop_subtit {
	font-family: Roboto;
	font-weight: bold;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.7);
	margin: 10px 0 40px 0;
}
.pop_bt_box {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.pop_inp {
	background-image: url(http://openall.com.ar/img/lend5-inp-bg.png);
    background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 250px;
	height: 50px;
	padding: 5px 20px 10px 20px;
	display:flex;
    justify-content:center;
    align-items: center;
}
.pop_bt2_box {
	grid-column: 1/-1;
	text-align: center;
	margin: 0 auto 20px auto;
}
.pop_bt2 {
	background-image: url(http://openall.com.ar/img/lend5-bt-bg.png);
    background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 330px;
	height: 50px;
	color: #FFF;
	display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding: 10px 35px 15px 35px;
	margin: 0 20px;
}
.pop_bt2_txt {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 40px;
	cursor: pointer;
}
.pop_data {
	font-family: Roboto;
	font-size: 14px;
	text-transform: capitalize;
	color: #545C66;
	margin: 30px 0 0 0;
}
.pop_info {
	display:flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
	font-weight: bold;
	font-size: 20px;
	color: #575757;
}
.pop_data_load {
	font-family: Roboto;
	font-size: 24px;
	text-transform: capitalize;
	color: #545C66;
	margin: 20px 0 0 0;
	text-align: center;
}



@media screen and (max-width: 1000px) {
	.b-popup-content {
		width: 95vw;
		top: 20px;
	}
	.contenido, .contenido1 {
		width: 90vw;
		overflow: scroll;
	}
	.close {
		left: calc(90vw - 15px);
	}
	
	.pop_bt_box {
	    grid-template-columns: 1fr;
		text-align: center;
	}
	.pop_inp {
		margin: auto;
	}
	.pop_data {
		font-family: Roboto;
		font-size: 14px;
		text-transform: capitalize;
		color: #545C66;
		margin: 10px 10px 0 10px;
		text-align: center;
	}
	
	.reg_text, .reg_text1 {
		width: 100%;
	}
	
.pop_tit {
	font-size: 26px;
	text-align: center;
}
.pop_bt2 {
	width: 280px;
	padding: 10px 10px 15px 10px;
	margin: 0 5px;
	justify-content: space-evenly;
}
.pop_bt2_txt {
	margin: 0 20px;
}
	
	
	
	
	
	
}