@charset "UTF-8";


*{
	box-sizing: border-box;
}


body{
	background-image: url("../imgs/flavia-cortina-interior02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-family: neuzeit-grotesk, sans-serif;
}

.advertencias{
    font-size: 18px;
    font-weight: bold;
    color: red;
    clear: left;	
	display: none;
}

.container{
    width: 300px;
    height: 350px;
    margin: 250px auto;
}

.foto-perfil{
    width: 110px;
    height: 110px;
    background-color: #fff;
    border-radius: 50%;
	border: 2px solid #ffffff;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    left: auto;
    right: auto;
    position: relative;
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,.2);
	background-image: url("../imgs/flavia-cortina.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.formulario{
    margin-right: auto;
    width: 300px;
    height: auto;
    background-color: #f2f2f2;
    margin-left: auto;
    border-radius: 10px;
    position: absolute;
    margin-top: -40px;
	padding-bottom: 50px;
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,.3);
}

.inicio-sesion-title{
	width: 100%;
	height: 100px;
	padding: 50px;
	margin-bottom: 10px;
}

.inicio-sesion-title p{
	text-align: center;
	font-weight: bold;
}

.campos{
	width: 200px;
	margin: 0 auto;
}

.datos{
	background-color:#003341;
	width: 200px;
	height: 40px;
	padding-left: 10px;
	border-radius: 10px;
	border: hidden;
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
}

.boton{
	background-color:#bf7a45;
	width: 200px;
	height: 40px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	border-radius: 10px;
	border: hidden;
	font-size: 18px;
	color: #fff;
}

.boton:hover{
	background-color:#003341;
	color:#bf7a45;
}

.change{
	color:cadetblue;
	font-size: 15px;
}

.pop-up-email{
	width: 350px;
	height: 250px;
	background-color:#003341;
	padding: 20px;
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,.3);
	display: none;
	position:absolute;
	border-radius: 10px;
	
}

.texto-cambia{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.datos-popup {
	display: block;
	margin: 20px auto;
	background-color: #ffffff;
	width: 220px;
	height: 40px;
	padding: 10px;
	font-size: 16px;
	border-radius: 10px;
	border:hidden;
}

.boton-pass{
	background-color:#bf7a45;
	width: 220px;
	height: 40px;
	text-align: center;
	border-radius: 10px;
	border: hidden;
	font-size: 18px;
	color: #fff;
	display: block;
	margin: auto;
}

.boton-pass:hover{
	background-color:#f6eae9;
	color:#bf7a45;
}
