<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body
{
  margin:0;
  padding:0;
  font-family:Arial,Helvetica,Verdana,sans-serif;
  font-size: 12px;
}

input[type='submit']
{
  display:block;
  color:#ffffff;
  border:0;
  background:#0091CE;
  font-weight:bold;
  font-size:13px;
  cursor: pointer;
  padding: 4px 15px;
  margin:10px 13px 15px 0;
  float:right;
}

input[type='submit']:hover
{
  background:#39B2E5;
}

.box
{
  display:block;
  width:700px;
  height:280px;
  margin: 80px auto 10px auto;
  padding: 0;
  text-align:center;
}

.logo
{
  display:block;
  background: url('../img/conabio.png');
  background-repeat: no-repeat;
  background-position: left center;
  width:280px;
  height:80px;
  vertical-align: middle;
  margin:5px auto;
}

.cnt
{
  display:block;
  vertical-align: top;
  width:390px;
  margin:20px auto;
}

.cnt span
{
  display:block;
  padding:5px 0;
}

.cnt label
{
  width:80px;
  text-align: right;
  display: inline-block;
  color:#333333;
  padding:0 10px 0 0;
}

.cnt .title
{
  font-size:18px;
  font-weight:500;
  text-shadow: 1px 1px #ddd;
  padding:15px 0 25px 0;
  color:#8C0C03;
}

.form-cnt
{
  width:300px;
  margin:0 auto;
}

.form-cnt input[type='text'],
.form-cnt input[type='password']
{
  width:180px;
}

.browser-support
{
  background:#fff;
  display:none;
  border-top:1px solid orange;
  margin-top:20px;
  text-align:center;
}

.browsers
{
  display:block;
}

.browser-support .l1
{
  display:block;
  font-size:18px;
  margin:0;
  padding:10px 0 0 0;
}

.browser-support .l2
{
  display:block;
  font-size:16px;
  margin:0;
  padding:8px 0 10px 0;
  line-height:100%;
}


.browsers td
{
  width:80px;
  text-align:center;
}

.browsers td img
{
  border:0;
}

.browsers td a
{
  color:royalblue;
}
#pass-olvidado{
  display: block;
  height: auto;
  margin-top: 35px;
}
.link-item{
  margin: 30px 0px 0px 0px;
}
</pre></body></html>