﻿.footer
{
	display:none;
}


.navbar-default
{
	background:transparent;
}

.navbar-header
{
	display:none;
}


.main-container
{
	position:relative;
	width:100%;
	height:100%;
}

.mymtect-logo
{
	position:absolute;
	right:10px;
	bottom:0px;
	border:none;
}

.brand-centered
{
	top:36px;
}

.navbar-default .navbar-brand.rainy
{
	background:#99d728;
}

.btn.btn-success.btn-lg
{
	width:100%;
	background-color: #ebebeb;
	color:Black;
}

.jumbotron
{
	text-align:center;
}

.login-leyenda-pie {
	position: absolute;
	top: 100%;
	left: calc(50% - 100%);
	right: 0;
	margin-top: -4rem;
	padding: 0.85rem 1.5rem;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(33, 33, 33, 0.3);
	border-radius: 10px;
	box-sizing: border-box;
	width: max-content;
	z-index: 99999;
}

	.login-leyenda-pie a
	{
		color: #fff;
		font-weight: 600;
	}

		.login-leyenda-pie a:hover,
		.login-leyenda-pie a:focus
		{
			color: #fff;
			text-decoration: underline;
			opacity: 0.8;
		}

