body {
    background-image: url("../images/bg_sannhiag2024.jpg");
    background-color: #DADADA;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    background-color: repeating-linear-gradient(red, yellow 10%, green 20%);
    opacity: 0.9;
}
#leo_login{
	background: #f8ffff;
}
#myVideo {
  position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	opacity: 0.3;
}
.ui.blue.divider:not(.vertical):not(.horizontal) {
  margin: 0rem 0rem;
  border-top: 2px solid #2185d0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ui[class*="left icon"].input > input {
  padding-left: 2.67142857em !important;
  padding-right: 1em !important;
  height: 35px;
}
.leo_login{
    opacity: 0.9;
}
body > .grid {
  height: 100%;
}
.image {
  margin-top: -100px;
}
.column {
  max-width: 510px;
}
.leo-logo{
    width: 80px;
    margin-right: 10px;
}
.leo-name{
    text-align: center;
    color: #fbbd08 !important;
    color: #2185D0 !important;
    font-size: 1.71428571rem;
    font-weight: bold;
    line-height: 1.28571429em;
    text-transform: none;
}
.leo-sologan{
    text-align: center; 
    color: #3A4556 !important;
    color: #696868 !important;
    color: #3b90d1 !important;
    font-size: 1.3rem;
    /* font-weight: bold; */
}
.leo-sys{
    font-size: 1.5rem;
    /* line-height: 1.78571429em; */
}
.leo-power{
    text-align: center;
    width: 100%;
}
.leo-power span{
    padding-left: 5px;
    vertical-align: top;
    font-size: 11px;
}

#leo_thongbao{
    background: transparent;
    max-width: 500px;
    position: fixed;
    top: 30px;
    right: 3px;
    z-index: 102;
    /* bottom: 300px;
    right: 5px; */

    position: fixed;
    z-index: 999999999;

    /* background-color: #FFF6F6; */
    color: #9F3A38;
}