.modal-login .nav-tabs {
    margin-bottom: 15px;
}
.modal-login .sign-with {
    margin-top: 25px;
    padding: 20px;
}
.modal-login .modal-content {
	border-radius: 0;
	box-shadow: none;
}
.modal-login {
	font-size: 12px;
	margin-bottom: 15px;
}
.modal-login .form-control {
	border-radius: 0;
	box-shadow: none;
	font-size: 12px;
}
.modal-login .form-control:focus {
	border-color: #7fc6b7 !important;
}
.modal-login .qualify .form-control {
	display: inline-block;
	font-size: 12px;
	height: 24px;
	line-height: 0;
	margin-left: 15px;
	padding: 0 5px;
	width: 90px;
}
.modal-login .nav-tabs > li > a:hover {
  border-color: #7fc6b7 #7fc6b7 #7fc6b7;
}
.modal-login .nav > li > a:hover, .modal-login .nav > li > a:focus {
  background-color: #7fc6b7;
  text-decoration: none;
  color: #fff;
  outline: none;
}
.modal-login .nav-tabs > li.active > a, .modal-login .nav-tabs > li.active > a:hover, .modal-login .nav-tabs > li.active > a:focus { 
  border-color: #7fc6b7 #7fc6b7 transparent; 
}
.modal-login .nav-tabs{
  border-bottom: 1px solid #7fc6b7 !important;
}
.modal-login .qualify .checkbox > label {
  width: 60px;
}
.modal-login .btn-primary {
  background-color: #56b39f;
  border-color: #56b39f;
  color: #fff;
}
.modal-login .btn-primary:hover, .profile .btn-primary:focus  {
  background-color: #379A85; 
  border-color: #56b39f;
  outline: none;
}
@media(min-width:768px) {
	.modal-login .row-gut div{
		padding-right: 0px;
	}
	.modal-login .row-gut div:last-child{
		padding-right: 15px;
	}
}
.user-links {
	font-size: 12px;
	margin-bottom: 0 !important;
}
.user-links > li:first-child {
	border-right: 0 none;
}
.user-links > li {
	border-right: 1px solid #000;
	padding-right: 10px !important;
	color: #747474;
}
.user-links > li:last-child {
  border-right: 0 none;
}
.user-links > li > a {
	color: inherit;
	outline: none;
}
.user-links > li > a:hover {
	text-decoration: none;  
	color: #559C8D;
	outline: none;
}


.profile {
	font-size: 12px;
	margin-bottom: 15px;
}
.profile .form-control {
	border-radius: 0;
	box-shadow: none;
	font-size: 12px;
}
.profile .form-control:focus {
	border-color: #7fc6b7 !important;
}
.profile .qualify .form-control {
	display: inline-block;
	font-size: 12px;
	height: 24px;
	line-height: 0;
	margin-left: 15px;
	padding: 0 5px;
	width: 65px;
}

.profile .qualify .checkbox > label {
  width: 60px;
}
.profile .btn-primary {
  background-color: #56b39f;
  border-color: #56b39f;
  color: #fff;
}
.profile .btn-primary:hover, .profile .btn-primary:focus  {
  background-color: #379A85; 
  border-color: #56b39f;
  outline: none;
}
input::-webkit-input-placeholder { /* WebKit browsers */
  line-height: 1.5em;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  line-height: 1.5em;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  line-height: 1.5em;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
  line-height: 1.5em;
}
@media(min-width:768px) {
	.profile .row-gut div{
		padding-right: 0px;
	}
	.profile .row-gut div:last-child{
		padding-right: 15px;
	}
}