/* ////////////////////////////////////////// CSS FIFA855 ////////////////////////////////////////// */


body,
html {
    color: #fff;
    font-size: 12px;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: #000;
    font-family: Arial;
    font-size: 11px;
}

img {
    border: 0;
    border-style: none;
}


/* <Marquee> */

.Message {
    font-family: "Arial" !important;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
}

a.Message:link {
    color: #ffffff;
}

a.Message:visited {
    color: #ffffff;
}

a.Message:active {
    color: #ffffff;
}

a.Message:hover {
    color: #ffffff;
}

.container {
    width: 1024px !important;
    max-width: 1024px !important;
}


/* =================================== CSS AfterLogin ===================================*/

a.navbar2 {
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    color: #000 !important;
    padding: 0 20px 0 20px;
    font-weight: 500!important;
}

a.navbar2:hover {
    font-family: Arial;
    font-size: 12px;
    color: #000 !important;
    font-weight: 500!important;
    padding: 0 20px 0 20px;
}

a.navbar3 {
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
}

.Error {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.btnLogout {
    background-image: linear-gradient(#5C9F2C,#4B7A28);
    color: #000 !important;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 20px;
    margin-right: 10px;
}

.welcomeLabel {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    text-align: right;
    height: 35px;
}

.header {
    position: relative;
    overflow: hidden;
    z-index: 0;
    width: 950px;
    height: 116px;
    width: 1024px;
}
.btnLogout {
        background-image: -moz-linear-gradient( 90deg, rgb(199,56,58) 0%, rgb(243,74,74) 50%, rgb(204,60,60) 74%, rgb(247,75,73) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(199,56,58) 0%, rgb(243,74,74) 50%, rgb(204,60,60) 74%, rgb(247,75,73) 100%);
        background-image: -ms-linear-gradient(  90deg, rgb(199,56,58) 0%, rgb(243,74,74) 50%, rgb(204,60,60) 74%, rgb(247,75,73) 100%);
      color: #ffffff !important;
      padding: 8px 20px;
      text-decoration: none;
     
  }

  .navaf {
    list-style: none;
    justify-content: space-around;
    border-top: solid 2px #000;
    padding-top: 2px;
    list-style-position: outside;
}
  .navaf a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 1px;
    font-size: 25px;
    color: #ffcc33;
}