body#LoginForm {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.form-heading {
    color: #fff;
    font-size: 23px;
}

.panel h2 {
    color: #444444;
    font-size: 18px;
    margin: 0 0 8px 0;
}

.panel p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}

.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 10px auto 10px;
    max-width: 80%;
    padding: 10px 10px 10px 10px;
}

.login-form .form-group {
    margin-bottom: 10px;
}

.main-div .title h2 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.main-div .frame {
    border: #444444;
    border-color: #444444;
}

.main-div .btn.btn-primary.menubtn {
    font-size: 19px;
}

.main-div td {
    font-size: 12px;
    border-top: 0px;
}

span.text-danger {
    font-size: 12px;
}

.form-control {
    font-size: 13px;
}

.form-group label {
    font-size: 13px;
}

.mask {
    position: absolute;
    z-index: 100;
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
}

.mask img {
    z-index: 100;
    margin: 50% 10% 0 30%;
}

#Login .link {
    text-align: center;
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
    padding: 20px 10px 00px 10px;
}

.main-div .btn.btn-primary {
    background: #f0ad4e none repeat scroll 0 0;
    border-color: #f0ad4e;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 20px 0px 0px 0px;
}

.main-div .btn.btn-secondary {
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 20px 0px 0px 0px;
}


.main-div .buttons .btn {
    display: inline-block;
    width: 100px;
}

.forgot {
    text-align: left;
    margin-bottom: 10px;
}

.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

.back a {
    color: #444444;
    font-size: 13px;
    text-decoration: none;
}


.main-div .alert.alert-dark {
    overflow-y: scroll;
    font-size: 14px;
    max-height: 50%;
}

.row.ymd .year {
    max-width: 30%;
}

.row.ymd .month {
    max-width: 25%;
    margin-left: 20px;
}

.row.ymd .day {
    max-width: 25%;
    margin-left: 20px;
}

/*
#myTable thead > tr > th.detail,
#myTable tbody > tr:not(.detail-view) > td:first-of-type {
  display: none;
}*/

#myTable thead>tr>th:nth-child(2),
#myTable tbody>tr:not(.detail-view)>td:nth-child(2) {
    border-left: none !important;
}


video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.form-control::placeholder{
    opacity: 0.3;
}
