*{
	font-family: 'Raleway', sans-serif;
}
body{
	margin: 0;
    padding: 0;
    background: #11998e;
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    background: linear-gradient(to right, #38ef7d, #11998e);
}
h1,h2,h3,h4{
	font-weight:100;
}
.container-logo{
	position:relative;
	float:left;
	width:100%;
	margin-top:60px;
}
.txt-cnt{
	text-align:center;
}
.logo{
	max-width:200px;
	width:100%;
}
.big{
	font-size:55px !important;
}
.btn-checador{
    width: 200px;
    border-radius: 40px;
    border: 1px solid white;
    background-color: #038e79;
    color: white;
    font-size: 19px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 135px;
}
.wrap-login{
	width: 100%;
    position: relative;
    float: left;
	margin-top:30px;
}
.contenedor-login{
	position: relative;
    margin: 0 auto;
    max-width: 400px;
	width:90%;
	padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid gainsboro;
    border-radius: 8px;
	background-color: white;
}

.inp{
    border: 1px solid gainsboro;
    font-size: 19px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	border-radius:20px;
	width:100%;
}
.inp::placeholder{
	font-family: 'Raleway', sans-serif;
}
.inp:focus{
	border:1px solid gainsboro;
}
.inp:focus-visible{
	border:1px solid gainsboro;
	outline:none;
}
.inp:active{
	border:1px solid gainsboro;
}
.incontenedor{
	position:relative;
	margin:0 auto;
	width:80%;
}
.content{
	height: 30px;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e81a14;
	opacity: 1;
	color: white;
	text-align: center;
	font-family: sans-serif;
	z-index: 999;
	position: absolute;
	width: 100%;
	font-size:22px;
}
.container{
	position:Relative;
	float:left;
	width:100%;
}
.in{
	position:Relative;
	float:left;
	width:90%;
	left:5%;
}
.mar-20{
	margin-top:20px;
}
.col-33{
	position:Relative;
	float:left;
	width:33.33%;
}
.col-33 button{
	width: 100%;
    font-size: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: rgb(255 255 255 / 0%);
    border: 1px solid white;
    color: #1b5c26;
}
.txt-cnt{
	text-align:center;
}
