﻿body {
padding:0px;
margin:0px;

}
#login-box
{
    width: 333px;
    height: 352px;
    padding: 58px 76px 0 76px;
    color: #ebebeb;
    font-family: 'Open Sans','Segoe UI Symbol',Helvetica;
    background: url('../Image/login-box-backg.png') no-repeat left top;
}

#login-box img {
	border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 44px "Calibri", Arial;
}


.login-box-name {
	float: left;
	display:inline;
	width:110px;
	text-align: right;
	margin:0 0 7px 0;
    font-weight:bold;
    padding-right: 10px;
    color:#333333;
    font-family:'Segoe UI';
    font-size:1em;
   
   
   
}

#login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login  {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#1e4f8a;
	font-size: 16px;
	color: #ebebeb;
}


#UserName, #Password, #ClaimantID {
	padding: 7px;   
    border: 1px solid #302741;
    width:15em;
    height:1em;
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #eeead7 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeead7', endColorstr='#FFFFFF');
    font-family:'Lucida Sans Unicode','Lucida Grande',arial,helvetica,sans-serif;
    font-size:0.8em;
    color:#333;
    /*Applying CSS 3radius*/   
  
    
    /*Applying CSS3 box shadow*/
   
}
#UserName:hover, #Password:hover
{
    border:1px solid #f7cd83;
}
#UserName:focus, #Password:focus
{
    box-shadow:0 0 2px #ffba00;
}

.login-box-options {
    clear: both;
    padding-left: 55px;
    font-size: 0.9em;
    color: #333333;
    display: block;
    float:left;
    margin-right:10px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 0.9em;

}

.forgot-link
{
   
    left:25px;
}

.forgot-link a
{
     
    color: #333333;
    text-decoration:underline;
}


.btnLogin {
    font-family: "Segoe UI";
    font-size: 1.1em;
    font-style: normal;
    color: #ffffff;
    background-image: linear-gradient(bottom, rgb(25,25,25) 10%, rgb(53,53,53) 55%);
    background-image: -o-linear-gradient(bottom, rgb(25,25,25) 10%, rgb(53,53,53) 55%);
    background-image: -moz-linear-gradient(bottom, rgb(25,25,25) 10%, rgb(53,53,53) 55%);
    background-image: -webkit-linear-gradient(bottom, rgb(25,25,25) 10%, rgb(53,53,53) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(25,25,25) 10%, rgb(53,53,53) 55%);
    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.1, rgb(25,25,25)),
	color-stop(0.55, rgb(53,53,53))
);
    border: 0px solid #ffffff;
    text-shadow: 0px 0px 0px #575757;
    box-shadow: 1px 1px 3px #808080;
    -moz-box-shadow: 1px 1px 3px #808080;
    -webkit-box-shadow: 1px 1px 3px #808080;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px 25px;
    cursor: pointer;
    margin-left: 129px;
    margin-top: 10px;
}

.btnLogin:active{
cursor:pointer;
position:relative;
top:2px;
}
.btnLogin:hover{
cursor:pointer;
background:#222222;

}

