*
{
margin:0px;
padding:0px;
}

html, body{
height: 100%;
}

body
{
  font-family:arial;
  font-size:14px;
  background-image:url("bg.png");
  color: #fff;
  background-size:100%;
}

#Areamap area{
	outline: unset;
}

.heading-div { padding: 15px 0px; background-color: #7274776b;}
.heading { color: #fff; text-align: center; font-size: 25px; line-height: 25px; }

.main-box
{
	  width: 780px;
	  height: 600px;
	  position: absolute;
	  top: 330px;
	  left: 50%;
	  /*margin-left: -290px;
	  margin-top: -150px;*/
}

.footer
{
	font-size: 14px;
    margin-top: 30px;
    background-color: #52535469;
    padding: 12px;
	text-align: center;
	text-align: center;
	/*position: absolute;
	bottom: 0px;*/
}

.btn
{
   width:237px;
   height:79px;
   background-image:url("Button.png");
   display:block;
   text-align: center;
   color: #fff;
   text-decoration: none;
   font-size: 22px;
}

.btn span
{
   display: block;
   padding-top: 12px;
}

.float-left
{
	float:left;
}

.float-right
{
	float:right;
}

.third-btn-div
{
  margin: 0 auto;
  width: 237px;
  margin-top: 40px;
}

.clear
{
	clear:both;
}
.login-div-content{
position: absolute;
    right: 0;
    top: 0;
    /* width: 200px; */
}
.helpdesk-ticket-btn{
    font-size: 15px;
    float: right;
    margin-top: 6px;
    margin-right: 29px;
    padding: 11px 20px;
    border: 1px solid #e6e0e0;
    color: white;
    background-color: #5e849854;
    border-radius: 4px; 
    cursor: pointer;
	text-decoration: none;
	transition: 0.5s;
}
.helpdesk-ticket-btn:hover{
background-color: #455e6b54;
}
.login-link{
    font-size: 15px;
    font-weight: 600;
    float: right;
    margin-right: 40px;
    padding: 18px;
    cursor: pointer;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.submittract-ticket-btn{
    font-size: 15px;
	width:150px;
    margin-top: 6px;
    margin-right: 8px;
    padding: 11px 20px;
    border: 1px solid #e6e0e0;
    color: white;
    background-color: #5e849854;
    border-radius: 4px; 
    cursor: pointer;
	text-decoration: none;
	transition: 0.5s;
}