




button.social-signin.twitter{
color: white;

width:100px;
height:27px;
border-top-right-radius:52px;
border-top-left -radius:12px;
background-color:#4CB5F7;
border-color: white;
}
button.social-signin.twitter:hover{
-webkit-box-shadow: 0px 0px 30px 0px rgba(76, 181, 247, 1);
box-shadow: 0px 0px 30px 0px rgba(76, 181, 247, 1);




}
button.social-signin.twitter:before{
top: 0;
left: 0;
position: absolute;
width: 45px;
height: 2px;
background: #4CB5F7;
content: '';
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
button.social-signin.twitter:hover:before{
opacity: 1;
left: 50%;
-webkit-transform: rotate(0deg) translateX(-50%);
transform: rotate(0deg) translateX(-50%);
}
button.social-signin.twitter:after{
right: 0;
bottom: 0;
position: absolute;
width: 45px;
height: 2px;
background: #4CB5F7;
content: '';
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
button.social-signin.twitter:hover:after{
opacity: 1;
right: 50%;
-webkit-transform: rotate(0deg) translateX(50%);
transform: rotate(0deg) translateX(50%);
}


button.social-signin.twitter:hover{
-webkit-box-shadow: 0px 0px 30px 0px rgba(76, 181, 247, 1);
box-shadow: 0px 0px 30px 0px rgba(76, 181, 247, 1);
}

.btn_sign{
 background-color: #804b9d;
 color:white;
  width: 100px;
  height: 26px;
  font-size: 13px;
  font-weight: bold;
  border:solid 1px white;
  border-top-left-radius:32px;
  border-top-left -radius:12px;
  border-top-right-radius:32px;
  border-top-right -radius:12px;
  box-shadow: 12px 2px green;
}

/* input type submit */

/* input[type='submit']{
color: white;

width:100px;
height:27px;
border-top-right-radius:52px;
border-top-left -radius:12px;
background-color:#4CB5F7;
border-color: white;
}
input[type='submit']:hover{
-webkit-box-shadow: 0px 0px 30px 0px rgba(76, 181, 247, 1);
box-shadow: 0px 0px 30px 0px rgba(76, 181, 247, 1);




}
input[type='submit']:before{
top: 0;
left: 0;
position: absolute;
width: 45px;
height: 2px;
background: #4CB5F7;
content: '';
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
input[type='submit']:hover:before{
opacity: 1;
left: 50%;
-webkit-transform: rotate(0deg) translateX(-50%);
transform: rotate(0deg) translateX(-50%);
}
input[type='submit']:after{
right: 0;
bottom: 0;
position: absolute;
width: 45px;
height: 2px;
background: #4CB5F7;
content: '';
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
input[type='submit']:after{
opacity: 1;
right: 50%;
-webkit-transform: rotate(0deg) translateX(50%);
transform: rotate(0deg) translateX(50%);
}


input[type='submit']:hover{
-webkit-box-shadow: 0px 0px 30px 0px rgba(76, 181, 247, 1);
box-shadow: 0px 0px 30px 0px rgba(76, 181, 247, 1);
} */

/* input type button */

/*input[type='button']{
font-weight:bolder;
	font-size: 9pt; 
	color: white; 
	background-color:#bd98cd; 
   
	min-width: 6em; 
	height: 2.9em; 
	border-width: 1px; 
	margin-top:10px;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px;
}*/
input[type='button'] {
    font-weight: bolder;
    font-size: 10pt;
    color: white;
    background-color: #bd98cd;
    min-width: 6em;
    height: 1.9em;
    border-width: 3px;
    border-color: silver;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
input[type='button']:hover{

	 border-top-color: #bd98cd;
   background:#E6E6FA;
   color: maroon;
	
}

input[type='button']:active
{
	 
   background: #bd98cd;
   color: white;
}

 th, td { 
                padding: 5px; 
                background-color:none; 
            } 
/* input type submit */
input[type='submit']{
font-weight:bolder;
	font-size: 10pt; 
	color: white; 
	background-color:#bd98cd; 

	min-width: 6em; 
	height: 1.9em; 
	border-width: 3px; 
	border-color:silver;
	border-top-left-radius: 20px; 
	border-top-right-radius: 20px; 
	border-bottom-left-radius: 20px; 
	border-bottom-right-radius: 20px;
}
input[type='submit']:hover{

	 border-top-color: #bd98cd;
   background:#ADD8E6;
   color: maroon;
	
}

input[type='submit']:active
{
	 
   background: #bd98cd;
   color: white;
}

.loader {
    position: fixed;
    display:none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../image/loader1.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}


