﻿.LogResCustomer {
	max-width: 320px;
	margin: auto;
	padding: 10px;
	font-size: 13px;
    color: #333333;
	background-color: #e7e7e7;
}

#customer-login-content {
    padding: 0 0 15px;
    clear: both;
	background: #ffffff;
}

#customer-login-content ul li {
	background-color:#EEE;
	float: left;
}

#customer-login-content ul li a {
	margin-top: 0;
	padding: 0 10px;
	line-height:35px;			
}

#customer-login-content .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
   color: #555;
   cursor: default;
   background-color: #fff;
   border: 1px solid #ddd;
   border-bottom-color: transparent;
   text-decoration: none;
}

#customer-login-content .regElem {
	margin: 0;
	/* padding: 5px 0 10px; */
	padding: 5px 0;
}

#customer-login-content .buttons.regElem {
	padding-top: 20px;
}

#clickLogin,
#clickRegister {
	display: block;
	font-size: 13px;
}

#passIDElem {
	color: #7a1312;
	padding: 25px 40px;
}

#pgoneSmCustomer {
	margin: 5px 0;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

#registerC,
#loginC {
	background-color: #e7e7e7;
}

input {
	background: #fff;
}

.custLogin {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}

.bottomHolder {		
	padding: 30px 0 0;
}

#pgoneSmCustomer {
	position: relative;
	overflow: hidden;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

.regNumberCustomerStyle,
.numberCustomerStyle {
	text-align: left;
	margin-bottom: 1rem;
	/* text-align: center; */
}

/* .numberCustomerStyle input {
	width: 80px;
} */

/* .regNumberCustomerStyle input {
	width: 80px;
} */

.customer-login-content .tab-content-wrapper {
	margin: 30px 0 0;
	padding: 10px;
}

.tab-content-wrapper label {
	font-weight: bold;
}

/* .tab-content-wrapper #loginC,
.tab-content-wrapper #registerC {
	padding: 5px;
} */

.customer-login-content .cus-log-input {
	height: 32px;
    margin-bottom: 1px;
	padding: 1px 15px;
    background: #f1f1f1;
    border: 1px solid #cccccc;
    /* border: 1px solid #333333; */
}

    .customer-login-content .cus-log-input:focus {
        /* border: 1px solid transparent; */
        /* outline: 1px solid transparent; */
        /* outline-offset: -2px; */
    }

.tab-content-wrapper .customer-login-btn {
	display: block;
	width: 100%;
	height: 30px;
	margin: 6% 0 10px;
	padding: 1px 1.2%;
	/* padding: 0.5rem 1rem; */
	color: #ffffff;
	background: #0a598d;
	/* border: 1px solid #333333; */
	border: none;
	border-radius: 0;
	font-size: 10pt;
    line-height: 18pt;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

	.tab-content-wrapper .customer-login-btn.register {
		margin-top: 0;
	}

	.tab-content-wrapper .customer-login-btn:hover {
		color: #000000;
		/* background: #e8e8e8; */
	}

@media (min-width:768px) {
	.LogResCustomer {
		max-width: 455px;
	}

	.tbCon {
		max-width: 455px;
	}

	/* .regNumberCustomerStyle > input {
		width: 65px;
	} */
}

.customer-login-content .cl-password-require-wrapper {
	padding-top: 0.5rem;
}

.cl-password-require-wrapper .alert {
	max-width: 300px;
	padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  border-radius: 0;
}
