* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
  width: 12px;
}
::-webkit-scrollbar:horizontal {
  height: 12px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #ffffff;
}

.modal-content.account-form {
    background: #fff;
}

a.logo {
	color: #fff;
	text-decoration: none;
}

.icon-service {
	font-size: 4em;
}

.img-service {
	width: 4em;
}

.account-form .nav-link {
	text-decoration: none;
	background-color: transparent !important;
	color: #888 !important;
}

.account-form input {
    height: 44px !important;
    background: #ffffff;
    color: #000;
    border-color: #b0b0b0;
}

.account-form button {
	height: 44px;
	width: 200px;
	font-size: 18px;
	margin-bottom: 15px;
}

.account-form button:focus {
	border: none;
	outline: none;
	box-shadow: none;
}

.account-form label {
	font-size: 16px;
	color: #999;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	background: #f8f8f8 !important;
}
.modal-content.account-form .tab-content {
background: #f8f8f8;
    padding: 10px;
    border: 1px solid #dddddd;
    border-top: 0px;
}
.btn-success {
	background-color: #e4813b;
	border: 1px solid #e4813b;
	color: #fff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
	background-color: #fff !important;
	border: 1px solid #e4813b !important;
	outline: none !important;
	color: #e4813b !important;
}