/* Centrar todo el contenedor */
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 7px;
}

/* Estilos del botón */
.discord-btn {
    display: flex;
    align-items: center;
    gap: 10px; /* Espacio entre el icono y el texto */
    background-color: #5865F2;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 5px;
    border-radius: 8px;
    transition: 0.3s;
}

.google-btn {
    display: flex;
    align-items: center;
    gap: 10px; /* Espacio entre el icono y el texto */
	color: black;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 5px;
    border-radius: 8px;
    transition: 0.3s;
	border: 1px solid black;
}

/* Contenedor del icono */
.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

/* Imagen del logo */
.icon-container img {
    width: 100%;
    height: auto;
}

/* Efecto hover */
.discord-btn:hover {
    background-color: #4752c4;
}

/* Discord enlazar */
.tart-discord{width:135px; height:154px; float:left;}

.tart-discord img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.avtop{float:left; padding:10px;}
.avwo{ background-color:#e1f2e2}
.tart{width:135px; height:154px; border-radius:10px;float:left;box-shadow: -2px 0px #252525;}
.cntl{float: left;width: 431px;height: 154px;margin-left:13px;}
.cntl h3{ margin-top: 6px; margin-bottom: 6px;}
.cntl p{ text-align:left; padding:0; margin:0;position: absolute;width: 400px; font-size:15px; margin-left:5px}
.nodps{color: #d9534f; border-bottom:#BCBCBC 1px dotted; padding-bottom:5px}
.dpsl{color:#3c763d; border-bottom:#BCBCBC 1px dotted; padding-bottom:5px}
.euso{color:#31708f; border-bottom:#BCBCBC 1px dotted; padding-bottom:5px}
.tooltip {
    position: relative;
    display: inline-block;
	color:#31708f;
	cursor:help;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color:#95b4c3;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -150px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #dc3545;
}
.btn {
    display: inline-block;
	padding: 6px 10px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
	right: 22px;
	position: absolute;
	margin-top: 45px;
}
.btn:hover{ background-color:#286090;}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}