* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(../img/fon10.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.aplay {
    width: 100%;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

audio {
    margin-left: auto;
    margin-right: auto;




}

audio::-webkit-media-controls-panel {
    height: 60px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 5px;

}

a {
    text-decoration: none;
}

.logreg {
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-top: 50px;


    animation-name: logregopt;
    animation-duration: .2s;
    animation-delay: .1s;
    animation-timing-function: linear;
    animation-play-state: running;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes logregopt {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.login legend h2 {
    display: flex;
    color: rgb(255, 0, 0);
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 10px;
    justify-content: center;
}

.login {
    display: flex;
    flex-direction: column;
    width: 220px;
    height: 300px;
    margin: auto;
    background-color: black;
    background-position: center;
    border: rgb(255, 70, 0) solid 2px;
    border-radius: 16px;
    box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
}

.login input {
    width: 190px;
    border: 0;
    background-color: black;
    border-bottom: rgb(27, 27, 27) solid 3px;
    border-right: rgb(27, 27, 27) solid 1px;
    color: rgb(255, 70, 0);
    font-size: 16px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

input #vx {
    width: 190px;
    height: 30px;
    background-color: black;
    margin-left: auto;
    margin-right: auto;
    color: rgb(255, 70, 0);
}

.registr {
    display: flex;
    width: 190px;
    height: 30px;
    /* background-color: black;
        border: 0;
        background-color: black;
        border-bottom: rgb(27, 27, 27) solid 3px;
        border-right: rgb(27, 27, 27) solid 1px; */
    margin-left: auto;
    margin-right: auto;
    color: rgb(255, 70, 0);
    margin-top: 30px;
}

.registr button {
    color: rgb(255, 70, 0);
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
    width: 190px;
    height: 30px;
    background-color: black;
    border: 0;
    background-color: black;
    border-bottom: rgb(27, 27, 27) solid 3px;
    border-right: rgb(27, 27, 27) solid 1px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(255, 70, 0);
}

a {
    color: rgb(114, 114, 114);
    margin: auto;
    text-decoration: none;
    font-size: 12px;
}

input:focus {
    outline: none;
    border-top: rgb(49, 49, 49) solid 3px;
    border-left: rgb(49, 49, 49) solid 1px;
    border-right: black;
    border-bottom: black;
}

button:hover {
    border: 0;
    border-top: 3px rgb(49, 49, 49) solid;
    border-left: solid rgb(49, 49, 49) 1px;
}

button:active {
    border: 0;
    border-bottom: 3px rgb(49, 49, 49) solid;
    border-right: solid rgb(49, 49, 49) 1px;
}

#vx:hover {
    border: 0;
    border-top: 3px rgb(49, 49, 49) solid;
    border-left: solid rgb(49, 49, 49) 1px;
}

#vx:active {
    border: 0;
    border-bottom: 3px rgb(49, 49, 49) solid;
    border-right: solid rgb(49, 49, 49) 1px;
}

a:hover {
    font-size: 14px;
    color: rgb(165, 165, 165);
}

a:active {
    font-size: 12px;
    color: rgb(255, 70, 0);
}