.section-bg {
	width: 100%;
	position: relative;
	padding: 120px 0 0;
	font-family: var(--font-primary);
}

.section-bg {
	width: 100%;
	position: relative;
	padding: 120px 0 0;
}

.section-bg .section-header h3 {
	color: var(--color-white);
	font-size: 33px;
}

.section-bg  p {
	color: var(--color-white);
}

.section-bg {
	color: var(--color-white);
}

.section-bg .panel {
	background: var(--color-default);
	border-radius: 20px;
	max-width: 100%;
	margin: 0 auto;
}

.section-bg .panel .panel-body {
	padding: 40px;
}

.sample, td, th {
	border: 1px solid #393940;
	padding: 5px 10px;
}

.sample {
	border-collapse: collapse;
	margin: 20px 0;
}

.section-bg .panel .panel-body ol {
}

.section-bg .panel .panel-body ol li {
	margin-bottom: 15px;
	padding-left: 10px;
}

.section-bg .panel .panel-body ol li ol {
	margin: 10px 0 8px;
}

.section-bg .panel .panel-body ol li ol li:last-child {
	margin-bottom: 0;
}

.section-bg .panel .panel-body ol li ol li {
	margin-bottom: 8px;
}

.section-bg .panel .panel-body ul {
	margin-top: 10px;
}

.section-bg .panel .panel-body ul li {
	margin-bottom: 8px;
	padding-left: 0;
	list-style: disc;
}

.section-bg .panel .panel-body h3 {
	text-transform: uppercase;
	margin: 20px 0 10px;
	font-size: 22px;
}

.section-bg .panel .panel-body h4 {
	text-transform: uppercase;
	margin: 20px 0 10px;
	font-size: 18px;
}

.section-bg .panel .panel-body a {
	color: var(--color-orange);
}

#forgot_password .panel .panel-body h3{
	margin: 0 0 20px 0;font-size: 18px;
}

#forgot_password .panel .panel-body{
	padding-bottom: 20px;
}

#forgot_password .form-control {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    background-color: #151515;
    background-clip: padding-box;
    border: 1px solid #151515;
    border-radius:0 0.375rem 0.375rem 0;
    height: 42px;
}
.login #forgot_password .form-control {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    background-color: #151515;
    background-clip: padding-box;
    border: 1px solid #151515;
    border-radius:0.375rem;
    height: 42px;
}
#forgot_password span.input-group-addon {
    background: #151515;
    border-radius: 0.375rem 0 0 0.375rem;
    display: flex;
    align-items: center;
    padding: 0 14px;
}

.btn-get-started{border:0;}

.section-bg .panel .panel-footer {
	padding:0 40px 30px;
}
.section-bg .panel .panel-footer h4{
	text-transform: uppercase;font-size: 18px;
}

.section-bg .panel .panel-footer a{
	color: var(--color-orange);
}

.toast:not(.show) {
	display: block;
}

.toast-cell {
	position: fixed;
	right: 0;
	top: 0;
    z-index:999999;
}

.add-margin {
	margin-top: 10px;
	margin-right: 10px;
}

.toast-svg {
	fill: #fff;
}

.toast {
	text-align: left;
	padding: 21px 0;
	background-color: #fff;
	border-radius: 4px;
	max-width: 500px;
	top: 0px;
	position: relative;
	box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
}

.toast:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.toast-icon {
	position: absolute;
	top: 50%;
	left: 22px;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	padding: 7px;
	border-radius: 50%;
	display: inline-block;
}

.toast-type {
	color: #3e3e3e;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 8px;
}

.toast-message {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	color: #878787;
}

.toast-content {
	padding-left: 70px;
	padding-right: 60px;
}

.toast-close {
	position: absolute;
	right: 22px;
	top: 50%;
	width: 14px;
	cursor: pointer;
	height: 14px;
	fill: #878787;
	transform: translateY(-50%);
}

.toast-green .toast-icon {
	background-color: #2BDE3F;
}

.toast-green:before {
	background-color: #2BDE3F;
}

.toast-red .toast-icon {
	background-color: #f10000;
	fill: #fff;
}

.toast-red:before {
	background-color: #f10000;
}

.toast-yellow .toast-icon {
	background-color: #FFC007;
}

.toast-yellow:before {
	background-color: #FFC007;
}

.msg-error {
	color: #f95454;
	font-size: 14px;
}

.msg-success {
	color: #61f954;
	font-size: 15px;
}

.contentscroll{
    overflow: auto;
    position: relative;
    padding: 0;
    width: 100%;
    max-height: 146px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contentscroll.formbox{
    max-height: calc(100vh - 180px);
    height: calc(100vh - 180px);
}

span#password_modify_alrt {font-size: 14px;}
#username_error {font-size: 14px;}


@media (max-width: 600px) {
.section-bg .panel .panel-body {padding:0;}
.section-bg .panel .panel-body ol {padding-left:30px;}
.section-bg {padding: 50px 0 50px 0;margin: 69px 0 0;background: var(--color-default);}  
.section-bg .panel .panel-footer {padding: 0;}
}


@media (min-width: 1500px) {
.contentscroll.formbox{max-height: calc(100vh - 180px);height: calc(100vh - 180px);}
}
