html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color:#000;
}

.Home_Main_BG {
    background-image: url('../images/BG_Image.png');
    background-size: cover; /* Adjust the background size as needed */
    background-position: center;
    height: 600px;
    width: 100%;
    border: 1px solid;
}
.Nev_Header_BG {
    background-color: #c72820;
}
.row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.Home_Link{
    font-family : Arial 12px;
}
.Slogan_Img {
    background-image: url('../images/slogan.png');
    width:150px;
    height:100px;
}
.embossed-textbox {
    background-image: url('../images/loginbox.png');
    border: 1px solid #ccc; /* Outer border style and color */
    padding: 8px; /* Padding around the text */
    color: #333; /* Text color */
    font-size: 16px; /* Font size */
    border-radius: 4px; /* Rounded corners */
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2), inset -1px -1px 3px rgba(255, 255, 255, 0.7); /* Box shadow for embossed effect */
    width: 250px; /* Width of the textbox */
}
.embossed-box {
    width: 80px;
    height: 350px;
    background-color: #ffffff;
    border-radius: 7%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.embossed-button {
    width: 250px;
    height: 50px;
    background-color: #ff0000;
    border: none;
    border-radius: 15px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    cursor: pointer;
}
.normal-text {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 1.5;
}
.Welcome {
    font-size: 14px;
    font-weight: normal;
    color: #ff0000;
    line-height: 1.5;
}
.red-header {
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana;
}
.headermenus {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
