
body {
    padding: 0;
    margin: 0;
    background-image: url("img/bg.png");
    background-repeat: no-repeat;
    background-position-x: center;
}

p {margin: 0;}

a, .btn-link {
    text-decoration: none !important;
}

.logo {
    display: flex;
    justify-content: space-around;
}

.bt {
    display: flex;
    justify-content: space-around;
}

.dot {
    background-image: url("img/btn.png");
    background-repeat: no-repeat;
    background-position-x: center;
    border-color: #2d6da8;
    border-radius: 5em;
    font-weight: 500;
    padding: 0.7em 1.2em;
    margin: 2em 0 1.5em 0;
}

.btn-link {color: black; font-size: 0.9em;}
    
.modal-content {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.887);
}

.modal-body .alert-light {
    font-size: 0.9em;
    padding: 0.5em 1em;
}

.main {
    max-width: 650px;
}

.card {
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.049);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.663);
    
}

.card .message {
    padding: 1.5em;
}

.card-body img {
border-radius: 15px;
}

.m-text {
    min-height: 300px !important;
}

.card-img-top {
    margin: 1em 0;
}

.embed-responsive-item {
    width: 100%;
    height: auto;
    max-height: 500px;
    margin: 1em 0;
}

.SmartCaptcha-Shield {
    display: none !important;
}

.shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1000;
    overflow: hidden;
    
}

.shape {
    width: 450px;
    height: 450px;
    
    /* Цвет фигуры */
    border-radius: 50%;
    position: absolute;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.385) 0%, rgba(52, 152, 219, 0) 70%); /* Градиент для размытых краев */
}

/* Стили для авторизации */

.panel {
    height: 100vh;
}

/* Админка */

.nav {
    display: flex;
    align-items: center;
}

.list-group-item-warning {
    background: white;
    border-left: 5px #ebda5d solid;
}

.list-group-item-success {
    background: white;
    border-left: 5px #5deb7e solid;
}

.list-group-item-danger {
    background: white;
    border-left: 5px #eb5d7c solid;
}

.adm-footer {
    display: flex;
    align-items: center;
}