
.navbar-default .navbar-nav i.fa {
	display: inline-block;
	border-radius: 60px;
	background: #51af33;
	color: white;
	padding: 0.5em 0.6em;
}


/*login page*/

.auth-page.task-choose-outer{align-items: baseline!important}
.auth-page .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background-color: #f1feff !important;
	font-weight: 900;
	font-size: 14px
}

.auth-page .auth.tab-content .row.no-margin {
	background-color: #f7f5ec;
	border: 1px solid #ddd;
}

.auth-page .auth.tab-content > .row {
	padding-bottom: 20px
}

.auth-page .auth-pane-header {
	border-bottom: 1px solid #a7a7a7;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

.bg-white {
	background: white
}

.border-r {
	border-right: 1px solid #ddd
}

.auth-page .social-net {
	padding-top: 10px
}

.auth-page .get-app {
    height: 60px;
    width: 180px;
}
.pr-none{padding-right: 0px}

.pb-20 {
	padding-bottom: 20px
}
.pt-20 {
	padding-top: 20px
}


@media only screen and (max-width: 600px){
.wizard-card {
    box-shadow: 0px 0px;
}
}