﻿

.txtlog
{
    background: #fff;
    border: 1px solid #CECECE;
    border-radius:3px;
    color: inherit;
    padding: 10px;
    outline: none;
    font-size: 1em;
    width: 250px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 0 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height:40px;
}
.txtlog:hover
{
    border: 1px solid #A4A4A4;
}     
.txtlog:focus
{
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #555555;
    color: #696969;
}        
        
.SignIn
{
    	box-shadow:0 0 6px rgba(0,0,0,.28) inset,0 0 8px rgba(0,0,0,.05) !important;
	font-weight:bold;
	border-radius:2px !important;
	
	height:70px; width:90px;
	padding:0 8px;
    display: inline-block;
    overflow: hidden;
    font-size: 1em !important;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
	
    }
.RegisterBtn{
    	box-shadow:0 0 6px rgba(0,0,0,.28) inset,0 0 8px rgba(0,0,0,.05);
	font-weight:bold;
	border-radius:2px;
	line-height:40px;
	height:70px; width:90px;
	padding:0 8px;
    display: inline-block;
    overflow: hidden;
    font-size: 1em !important;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
	
    }
    
.CloseTxt p{vertical-align:middle; font-weight:bold; color:White; width:auto; display:inline !important;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.CloseTxt
{ color:White ;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;
    
    }
    
#UploaderTxt a 
{
    position:absolute; width:24px; height:24px; background:url('../images/Upload.png') no-repeat; top:6px; right:4px;
    }
.CloseTxt:hover
{
    color: #9F9F9F;
}
.CloseTxt:hover p
{
    color: #9F9F9F !important;
}

.control-group{}
	label.valid {
		  width: 24px;
		  height: 24px;
		  background: url(../images/valid.png) center center no-repeat;
		  display: inline-block;
		  text-indent: -9999px;
		}
		label.error {
			font-weight: bold;
			color: red;
			padding: 2px 8px;
			margin-top: 2px;
		}
.RegLabel
{ width:260px; height:40px; vertical-align:top; padding-top:20px;
    }
    
    

.errpan
{
    padding-left:10px; width:150px;
    }
    
.VA_top{vertical-align:top !important;}


.sellog
{
    background: #fff;
    border: 1px solid #CECECE;
    color: inherit;
    outline: none;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 0 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sellog:hover
{
    border: 1px solid #A4A4A4;
}     
.sellog:focus
{
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #555555;
    color: #696969;
}        

.sellog.txtsucc
{
    background: #fff;
    border: 1px solid #D7AF13 !important;
    color: inherit;

    outline: none;
    font-size: 1em;
    box-shadow:none !important;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 0 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sellog.txtsucc:hover
{
    box-shadow:none !important;
    border: 1px solid #fbcd42;
}     
.sellog.txtsucc:focus
{
    box-shadow:none !important;
    border: 1px solid #fabf0f;
    color: #696969;
}        

.txtlog.txtsucc
{
    background: #fff;
    border: 1px solid #F8BA01 !important;
    color: inherit;

    outline: none;
    font-size: 1em;
    box-shadow:none !important;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 0 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.txtlog.txtsucc:hover
{
    box-shadow:none !important;
    border: 1px solid #fbcd42;
}     
.txtlog.txtsucc:focus
{
    box-shadow:none !important;
    border: 1px solid #fabf0f;
    color: #696969;
}        
.password {
}
.pstrength-minchar {
font-size : 10px;
}
.RegRow
{
    height:65px;
    }
.RB_Reg
{

        }
.Multi_line
{
    height:auto;
    }
.padtop20
{
    padding-top:18px;
    }
.ButtonDisplace
{
    height:30px !important; margin-left:250px;
    }
    
.txtlog.txterr
{
    border: 1px solid #FC4314;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #FFF5F0;
    color: inherit;
    padding: 10px;
    outline: none;
    font-size: 1em;
    width: 250px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 0 0px;
    
}
.txtlog.txterr:hover
{
       border: 1px solid #FF7E28;
        background-color: #FFFCFB;
}     
.txtlog.txterr:focus
{
 background-color: #FFFCFB;
    border: 1px solid #DD5800;
}        
.lblerror
{
    font-family: Calibri !important; font-size:13px !important; font-weight:bold !important; color:Red !important;
    }
.Align_Com{ line-height:10px !important;}
.hiden{display:none;}
.lblsuccess{   font-family: Calibri !important; font-size:14px !important; font-weight:bold !important; color:#f8ba01 !important;}
.amsraTXT{ text-align:justify; line-height:; font-family: Calibri; font-size: 14px; font-weight: 600; text-transform:none;
           letter-spacing:1px; line-height:15px; z-index:999;}
