/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 31, 2022, 9:23:17 AM
    Author     : TR220106001
*/
#input {
       overflow: hidden;
    text-decoration:none;
    padding:6% 8% 20% 8%;;    
    background:#117ebb;
    font-size:170%;
    color:#ooo;
    border-radius: 10%;
    box-shadow: 15% 15% 30% #0F4653;
    position:relative;
    width: 4%;  
    height: 2.5%;
    position:relative;
    padding-top:-100%;
    padding-bottom: 4%;
}

.log {
  background: #46aae3;
  background-image: -webkit-linear-gradient(top,  #4ce6d9, #4ce6d9);
  background-image: -moz-linear-gradient(top,  #4ce6d9, #4ce6d9);
  background-image: -ms-linear-gradient(top, #4ce6d9, #4ce6d9);
  background-image: -o-linear-gradient(top,  #4ce6d9, #4ce6d9);
  background-image: linear-gradient(bottom, #4ce6d9, #4ce6d9);
-webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5px;
  font-family:  Georgia;
  
  color: #9c5f87;
  font-size: 10px;
  padding: 4px 8px 5px 8px;
  text-decoration: none;
}



#button1 {
       overflow: hidden;
   border-top: 1px solid #96d1f8;
   background: #b9b8cf;
   background: -webkit-gradient(linear, left top, left bottom, from(#051017), to(#b9b8cf));
   background: -webkit-linear-gradient(top, #051017, #b9b8cf);
   background: -moz-linear-gradient(top, #051017, #b9b8cf);
   background: -ms-linear-gradient(top, #051017, #b9b8cf);
   background: -o-linear-gradient(top, #051017, #b9b8cf);
   padding: 1% 1.5%;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #00ebfc;
   font-size: 13px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
#button1:hover {
       overflow: hidden;
   border-top-color: #28597a;
   background: #a68ef2;
   color: #011712;
   }
#button1:active {
       overflow: hidden;
   border-top-color: #256d9c;
   background: #256d9c;
   }
   
.button2 {
       overflow: hidden;
   border-top: 1px solid #96d1f8;
   background: #bccfb8;
   background: -webkit-gradient(linear, left top, left bottom, from(#2c87bf), to(#bccfb8));
   background: -webkit-linear-gradient(top, #2c87bf, #bccfb8);
   background: -moz-linear-gradient(top, #2c87bf, #bccfb8);
   background: -ms-linear-gradient(top, #2c87bf, #bccfb8);
   background: -o-linear-gradient(top, #2c87bf, #bccfb8);
   padding: 0.2% 0.2%;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   border-radius: 13px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #030302;
   font-size: 74%;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button2:hover {
       overflow: hidden;
   border-top-color: #de7c81;
   background: #de7c81;
   color: #011712;
   }
.button2:active {
       overflow: hidden;
   border-top-color: #256d9c;
   background: #256d9c;
   }
   
   
   
   
   .classname           //this code is for close button
{
	-moz-box-shadow:inset 0px 0px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 0px 0px 0px #f29c93;
	box-shadow:inset 0px 0px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:38px;
	-moz-border-radius-bottomleft:38px;
	border-bottom-left-radius:38px;
	text-indent:4.81px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	font-weight:bold;
	font-style:normal;
	height:37px;
	line-height:26px;
	width:37px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 1px #b23e35;
        position:absolute;
}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.classname:active {
	position:relative;
	top:1px;
}

\\\\\\\\\\\\\\\\\\

.classname1
{
-moz-box-shadow:inset 0px 0px 0px 0px #f29c93;
-webkit-box-shadow:inset 0px 0px 0px 0px #f29c93;
box-shadow:inset 0px 0px 0px 0px #f29c93;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
background-color:#fe1a00;
-webkit-border-top-left-radius:0px;
-moz-border-radius-topleft:0px;
border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-moz-border-radius-topright:0px;
border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius-bottomright:0px;
border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:38px;
-moz-border-radius-bottomleft:38px;
border-bottom-left-radius:38px;
text-indent:4.81px;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:19px;
font-weight:bold;
font-style:normal;
height:37px;
line-height:26px;
width:37px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 1px #b23e35;
position:absolute;
}
.classname1:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
background-color:#ce0100;
}.classname1:active {
position:relative;
top:1px;
}



.tabl1
{

-moz-border-radius-topleft:40px;
border-top-left-radius:40px;
-webkit-border-top-right-radius:40px;
-moz-border-radius-topright:40px;
border-top-right-radius:40px;
-webkit-border-bottom-right-radius:40px;
-moz-border-radius-bottomright:40px;
border-bottom-right-radius:40px;
-webkit-border-bottom-left-radius:40px;
-moz-border-radius-bottomleft:40px;
border-bottom-left-radius:40px;
background: #FFF;
border-color: #195087;
border-style:solid;
border-width:2px;
position:absolute;
}

