.body{
    background-image: url('../img/login_bg2.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;
    background-position: center;*/
    background-position: left;
    background-size: cover;
    min-height: 100vh;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;            /* Footer height */
}
#header .header-body {
    
    background: #f8f9fa80;
}
html .featured-box-primary .box-content {
    border-top-color: #0a63a5!important;
}
html .btn-primary {
    background-color: #0a63a5;
    border-color: #0a63a5 #0a63a5 #0a63a5;
    color: #FFF;
}
html .btn-primary:hover {
    background-color: #9cd6ea;
    border-color: #2074b0 #2074b0 #2074b0;
    color: #FFF;
}
html .featured-box-primary h3 {
    color: #0a63a5;
}
section.page-header .page-header-title-border {
    background-color: #93b126 !important;
}
.featured-box .box-content {
    padding: 1rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.tip {
margin-left: 0px!important;
}
.sweet-overlay {
    z-index: 1051 !important;
}
.warning{
    border: thin solid red!important;
}
#footer {
    background: none;
    border-top: 4px solid #28282800;
}
#guide_btn{
    position: absolute;
    top: 10px;
    right: 10px;
}
.featured-box {
    background: #ffffffc2!important;
}
.mark{
    background-color: #fdf889;
    border: thin solid #ed771c;
}