/*@media all and (min-width:1200px)*/
.middiv {
  position: absolute;
  left: 25%;
 }
.container {
	width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 10px;
}
/*@media all and (min-width:768px)*/
.col-sm-6 {
    width: 50%;
	height:40px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: '';
    box-sizing: border-box;
}
button, input, select, textarea {
    line-height: inherit;
}

.col-sm-offset-3 {
    margin-left: 15%;
}

.col-sm-8 {
    width: 66.66%;
}
body {
    margin: 0;
}


/*@media all and (min-width:768px)*/
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
/*@media all and (min-width:768px)*/
.col-sm-12 {
    width: 100%;
}

.h4, h4 {
    font-size: 18px;
}
h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
}

body {
    font-family: Arial;
	color: #000;
	line-height: 1.4285;
}
.form-start{
	border: 3px solid #000;
}

strong { font-weight: 500; }

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #000000;
    line-height: 50px;
}

h3 {
	font-family : Arial;
	font-size: 25px;
    font-weight: 600;
    color: #000000;
    line-height: 10px;
	margin-top:10px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.col-sm-12.btnset {
    margin-top: 40px;
}

.col-sm-4.or {margin-top: 20px;}

img { max-width: 100%; }

p{
	font-family : Arial;
}

.form-box {
	margin-top: 70px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.confform-top {
	overflow: hidden;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; color: #000000; }
.form-top-left p { opacity: 0.8; color: #000000; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #000000;
	line-height: 100px;
	text-align: right;
	opacity: 0.3;
}

.form-top-center{
  text-align: center;
}

.form-bottom {
	padding: 0px 25px 30px 25px;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .input-error {
	border-color: red;
}

.headBox{
	border: 2px solid #000;
	background-color: #f5f5f0;
 margin-top:20px;
 margin-bottom:10px
}
.form-group {
	margin-top:10px;
	margin-bottom:0px
}

footer p { opacity: 0.8; }


label{
	font-weight:300;
    display: inline-block;
    max-width: 100%;
	padding-top:8px;
}
.col-sm-12.emaildiv{
	padding-right:30px;
}
	

h3.forgotlogin{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	color: rgba(55,55,55,1);
	margin-bottom:20px;
}

h3.supplierfrm{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	color: rgba(55,55,55,1);
	margin-bottom:10px;
}

h3.havingtrouble{
	margin-top:25px;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: rgba(55,55,55,1);
}
h3.regsubhead{
	margin-top:25px;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	color: rgba(55,55,55,1);
}

h3.stillhave{
	margin-top:25px;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	color: rgba(55,55,55,1);
}

.Line_1 {
	overflow: visible;
	width: 250px;
	left: 0px;
	transform: matrix(1,0,0,1,0,0);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: Arial;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	color: rgba(209,209,209,1);
}

::placeholder {
  font-family: Arial;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	color: rgba(209,209,209,1);
}

::-webkit-input-placeholder { /* Edge */
    font-family: Arial;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	color: rgba(209,209,209,1);
}

:-moz-placeholder { /* Firefox 18- */
  font-family: Arial;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	color: rgba(209,209,209,1);
}
a { color:rgba(23,70,143,1);
text-decoration: none; }

.floatrite{
	float:right;
}

.optionbck { 
    /* Whatever color  you want */
    background-color: rgba(209,209,209,1);
	font-size: 12px;
}

.Icon_feather_info {
	position: absolute;
	width: 16px;
	height: 16px;
	overflow: visible;
}
.Path_1 {
	overflow: visible;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}

.Path_2 {
	overflow: visible;
	position: absolute;
	width: 1px;
	height: 7px;
	left: 8px;
	top: 6.25px;
	transform: matrix(1,0,0,1,0,0);
}
.Path_3 {
	overflow: visible;
	position: absolute;
	width: 1px;
	height: 1px;
	left: 8px;
	top: 4.8px;
	transform: matrix(1,0,0,1,0,0);
}
.helptextbox {
	position: absolute;
	left: 0px;
	top: -50px;
	overflow: visible;
	width: 230px;
	height: 50px;
	text-align: left;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: rgba(153,153,153,1);
	margin-left:150px;
	background:rgba(209,209,209,1);
}

input[type="text"]:focus, 
select:focus
{
	outline: 0;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}