body	{
	border-spacing:0px;
font-family: 'Segoe UI', sans-serif;
    color: #c0c0c0;
font-size: 14px;
margin-top: 0px;
	}

/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #555; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.title {
	color: #000000;
	background-color: #DDDDDD;
	border-style: solid;  
        border-color: #000000;
	}

input {
  width: 100%;
text-align: center;
}

@media screen and (max-width : 450px)
{
  form
  {
  	height: 20px;
  }
}

@media screen and (max-width : 270px)
{
  form
  {
  	height: 15px;
  }
}

@media screen and (max-width : 240px)
{
  form
  {
  	height: 0px;
  }
}

@media screen and (max-width : 450px)
{
  input
  {
      font-size: 16px;
  	height: 35px;
  }
}

@media screen and (max-width : 270px)
{
  input
  {
      font-size: 16px;
  	height: 31px;
  }
}

@media screen and (max-width : 240px)
{
  input
  {
      font-size: 15px;
  	height: 18px;
  }
}


.button {
background-color:rgba(0,0,0,0.6);
  color: white;
  border: 1px solid #555555;
border-radius: 4px;
}

@media screen and (max-width : 450px)
{
  .button
  {
      font-size: 16px;
padding: 4px 6px;
height: 35px;
  }
}

@media screen and (max-width : 270px)
{
  .button
  {
      font-size: 15px;
padding: 4px 6px;
height: 31px;
  }
}

@media screen and (max-width : 240px)
{
  .button
  {
      font-size: 10px;
padding: 3px 6px;
height: 18px;
  }
}

.button:hover {
  background-color: #55555581;
  color: turquoise;
  border: 1px solid turquoise;
border-radius: 4px;
}

@media screen and (max-width : 450px)
{
  .button:hover
  {
      font-size: 16px;
padding: 4px 6px;
height: 35px;
  }
}

@media screen and (max-width : 270px)
{
  .button:hover
  {
      font-size: 15px;
padding: 4px 6px;
height: 31px;
  }
}

@media screen and (max-width : 240px)
{
  .button:hover
  {
      font-size: 10px;
padding: 3px 6px;
height: 18px;
  }
}

.maintable  {border-collapse:collapse;border-spacing:0;cellspacing:0}
.maintable .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}
.maintable .tg-0lax{text-align:left;vertical-align:top}

.footer {
        color: #000000;
        border-style: solid;
        border-color: #000000;
        text-align: center;
	font-weight: bold;
	}

.footer a {
	text-decoration: none;	
	}

.footer a:hover {
	text-decoration: underline;
	}

.maintable {
	table-layout:fixed;
	width:100%;
	height:auto;
        text-align: center;
	}

.custom {
	border-style: none;
	line-height: 0pt;
	}

.blank {
	border-style: none;
	font-size: 5px;
	}

.custom1 {
	border:none;
	height:0%;
	}

.txtarea {
	border-style: none;
	font-weight: bold;
	}

input[type=text] {
  border: 0px solid #525252;
  border-radius: 4px;
background-color:rgba(0,0,0,0.8);
color: turquoise;
padding: 4px 0px;
}

input[type=text]:focus {
border: 0px solid #c0c0c0 !important;
  border-radius: 4px;
background-color:rgba(0,0,0,0.8);
outline: none;
}

input[type=password] {
  border: 0px solid #525252;
  border-radius: 4px;
background-color:rgba(0,0,0,0.1);
color: turquoise;
text-align: center;
backdrop-filter: blur(3px);
}

@media screen and (max-width : 450px)
{
  input[type=password]
  {
      font-size: 16px;
  	height: 35px;
  }
}

@media screen and (max-width : 270px)
{
  input[type=password]
  {
      font-size: 16px;
  	height: 31px;
  }
}

@media screen and (max-width : 240px)
{
  input[type=password]
  {
      font-size: 15px;
  	height: 18px;
  }
}

input[type=password]:focus {
border: 0px solid #c0c0c0 !important;
  border-radius: 4px;
background-color:rgba(0,0,0,0.1);
outline: none;
height:25px;
text-align: center;
font-size: 20px;
}

@media screen and (max-width : 450px)
{
  input[type=password]:focus
  {
      font-size: 16px;
  	height: 35px;
  }
}

@media screen and (max-width : 270px)
{
  input[type=password]:focus
  {
      font-size: 16px;
  	height: 31px;
  }
}

@media screen and (max-width : 240px)
{
  input[type=password]:focus
  {
      font-size: 15px;
  	height: 18px;
  }
}

textarea {
	background-color:transparent;
  	box-sizing: border-box;
  	border: 0px solid #525252;
  	border-radius: 4px;
  	resize: none;
	color: white;
	text-align: center;
	outline: none;
	width: 100%;
	overflow-x: hidden;
	}

@media screen and (max-width : 450px)
{
  textarea
  {
      font-size: 11px;
  	height: 50px;
  }
}

@media screen and (max-width : 270px)
{
  textarea
  {
      font-size: 11px;
  	height: 50px;
  }
}

@media screen and (max-width : 240px)
{
  textarea
  {
      font-size: 10px;
  	height: 50px;
  }
}

.info {
	font-weight: bold;
	}