*{
    font-family: "futura-pt", "Helvetica Neue", "Arial", SansSerif;
    font-weight: 300;
    font-size: 16px;
}

body {
    background-color: #1f2023;
    color: #333;
}

.container{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

#login-logo{
    height: 150px;
}

.hid{
    display:none;
}

.error{
    display:none;
}

.input-lg{
    margin-bottom: 15px;
}

.login-sub-menu{
    margin-bottom: 20px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    /*
    border: 1px solid transparent;
    */
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default {
    border-color: #ddd;
}

.panel-transparent {
    background-color: rgba(255, 255, 255, 0.85);
    background-color: #3c3f41;
    color: #dcdcdc;
}

.panel-body {
    padding: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    font-size: calc(1.3rem);
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    /*
    font-weight: 700;
    */
}

a {
    color: #337ab7;
    text-decoration: none;
}

.material-symbols-outlined {
    vertical-align: bottom;
}


