/**
 Custom parameters
 */
.border-videocom {
    border-color: #ffffff;
}
.bg-videocom {
    background-color: #1f2e77;
}

.text-videocom {
    color: #1f2e77;
}

.btn-outline-videocom {
    border-color: #1f2e77;
    color: #1f2e77;
    width: 100%;
}

.btn-outline-videocom:hover {
    background-color: #1f2e77;
    border-color: #1f2e77;
    color: #ffffff;
}

.btn-outline-videocom:focus {
    background-color: #1f2e77;
    border-color: #1f2e77;
    color: #ffffff;
    box-shadow: 0 0 0 3px #1f2e77;

}

.img-cover {
    background-image: url('/img/back.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
}

#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    min-width: 300px;
    max-width: 300px;
    background: #ffffff;
    color: #1f2e77;
    opacity: 0.7;

}

.login-form {
    position: fixed;
    top: 25%;
    width: 250px;
}

.login-footer {
    position: fixed;
    bottom: 0;
}

.form-control {
    padding: .75rem 1rem;
    border-width: 0.1rem;
    border-radius: 0.1rem;
    color: #1f2e77;
    background-color:  #fafafa;
    border-color: #1f2e77;
}

.form-control::placeholder {
    color: #1f2e77;
    border-color: #1f2e77;
}

.form-control:focus {
    border-color: #1f2e77;
    box-shadow: 0 0 0 3px #1f2e77;
    background-color:  #ffffff;
    color: #1f2e77;
}


.feather {
    width: 16px;
    height: 16px;
}