body {
    overflow: hidden
}

.form-control{
    color: yellow !important;
}
.container{
    z-index: 1;
}
.v-block{
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #000000;
    z-index: 1;
    position: absolute;
}
.error{
    color:white;
    position:absolute;
    z-index:99;
    top:0;
    width:100%;
    text-align:center;
    top:10%;
}
.error span{
    padding:10px 20px 10px 20px;
    background:#ff3c4e69;
    border-radius:2px;
    
}
.fullscreen-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
    height: 100vh;
}
.fullscreen-bg__video {
    width: 100%;
    position: absolute;
    z-index: 0;
}

.main {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.navbar,
.inputs,
.login {
    display: flex;
    position: relative;
    z-index: 99;
    text-align: center;
}

.navbar .item a {
    font-family: "Arial", Serif;
    color: #ffecec;
    background-color: #030605b5;
    padding: 8px 15px;
    flex: 1;
    display: flex;
}

.navbar .item a:hover {
    background-color: #ef1b1ba6;
}

.input-group {
    display: flex;
    color: white;
    margin-top: 10px;
}

.login form {
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
}

.input-login,
.input-password {
    background-color: #030605b5;
    text-align: left;
    padding: 10px;
}

.input-login:hover,
.input-password:hover {
    background-color: #ef1b1ba6;
}

.input-group input {
    padding: 10px;
}

.login input {
    background-color: #ffffff6b;
    border: none;
    border-bottom: 2px solid #2aad49a3;
}

.input-group-btn {
    margin-top: 20px;
    text-align: center;
}

.input-group-btn .btn {
    font-family: "Open Sans";
    background-color: #12a93c;
    border: none;
    color: white;
}

.input-group-btn .btn:hover {
    cursor: pointer;
    background-color: white;
    color: #12A93C;
}

.inputs {
    flex-direction: column;
    text-align: right;
    font-family: "Open Sans";
}

.toggle-password {
    color: #2d2d2d;
    position: absolute;
    right: 3px;
    margin-top: 4%;
    font-size: 13pt;
}

.login-info {
    font-family: "Open Sans";
    z-index: 99;
    color: white !important;
    text-decoration: none;
    background-color: #9e9e9e26;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    width: 100%;
}

.login-name {

    height: 50px;
}

.login-name:hover {
    background-color: #52fd4c9c;
}

.login-out:hover {
    background-color: #adadad9c;
    color: black;
}

.login-name,
.login-out {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.login-out a {
    width: 40px;
    margin-right: 5px;
    color: #ff5353;
}

.login-name i {
    margin-right: 5px;
    color: #cecece;
    font-size: 14pt;
}

@media (min-width: 481px) {
    #btnmute1{
        position:absolute;
        right: 40px;
        bottom:40px;
        background: url("../source/picture/music.png") no-repeat center;
        height: 70px;
        width:70px;
        border:none;
        background-size: contain;
        z-index: 99;
        outline: none;
    }
    #btnmute{
        position:absolute;
        right: 2em;
        bottom: 2em;
        height: 40px;
        width:40px;
        background: url("../source/picture/nonote.png")no-repeat center;
        background-size: 40%;
        border:none;
        z-index: 999;
        outline: none;
        cursor: pointer;
        border-radius: 50px;
         -webkit-box-shadow: 0px 0px 20px rgba(10, 10, 111, 1);
        -moz-box-shadow: 0px 0px 20px rgba(10, 10, 111, 1);
        box-shadow: 0px 0px 20px rgba(10, 10, 111, 1);
    }
    #btnmute:hover{
        -webkit-box-shadow: 0px 0px 25px rgba(10, 210, 215, 1);
        -moz-box-shadow: 0px 0px 25px rgba(10, 210, 215, 1);
        box-shadow: 0px 0px 25px rgba(10, 210, 215, 1);
    }
    #btnmute1{
       animation: 2.5s linear 0s normal none infinite running rot;
      -webkit-animation: 2.5s linear 0s normal none infinite running rot;
    }
    @keyframes rot {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    @-webkit-keyframes rot {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    .input-group-btn .btn {
        width: 150px;
        padding: 7px 0px;
        border-radius: 3px;
        font-size: 15pt;
    }
    .inputs {
        font-size: 20pt;
    }
    .input-login,
    .input-password {
        width: 100px;
    }
    .mobile {
        display: none;
    }
    .item a {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    #btnmute1,#btnmute{
        display: none;
    }
    .login{
        margin-bottom:100px;
    }
    .mobile{
        bottom:0;
        position:absolute;
        z-index: 1;
    }
    img{
        width: auto !important;
        height: auto !important;
        max-width: 100%;
        }
    .input-group-btn .btn {
        width: 30vw;
        padding: 5px 0px;
        border-radius: 3px;
        font-size: 5vw;
    }
    .inputs {
        font-size: 5vw;
    }
    .input-login,
    .input-password {
        width: 20vw;
    }
    .login input {
        width: 55vw;
    }
    .navbar {
        flex-direction: column;
        align-self: flex-start;
    }
    .desktop {
        display: none;
    }
    .item a {
        font-size: 25px;
    }
}

.canvas {
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #000;
}