html,body
{
    background: linear-gradient(
        rgba(255, 255, 255, 0.5), 
        rgba(255, 255, 255, 0.5)
      ), url(../img/bg1.png) repeat  fixed;
    background-size: cover;
    height: initial;
    
}

img{
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
*:focus {
    outline: none;
}

/* .salute-scroll {
  position: relative;
  overflow: hidden;
  height: 170px;
  border: 1px solid #eee;
  border-radius: 2px;
}
.salute-content-run {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  animation: scrollup 30s linear infinite;
}
@keyframes scrollup {
  0%    { top: 60px; }
  100%  { top: -400%; }
} */

.md-raised{
    padding-left: 16px;
    padding-right: 16px;
}

.alert{
    background: rgb(255, 185, 179);
    color: rgb(136, 0, 0);
}

/* ng-animate fade */
.nga-fade.ng-enter{
    transition: 0.5s linear all;
    opacity: 0;
}
.nga-fade.ng-enter.ng-enter-active{
    opacity: 1;
}
.nga-fade.ng-hide {
  opacity: 0;
}
.nga-fade.ng-hide-add,
.nga-fade.ng-hide-remove {
  transition: 0.3s linear all;
}

.login-logo{
    max-width: 200px;
    display: block;
    margin: 10px auto;
}

.md-sidenav-left .nav-header img{
    width: 150px;
    margin: 20px auto 0;
    display: block;
}
.md-sidenav-left .nav-header small{
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: rgba(255,255,255,.5);
}
md-list-item.active{
    background-color: rgba(0,0,0,.2);
}

.alert{
    background: rgb(244, 67, 54);
    color: rgb(255, 255, 255);
}

fieldset{
    border: none;
    padding: 0;
    margin: 0;
}
.icon-inline{
    vertical-align: top;
}
*{
    font-family: 'Sarabun', sans-serif;
}
/* h1,h2,h3,h4,h5,h6{
    font-family: 'Charmonman', sans-serif;
} */

#main-loading{
    margin-bottom: -5px!important;
    z-index: 2;
}
