html{ margin:0px; height:100%; background-color:#19191a; }
body { height:100%; overflow-x:hidden; margin:0px; padding:0px; font-family: "Poppins", sans-serif; line-height: 28px; font-weight: 300; font-style: normal; color: #010101; font-size: 18px; background-color:#ffffff;}
img { outline:0; vertical-align:top; border:0; }
.clear{ clear:both; }
*{ box-sizing: border-box; }

body {
     overflow-x:hidden;
	font-family: "Poppins", sans-serif;
  line-height: 28px;
  font-weight: 300;
  font-style: normal;
    background-color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0;
}

.login-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width:100%;
	max-width:600px;
    margin: 20px auto;
    padding: 40px;
	margin-bottom:10px;
}

h2 {
    margin-top: 0;
	font-family: "Poppins", sans-serif;
	font-size: 34px;
	line-height:40px;
	font-weight: 700;
	color: #000000;
}

form {
    text-align: left;
}

label {
    display: block;
    margin-bottom: 6px;
   
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 700;
	background-color: #70537d;
    color: #ffffff !important;
    border: none;
    border-radius: 50px;
    padding: 10px 40px;
    cursor: pointer;
	width:100%;
	transition: all 0.2s ease-out;
  	text-transform: uppercase;
}


button:hover {
    background-color: #777777;
}


.error-message{ color:#D10003; text-align:center; }

uk-modal-dialog{ padding:40px !important; }
.uk-modal p { text-align:justify; }

.enllacosForm{ font-size:18px; line-height:20px; color:rgba(0,0,0,1.00); }
.enllacosForm a{ color:#d394c4;  font-size:18px; line-height:20px; }