@import url('all.css');
@import url('font-family.css');

body {
	font-family: 'Roboto-Regular';
	color: #2B2B2D;
	line-height: 1.8;
	font-size: 16px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	display: flex;
	flex-direction: column;
}

body,
html {
	width: 100%;
	height: 100%;
}

.main_wrapper {
	flex: 1 0 auto;
}
ul {
    color: #28a745;
}

input,
select,
textarea {
	font-family: 'Roboto-Regular';
	color: #767676;
}

a {
	text-decoration: none;
}

a:focus,
a:active,
a:hover {
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	color: #3DAF53;
}

h1,
h2,
h3,
h4,
h5,
.navbar-brand {
	font-family: 'Nunito Sans';
}

.navbar-brand {
	font-size: 24px;
	color: #28a745;
	text-transform: uppercase;
}

ul.navbar-nav li a {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Nunito Sans';
}

.help-block {
	color: red;
}

header {
	box-shadow: inset 0 -1px 0 #e8e8e8;
}

/*---------------
    logo
---------------*/
.logo {
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	z-index: 100;
	padding-left: 20px;
}

.logo a {
	font-size: 22px;
	color: #fff;
	margin: 0;
	text-decoration: none;
	display: inline-block;
	float: none;
}

.logo a .brand-name {
	float: right;
}

.logo a i,
.logo a img {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
}

.navbar-brand>img {
	display: inline;
}

.login-wrapper {
	display: flex;
	align-items: center;
	align-content: center;
	height: 100%;
	padding: 60px 0px;
	background: #daecff;
	position: relative;
}


.reset-password {
	padding: 10px;
}

.login-design {
	background: #fff none repeat scroll 0 0;
	padding: 26px 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
}

.login-box {
	color: #555;
	margin: 40px auto 0;
}

a {
	color: #28a745;
}

.signup-wrapper {
	padding: 80px 0px;
}

.footer-bottom a:hover {
	text-decoration: underline;
}

.forgot.float-end:hover {
	color: #007bff;
}


.login-wrapper .card,
.signup-outer {
	max-width: 600px;
	margin: auto;
	border-radius: 24px;
	border: 1px solid #28A745;
	background: #28a745;
	backdrop-filter: blur(6.800000190734863px);
}



.field-loginform-password span {
	position: absolute;
	top: 18px;
	right: 32px;
}

.login-outer h3 {
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.login-form .form-control {
	height: 52px;
	border-radius: 16px;
	background-color: #fff !important;
}

.login-form .form-control:focus {
	border-color: transparent;
	outline: 0;
	box-shadow: unset;
}

.login-form .form-control:-internal-autofill-selected {
	background-color: #fff !important;
}

.checkbox.remember {
	color: #fff;
}

.checkbox input[type="checkbox"] {
	accent-color: #fff;
}

.theme-btn {
	background-color: #fdd920;
	height: 46px;
	border-radius: 24px;
}
.theme-btn:hover {
    background-color: #FFC107;
}
.checkbox .custom-control-label::before,
.checkbox .custom-control-label::after {
	width: 22px;
	height: 22px;
}

.checkbox .custom-control-input:checked~.custom-control-label::before {
	border-color: #fdd920;
	background-color: #fdd920;
}

.checkbox .custom-control-label {
	padding-left: 12px;
}

.field-loginform-password {
	position: relative;
}

.forgot-link {
	color: #fdd920;
}

.forgot-link:hover {
	color: #fdd920;
	text-decoration: underline;
}

.bg-body-tertiary {
	background: #daecff;
}

a.btn.header-btn {
	background: #28a745;
	border: 1px solid #28a745;
	color: #fff;
	transition: all ease .25s;
	height: 48px;
    line-height: 48px;
    padding: 0 25px;
}

a.btn.header-btn:hover {
	background: transparent;
	color: #28a745;
}

.btn-block {
	display: block;
	width: 100%;
}
/*---------------------
    footer content
-----------------------*/
footer {
	background: #fff;
	color: #000;
	display: inline-block;
	font-size: 15px;
	padding: 0 20px;
	width: 100%;
	border-top: 1px solid #e8e8e8;
}

.footer-bottom a {
	color: #28a745;
	font-weight: 600;
}

h2.form-heading {
	margin: 0;
	padding: 30px 15px;
	text-align: center;
	background: #222224;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}

footer .footer-bottom {
	padding: 15px 0;
}

.footer-right-link li {
	margin: 0 20px;
}
.footer-right-link li a:hover{
	color:#000;
}