@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Oleo+Script:400,700);

.container {
margin: 0 auto;
text-align: -moz-center;
width: 1170px;
}

.clearfix {
zoom: 1;
}

.clearfix:before, .clearfix:after {
content: "";
display: table;
line-height: 0;
}

.clearfix:after {
clear: both;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, blockquote {
display: block;
}

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0 none;
padding: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
cursor: pointer;
}

select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
cursor: pointer;
}

.center {
text-align: center;
}

img {
border: none;
}

:-moz-placeholder {
color: #6D6D6D;
}

*::-moz-placeholder {
color: #6D6D6D;
}

body {
color: #6D6D6D;
font-family: 'PT Sans', Helvetica, Arial, sans-serif;
font-size: 10pt;
margin: 0;
padding: 0;
background:url(../images/home-bg.jpg);
}

h1, h2, h3, h4, h5, h6 {
color: inherit;
font-weight: 400;
margin: 0;
position: relative;
text-rendering: optimizelegibility;
}

h1 {
font-size: 24pt;
line-height: 26pt;
margin-bottom: 20px;
}

h2 {
font-size: 20pt;
line-height: 22pt;
margin-bottom: 20px;
}

h3 {
font-size: 18pt;
line-height: 20pt;
margin-bottom: 16px;
}

h4 {
font-size: 16pt;
line-height: 18pt;
margin-bottom: 16pt;
}

h5 {
font-size: 14pt;
line-height: 16pt;
margin-bottom: 10px;
}

h6 {
font-size: 12pt;
line-height: 14pt;
margin-bottom: 10px;
}

::selection {
background: #e74c3c;
color: #FFF;
}

p {
line-height: 16pt;
margin: 10px 0;
}

a {
text-decoration: none;
color: #0089FA;
outline: medium none;
}

a, input, select {
outline: medium none;
}

a:active, a:focus {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

ul {
margin: 0;
padding: 0;
}

li {
font-weight: 400;
list-style: none outside none;
}
/*------------------------------Core style ends--------------*/
.user_wrap {
margin-top:40px;
}
.left_section {
float:left;
width:40%;
}
.brand a {
display:inline-block;
}
.right_section {
width:60%;
}
.registration_box {
padding: 20px 50px 40px 50px;
background: #f8f8f8;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
text-align: center;
}
.heading_form {
margin-bottom: 25px;
padding-bottom: 15px;
border-bottom: 2px dotted #bbb;
font-size: 30px;
font-weight: 400;
text-align: center;
}
.inner_logo {
    /*display:none;*/
      text-align: center;
    margin-bottom: 15px;
}
.Company_name {
color: #eb4141;
}
.form_group label {
text-align: right;
font-size: 15px;
width: 140px;
float: left;
padding: 6px 12px;
font-weight: 700;
color: #363030;
}
.form_group {
margin-bottom: 10px;
}
.form_group .inputsm {
float: left;
width: 70%;
}
.form_group .inputsm .inputTypeTxt {
float: left;
display: block;
width: 94%;
padding: 4px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #363030;
vertical-align: top;
background-color: #fcfcfc;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_group .inputsm .selectType {
width: 100%;
}
.form_group .inputsm textarea.inputTypeTxt {
float: left;
display: block;
width: 94%;
height: 80px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #363030;
vertical-align: middle;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
resize: none;
overflow: hidden;
font-family: 'Lato', sans-serif;
}
.form_group .inputsm .inputbtnTxt {
cursor: pointer;
width: 60%;
height: 42px;
margin-top: 25px;
padding: 0;
background: #eb4141;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 0;
-moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
-webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
font-family: 'PT Sans', Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 400;
color: #fff;
text-shadow: 0 1px 2px rgba(0,0,0,.1);
-o-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
-ms-transition: all .2s;
}
/*-----------------------------Login---------------------------------*/
.login_box .form_group .inputsm .inputbtnTxt {
cursor: pointer;
display: inline-block;
padding: 7px 15px;
background: #eb4141;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 0;
-moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
-webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
font-family: 'PT Sans', Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 400;
color: #fff;
text-shadow: 0 1px 2px rgba(0,0,0,.1);
-o-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
-ms-transition: all .2s;
width:auto;
height: auto;
margin-top: 0px;
}
.login_box .form_group .loginBtnWrap {
    width:auto;
    text-align:left;
}
.login_box .form_group .loginBtnWrap .loginbtn {
    margin-right:10px;
    background-color: #38b44a;
border-color: #38b44a;
background-repeat: repeat-x;
border-color: #3e8f3e;
background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
}
.forgotMsg {
    display:inline-block;
    font-size:14px;
    color:#363030;
    font-weight:700;
}
.login_box .form_group .inputTxt {
display: inline-block;
font-size: 14px;
text-decoration: underline;
color: #0089FA;
font-weight: 700;
margin-left: 10px;
}
.loginWraper .right_section {
/*float: right;*/
width: 100%;
}
.loginWraper .left_section {
float: left;
width: 0%;
}
.login_box {
padding: 20px;
background: #f8f8f8;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
text-align: center;
width: 400px;
margin: 80px auto;
}
.login_box .form_group label {
width: 83px;
}