/*..........................*/
h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Open Sans','Segoe UI Symbol',Helvetica;
    padding: 5px 3px 0px 4px;
    text-shadow: rgba(0,0,0,.9) 0 1px 0;
}
.LoginBg {
    
    clear: none;
    height: auto;
}
*::-moz-selection {
    background: none repeat scroll 0 0 #F69034;
    color: #FFFEFF;
    text-shadow: none;
}
.logheader {
    background-color:#193658;
    width:100%;
    height:60px;

    
}
.loginband {
    background: #a3b8c3; /* Old browsers */
    background: -moz-linear-gradient(left,  #a3b8c3 0%, #f4f6f8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a3b8c3), color-stop(100%,#f4f6f8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #a3b8c3 0%,#f4f6f8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #a3b8c3 0%,#f4f6f8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #a3b8c3 0%,#f4f6f8 100%); /* IE10+ */
    background: linear-gradient(to right,  #a3b8c3 0%,#f4f6f8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3b8c3', endColorstr='#f4f6f8',GradientType=1 ); /* IE6-9 */
    font-family: 'Open Sans','Segoe UI Symbol',Helvetica;
    margin: 150px auto 0px auto;
    color:#fff;
    padding: 0;
    width:1350px;
    height:410px;
    border:1px solid #443d50;
    
}
.logbox {
     display: block;
    margin: 0 auto;
    position: relative;
    width:1290px;
}
    .logbox .divizlogo {
        width: 860px;
        position: relative;
        height:250px;
        float: left;
        margin-top:70px;
        background: url("../Images/logo-staff.png") no-repeat 20px 10px;
        margin-left:-25px;
	
    }

.line-div
{
    width:1px;
    height:255px;
    background:#333333;
    float:left;
    margin-top:60px;
}

.logbox .logscreen {
   
    position:relative;
    margin-top:95px;
    float:left;


    
}
.logerror {
    font-size: 0.7em;
    font-family: verdana;
    color: red;
    position: absolute;
    width: 400px;
    text-align:justify;
    top: 215px;
}

.footer {
    bottom:0px;
    height:100%;
    margin:0 auto;
    display:block;
    float:left;
    width:100%;
    font-family:'Lucida Sans Unicode','Lucida Grande',arial,helvetica,sans-serif;
    font-size:14px;
    color:#333;
}

.loginwrapper
{
    width: 100%;
    height: 390px;
    background:#3c8bb0;
    margin-top:150px;
    border-top:5px solid #222222;
    border-bottom:5px solid #222222;
}

.loginmain
{
    width: 1040px;
    height: 300px;
    margin: 0px auto;
    
}

.login-logo
{
    width:380px;
    height:250px;
    float:left;
    margin-top:70px;
    padding-right:115px;
    border-right:5px solid #443d50;

}

.login-table
{
    margin-top:85px;
    float:left;
    width:540px;
    height:auto;
}


.login-textbox
{
    width: 290px !important;
    height:35px;
    border: 1px solid #222222;
}

.loginrow
{
    width:540px;
    height:55px;
 
}

.login-caption
{
    width:160px;
    height:55px;
    float:left; 
    text-align:right;
    line-height:40px;
    font-size:20px;
    font-family:'Segoe UI';
    color:#333333;
}

.login-text
{
    width:360px;
    height:55px;
    float:right;
    padding-left:15px; 
}

.registration-login
{
    width:540px;
    height:55px;
 
}

.registration-login-text
{
padding:10px 25px 20px 20px;
text-align: justify;
border: 2px solid hsl(0, 0%, 20%);
margin-left: 55px;
line-height:20px;
width:555px;
}

.registration-login-text
{
    font-family:Arial;
    font-size: 14px;
    line-height: 20px;
}

 .buttonbg:hover
    {
        background:#222222;
    }

.buttonbg-benifits
    {
       border-radius:5px;
       padding:6px;
       border:none !important;
       color:#FFFFFF;
       text-decoration:none;
       width:185px;
       font-family:'Arial';
       font-size:19px;
       margin:5px 10px 10px 0px;
       cursor:pointer;
       background-image: linear-gradient(bottom, rgb(25,25,25) 10%, rgb(53,53,53) 55%);
background-image: -o-linear-gradient(bottom, rgb(25,25,25) 10%, rgb(53,53,53) 55%);
background-image: -moz-linear-gradient(bottom, rgb(25,25,25) 10%, rgb(53,53,53) 55%);
background-image: -webkit-linear-gradient(bottom, rgb(25,25,25) 10%, rgb(53,53,53) 55%);
background-image: -ms-linear-gradient(bottom, rgb(25,25,25) 10%, rgb(53,53,53) 55%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.1, rgb(25,25,25)),
	color-stop(0.55, rgb(53,53,53))
);
}

.banner-msgs 
{
    margin: 10px auto 0;
    color: red;
    float: left;
    width: 100%;
    display: block;
    padding: 0 50px 0 50px;
    box-sizing: border-box;
    text-align: justify;
    font-size: 13px;
}

select
{
    font-size:0.9em;
    color:#000000;
}
.forgot-wrapper
{
    width:550px;
    height:300px;
    margin:100px auto;
   
}
.forgot-text
{
    width:200px;
    height:30px;
    float:left;
    color:#000000;
}

.forgot-input
{
    width:300px;
    height:30px;
    float:left;
    padding-left:2px;
}

.forgot-error
{
    width:500px;
    height:30px;
    float:left;
    margin-top:25px;
    color:red;
    padding-left:120px;
}

.forgot-input input[type='text']
{
    width:80%;
}

.forgot-input input[type='submit']
{
    margin-left:0px !important;
}
