body { 
font-family: Arial, sans-serif; 
line-height: 1.5;
font-size: 14px;
background: #333;
margin: 0;
padding: 0;
}

a { color: #50708F; text-decoration: none;}
a:hover { color: #880000; }

h1 {
margin: 0;
padding-left: 50px;
color: white
}

#h1 a { text-decoration: none; color: #F9F7ED; }
#h1 a:hover { border-bottom: 1px solid #F9F7ED; color: #F9F7ED; }

#wrap { 
width: 800px;
margin: 20px auto;
}

#header {
background: #333 url(../images/header.jpg) no-repeat;
height: 140px;
line-height: 170px;
}

li {
  list-style-type: none;
  display: inline-block;
  margin: 5px 10px;
}

li > a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

li > a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
}

li > a:hover::after, li > a.active-nav::after {
  width: 100%;
  background: blue;
}

#menu {
background: #52add7 url(../images/menu.jpg) no-repeat;
height: 30px;
line-height: 30px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 40px;
}

#menu ul li {
display: block;
float: left;
}

#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #fff;
font-size: 14px;
font-weight: 600;
}

#contentwrap {
background: #333 url(../images/content.jpg) repeat-y;
padding: 0 50px 0 20px;
}

#content {
float: right;
width: 470px;
margin-top: 20px;
}
#content h2 {
margin: 0;
color: #57616A;
line-height: 30px;
font-size: 16px;
}

#content p { padding: 0 0 10px 0; color: #232323;}
#content ul { padding: 0 20px 10px 30px; }

#sidebar {
float: left;
margin-top: 20px;
width: 230px;
padding-left: 10px;
}

#sidebar h3 {
background: url(../images/sidebarh3.jpg) no-repeat;
height: 30px;
line-height: 30px;
font-weight: 600;
font-size: 14px;
margin: 0; padding: 0 0 0 20px; 
color: #fff;
}

#sidebar p { padding: 0 10px 10px 10px; color: #232323; }

#sidebar ul {
padding: 10px 0 20px 40px;
margin: 0;
color: #50708F;
}

#sidebar ul li {
padding: 0;
margin: 0;
}

#sidebar ul ul { padding: 2px 0 2px 20px; }

#footer { 
background: #333 url(../images/footer.jpg) no-repeat;
text-align: center;
color: #fff;
height: 90px;
line-height: 90px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }

/* Middle row of the main grid (contains the error message) */

#login-error-msg-holder {
  width: 100%;
  height: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
}

///////////////////////////

.button-43 {
  background-image: linear-gradient(-180deg, #37AEE2 0%, #1E96C8 100%);
  border-radius: .5rem;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 1rem 1.75rem;
  text-decoration: none;
  width: 100%;
  border: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-43:hover {
  background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
}

@media (min-width: 768px) {
  .button-43 {
    padding: 1rem 2rem;
  }
}



.button-44 {
  background-image: linear-gradient(-180deg, #37AEE2 0%, #1E96C8 100%);
  border-radius: .5rem;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-size: 24px;
  justify-content: center;
  padding: 1rem 1.75rem;
  text-decoration: none;
  width: 75%;
  border: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-44:hover {
  background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
}

@media (min-width: 768px) {
  .button-44 {
    padding: 1rem 2rem;
  }
}