﻿body {
    background-image: url('../../media/misc/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
}

.logo {
    width: 23%;
    border-radius: 15px;
}

.logo2 {
    width: 50%;
}

.row {
    height: 100%; 
    display: flex;
    align-items: center; 
}

.col-md-6 {
    flex: 1; 
    width: 100%; 
}

.card {
    padding: 50px;
    width: 500px;
    background-color: #202020; 
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: auto; 
}

.container {
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 100vh;
}

h3 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #fff;
    font-weight: 600;
    font-family: "Montserrat", serif;
}

.textoPeque {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    color: #fff;
    font-family: 'Montserrat', serif;
}

.btn img {
    width: 50px; 
    margin-left: 5px;
}

.nav-pills label {
    color: #454545;
}

.qrs img {
    width: 50%;
}

.close {
    font-size: 3.5rem !important;
}
