@charset "utf-8";
/************** Real Soft Land Manager Template Default Style Sheet **************/
/*Author: Sampath Kumar, Version: 1.0 */


/*** Fonts ***/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
    background: url("../images/ps_neutral_@2X.png") repeat scroll 0% 0% rgb(245, 245, 245);
}

/* Login Screen */
.bg-image{min-height: 100%;	min-width: 1024px;width: 100%;height: auto;	position: fixed;top: 0;	left: 0;}



.row-fluid .page-wrap.span4{position: relative; margin: 50px auto !important;background:#fff;padding:20px;border-radius:10px;-webkit-border-radius:10px;float:none;}

.login-container{background:white;padding:10px;border-radius:10px;-webkit-border-radius:10px;}

.login-container h2{font-family:'BebasNeueRegular',Impact,sans-serif; font-weight:600; font-size:30px;border-bottom:1px solid #eaeaea;}

.login-field{margin:10px auto 0;}

.form-horizontal{margin:0 10px;}

.form-horizontal .control-label{display:none;}

.form-horizontal .controls{margin-left:0px;}

.form-horizontal .control-group{margin-bottom:10px;}

.remember{font-size:12px;line-height:30px;}
 
input[type="text"].input-xlarge.span12,input[type="password"].input-xlarge.span12{height: 48px;box-shadow: inset 0 2px 2px #d8d8d8;disaply:block;margin:0 auto;}

.fpwd{font-size:12px;margin-bottom:15px; border-bottom:1px solid #e7e7e7;padding-bottom:15px;}

.checkbox.span6 span{font-size:11px;}

.btn-submit.btn{text-shadow: none; color:#fff; border:1px solid #99d274; padding: 6px 18px;border-radius:0; background: rgb(153,210,116); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(153,210,116,1) 0%, rgba(99,191,57,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,210,116,1)), color-stop(100%,rgba(99,191,57,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(153,210,116,1) 0%,rgba(99,191,57,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(153,210,116,1) 0%,rgba(99,191,57,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(153,210,116,1) 0%,rgba(99,191,57,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(153,210,116,1) 0%,rgba(99,191,57,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d274', endColorstr='#63bf39',GradientType=0 ); /* IE6-9 */
}

.btn-submit.btn:active, .btn-submit.btn:hover,.btn-submit.diabled:hover,.btn-submit.btn[disabled]{color:#fff;background:#63bf39;}

.btn-submit:active{position:relative;top:1px;}

.alert-error{display:block;}

@media screen and (max-width: 1024px) { /* Specific to this particular image */	.bg-image {left: 50%;margin-left: -512px;}}
