
            img.logo-light {
            width: 100% !important;
            max-height: 150px;
            }
            body {
            background: #1c1f33;
            position: relative;
            /*overflow: hidden;*/
            font-family:"Poppins", sans-serif;
			overflow-x: hidden;
            }
            .mt60 {
            margin-top: 60px;
            }
            .sign-login a {
            color: #005984;
            text-decoration: underline;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            font-size: 14px;
            }
            .sign-input input {
            width: 100%;
            padding: 16px;
            outline: none;
            border-radius: 9px;
            box-shadow: 0px 18px 10px rgba(0, 0, 0, 0.02);
            background: rgb(3, 90, 82);
            border: 1px solid rgba(132, 253, 219, 0.94);
            font-weight: 400;
            font-size: 15px;
            color: #efefef;
            }
            .sign-input {
            display: block;
            width: 100%;
            margin-bottom: 7px;
            position: relative;
            }
            .footer {
            display: none;
            }
            .dark .header {
            }
            .sign {
            padding: 30px;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: flex-start;
            -moz-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            max-width: 620px;
            margin: auto;
            width: 100%;
            background-color: rgb(7, 207, 188);
            border-radius: 16px;
			margin-top:50px;
            }
            .sign form {
            width: 100%;
            }
            .sign-title {
            font-weight: 600;
  font-size: 20px;
  color: #044d21;
  margin-bottom: 25px;
  text-align: center;
            }
            /*@media (max-width: 575px) {
            .sign-title {
            font-size: 20px;
            }
            }*/
            .sign-text {
            margin-bottom: 25px;
            font-weight: 400;
            font-size: 14px;
            color: #000;
            line-height: 1.3;
            text-align: center;
            }
            .sign-input img {
            position: absolute;
            top: 50%;
            right: 15px;
            -webkit-transform: translate(50%, -50%);
            -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
            margin-top: 5px;
            /*width: 34px;*/
            }
            .sign-input ::-webkit-input-placeholder {
            color: #B0BBD1;
            }
            .sign-input :-moz-placeholder {
            color: #B0BBD1;
            }
            .sign-input ::-moz-placeholder {
            color: #B0BBD1;
            }
            .sign-input :-ms-input-placeholder {
            color: #B0BBD1;
            }
            .sign-input ::placeholder {
            color: #B0BBD1;
            }
            .sign-input__eye {
            position: absolute;
            -webkit-transform: translate(50%, -50%);
            -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
            top: 50%;
            right: 80px;
            width: 28px;
            height: 28px;
            cursor: pointer;
            }
            .sign-input__eye:after {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -moz-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
            width: 100%;
            height: 2px;
            background-color: #B0BBD1;
            border-radius: 50%;
            content: '';
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            opacity: 1;
            }
            .sign-input__eye svg {
            width: 100%;
            height: 100%;
            fill: #B0BBD1;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            }
            .sign-input__eye.active:after {
            opacity: 0;
            }
            .sign-input_icon input {
            padding-right: 100px;
            }
            .sign-check {
            display: block;
            margin-top: 20px;
            margin-bottom: 20px;
            }
            .sign-check input {
            display: none;
            }
            .sign-check input:checked + span:before {
            opacity: 1;
            }
            .sign-check span {
            font-weight: 400;
            font-size: 10px;
            color: #000;
            line-height: 1.3;
            position: relative;
            display: block;
            padding-left: 20px;
            cursor: pointer;
            padding-top: 2px;
            }
            .sign-check span:hover:after {
            border-color: #b18500;
            }
            .sign-check span:after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            content: '';
            border: 1px solid #F2F2F2;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            }
            .sign-check span:before {
            background-color: #175b8a;
            left: 8px;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            content: '';
            position: absolute;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            opacity: 0;
            z-index: 2;
            }
            .sign-check span a {
            color: #175b8a;
            }
            .sign-check span a:hover {
            color: #175b8a;
            }
            .sign-btn {
            padding: 16px 40px;
            display: -webkit-inline-flex;
            display: -moz-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-flex-direction: row;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            background-color: #108644;
            border: none;
            cursor: pointer;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            margin-bottom: 20px;
            font-weight: 600;
            font-size: 15px;
            color: #fff;
            box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.08);
            border-radius: 9px;
            min-width: 198px;
            }
            .sign-btn:last-child {
            margin-bottom: 0;
            }
            .sign-btn:hover {
            background-color: #175b8a;
            }
            .sign-login {
            text-align: center;
            font-weight: 400;
            font-size: 12px;
            color: #000;
            margin-bottom: 20px;
            }
            .sign-login:last-child {
            margin-bottom: 0;
            }
            .sign-login a {
            color: #175b8a;
            text-decoration: underline;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            }
            .sign-login a:hover {
            color: #175b8a;
            }
            .sign-link {
            margin: 20px 0;
            display: inline-block;
            font-weight: 400;
            font-size: 12px;
            color: #000;
            text-decoration: none;
            }
            .sign-link:hover {
            text-decoration: underline;
            }
            a:hover {
            color: #595656;
            }

            [data-layout=horizontal] {
            display: inherit;
            pointer-events: auto !important;
            }
            div#layout-wrapper {
            pointer-events: auto !important;
            }
            #overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: auto !important;
            }
            select {
    word-wrap: normal;
    width: 100%;
    padding: 16px;
    outline: none;
    border-radius: 9px;
    box-shadow: 0px 18px 10px rgba(0, 0, 0, 0.02);
    background: rgb(255 255 255 / 0%);
    border: 1px solid rgb(163 163 163);
    font-weight: 400;
    font-size: 15px;
    color: #000;
}

.text-dark{
font-weight: 600 !important;
}