body
{
	margin:0;
	text-rendering: optimizelegibility;
	font-family: 'Myriad Pro','Open Sans', sans-serif;
	background-color: #f9f9f9;
	box-sizing: border-content;

}

.logo
{
	width:200px;
	margin-top:20px;
}

.hiidenLoading{
	display: none;
}

.loading{
	text-align: center;
	width: 200px;
	height: 150px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -75px;

	z-index: 1001;
	border-radius: 5px;
}

.loading img{
	width: 80px;
	height: 80px;
}

.overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #401746;
	opacity: .5;
}


.cont_login_window
{
	overflow: hidden;
	width: 675px;
	margin: auto;
	text-align: center;
	padding: 15px 0 55px;
	background: rgb(46,32,70);
	background: linear-gradient(41deg, rgba(46,32,70,1) 0%, rgba(92,36,114,1) 100%);
	-webkit-border-radius: 39px;
	-moz-border-radius: 39px;
	border-radius: 39px;
	margin-top:20px;
	margin-bottom: 20px;
}


.cont_login_window p
{
	margin: 9px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0px;
	cursor: pointer;
}

.tit_crea
{
	margin-top:20px;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
}


.cont_inputs
{
    width: 316px;
    overflow: hidden;
    margin: 20px auto 14px;
}

.content-input input,
.content-select select
{
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
}


.cont_inputs input
{
    width: 88.5%;
    border: 2px solid #fff;
    margin: 0 0 13px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 9px 15px;
    font-style: normal;
    min-width: 270px;
		text-align: center;
}

.cont_inputs select
{
	width: 96.8%;
	border: 2px solid #fff;
	margin: 0 0 13px;
	background: transparent;
	color: #fff;
	font-size: 16px;
	padding: 9px 15px;
	font-style: normal;
	text-align: center;
}


.btn_siguiente
{
    width: 175px;
    height: auto;
    background-color: #f3cc23;
    color: #5c2472;
    border: 0;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: -1px;
    padding: 10px 0 11px;
    line-height: 14px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%px;
	position: absolute;
	top: 0; left:0; bottom:0; right:0;
}

@media only screen and (max-width: 800px)
{
	.cont_login_window
	{
		width: 95%;
	}
	
	.tit_crea
	{
		margin-top:5px;
	    font-size: 30px;
	}
	.logo
	{
		width:150px;
		margin-top:15px;
	}

	.cont_inputs
	{
    width: 90%;
		margin: 10px auto 14px;

	}
	
	.cont_inputs input
	{
    width: 90%;
    border: 1px solid #fff;
    margin: 0 0 6px;
    font-size: 14px;
    padding: 5px 5px;
		min-width: 90%;
	}	
		
	.cont_inputs select
	{
		width: 90%;
		border: 1px solid #fff;
		margin: 0 0 6px;
		font-size: 14px;
		padding: 5px 5px;
		min-width: 90%;
	}
	
}