* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #333;
	font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
	text-decoration: none;
	border: none;
	outline:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-appearance: none;
}
body {
    background: #dfdfdf;
	background: linear-gradient(to right, #303641, #303641);
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 12px;
}
#cuerpo {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
#avisointernet.ok {
	display: none;
}
#avisointernet.fail {
    width: 100%;
    padding: 0 50px;
    background: #e74c3c;
    position: fixed;
    z-index: 3;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
#version {
	position: fixed;
	bottom: 2px;
	left:2px;
	color:#fff;
}
#cont-form-login {
	background: #ffffff;
	border-radius: 50px;
	overflow: hidden;
	padding: 40px 30px 40px;
	box-shadow: 0 0 0 10px rgb(255 255 255 / 57%);
	-moz-box-shadow: 0 0 0 10px rgb(255 255 255 / 57%);
	-webkit-box-shadow: 0 0 0 10px rgb(255 255 255 / 57%);
	-o-box-shadow: 0 0 0 10px rgb(255 255 255 / 57%);
	-ms-box-shadow: 0 0 0 10px rgb(255 255 255 / 57%);
	margin: 0 auto;
	max-width: 550px;
	width: 100%;
}

#cont-form-login .logo {
    text-align: center;
}
#cont-form-login .logo img {
	max-width: 12rem;
	max-height: 12rem;
	background: #ffffff;
}
#cont-form-login .recordarme {
    width: 100%;
	cursor: pointer;
}
#cont-form-login .recordarme .fa {
    font-size: 16px;
	cursor: pointer;
}
#desuscribirse {
	background-color: #fff;
	padding: 10%;
	border-radius: 5px;
	min-width: 320px;
	text-align: center;
}
@media (max-width: 767px) {
	.no-tablet {
		display: none;
	}
}