/* 
    Document   : login
    Created on : 29 Aug, 2013, 4:11:02 PM
    Author     : kunal.jog
    Description:
        Purpose of the stylesheet follows.
*/

.login-box{
    width: 390px; 
    display: block;
    margin: 30px auto 0 auto;
    background: #f9f9f9;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login-box h1 {
    margin-bottom: .4em;
    color: #0079ac;
    font-size: 32px;
}

.login-content{
    padding: 16px 28px 23px;
}

.form-horizontal .controls {
    margin-left: 0px;
}

.btn-primary {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0079AC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00A0E4), to(#0079AC));
    background-image: -webkit-linear-gradient(top, #00A0E4, #0079AC);
    background-image: -moz-linear-gradient(top, #00A0E4, #0079AC);
    background-image: -ms-linear-gradient(top, #00A0E4, #0079AC);
    background-image: -o-linear-gradient(top, #00A0E4, #0079AC);
    background-image: linear-gradient(top, #00A0E4, #0079AC);
    background-repeat: repeat-x;
    border-color: #00A0E4 #00A0E4 #0079AC;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: white;
    background-color: #3071a9;
}
.login-landing-page
{
	background:url('/images/sign-updated.jpg');
	background-repeat: no-repeat; 
	width:100%;
	height:645px;
}
/*#recaptcha_widget_div{
	padding-left:44px !important;
}*/
input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
    display: inline-block;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #808080;
    border: 1px solid #ccc;
	height:32px;
}
#recaptcha_response_field
{
	height: 21px;
}
.add-on{
	height:32px  !important;
}
