/*.main-header {*/
/*    float: none;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    width: 80vw;*/
/*    margin-left: 20vw;*/
/*}*/

/*.main-sidebar {*/
/*    width: 20vw;*/
/*}*/

.card-primary:not(.card-outline) > .card-header {
    background-color: #d379cc;
}

.btn-primary {
    color: #fff;
    background-color: #d379cc;
    border-color: #d379cc;
    box-shadow: none;
}

.text, .datetime{
    flex-grow: 1;
}

.message {
    position: fixed;
    width: 40vw;
    height: auto;
}

.long-area {
    height: 100px;
}

.shadow-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.6);
    text-align: center;
}

.notice-bg {
    padding: 30px 30px;
    background: #fafafa;
    display: inline-block;
    text-align: left;
}

.notice_message {
    margin-bottom: 20px;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #d379cc;
    border-color: #d379cc;
}

.btn-primary:hover {
    background-color: #d379cc;
    border-color: #d379cc;
    transform: scale(0.9);
}

.login_console {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background: #fafafa;
    padding: 40px;
}

.login_console img {
    width: 200px;
    display: block;
    margin: 2vh auto 0;
}

.login_console p {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin: 1vh 0 2vh;
}

.login_console h3 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #606c76;
    margin: 10px 0 30px;
}

.login_console label {
    color: #606c76;
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 20px;
    text-align: left;
}

.login_console .submit {
    margin: 10px auto;
    text-align: center;
}

.login_console fieldset{
    text-align: center;
}

.content-header h1{
    font-size: 1.4rem;
    margin: 20px 0;
}

.form-control {
    text-align: left;
}
