
.vendor-portal {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.vendor-portal-body {
	background: #fff;
	border-top: 0;
	color: #666;
	border-radius: 3px;
}

.portal-head {
	background: #C03053;
	color: #fff;
	font-size: 18px;
	padding: 14px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: 'Play', sans-serif;
}

.vendor-content {
	padding: 20px 20px 30px;
}

.vendor-box {
	width: 412px;
	margin: 0 auto;
}

.vendor-box h2 {
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	font-family: 'Play', sans-serif;
}

.vendor-portal-body p {
	text-align: center;
	font-size: 15px;
	color: #195480;
	margin-bottom: 28px;
	display: block;
}

.vendor-portal-body h3 {
	text-align: center;
	width: 75px;
	height: 75px;
	margin: 16px auto 35px;
	background: #195480;
	border-radius: 100%;
	color: #fff;
	line-height: 77px;
	font-size: 42px;
}

.vendor-portal-body .form-group {
	margin-bottom: 28px;
}

.has-feedback {
	position: relative;
}

.form-control:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #d2d6de;
}

.btn-primary {
	background-color: #C03053;
	border-color: #C03053;
}

.link-text i {
	color: #469b02;
	margin-right: 8px;
}

.link-text {
	display: inline-block;
	color: #666;
	font-size: 15px;
	margin-top: 9px;
	float: right;
}

.btn-block {
	display: block;
    width: 100%;
	margin: 30px 0px 10px;
    padding: 8px;
}

.vendor-row {
	background: #f5f5f5;
}

.vendor-section {
	background: #fff;
	text-align: center;
	padding: 42px;
	box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	-moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	-o-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	margin: 90px auto;
}

.vendor-section i {
	font-size: 50px;
	color: #0f840a;
}

.vendor-section a {
	background: #0f840a;
	padding: 10px 25px;
	display: inline-block;
	margin-top: 21px;
	border-radius: 23px;
	color: #fff;
	font-size: 16px;
}

.vendor-section h2 {
	font-size: 16px;
	margin-bottom: 17px;
	text-transform: uppercase;
	font-weight: 600;
}

.vendor-section {
	background-image: url("../img/vendor-section.jpg");
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.alert-loginAttempt {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 20%;
	margin: 10px 10px;
}

.switch {
	position: relative;
	display: block;
	width: 53px;
	height: 31px;
	float: right;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 6px;
	bottom: 6px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #469b02;
}

input:focus+.slider {
	box-shadow: 0 0 1px #469b02;
}

input:checked+.slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

span.vendor-checkbox-lable {
	float: right;
	margin: 6px;
	font-weight: 500;
}
.vendor-content .skltbs {
	border: 0;
    margin-left: 0;
     margin-right: 0;
}
/* .vendor-content .skltbs-tab-item {
    margin: 0 0px 20px 16px;
} */
.vendor-content .skltbs-tab-item {
	display: inline-block;
    width: 24%;
	margin: 0 4px;
	float: none;
}
.vendor-content .skltbs-tab {
    border-radius: 21px;
}
.vendor-content .skltbs-tab-group {
    margin: 16px 0;
    padding: 0;
    text-align: center;
}