
.loader-wrapper {
    position: fixed;
    z-index: 9999999999;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader{
  position:relative;
  background-color: purple;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: conic-gradient(#7636e3, #5e1dcc, #4a0eb0, #35048a);
  animation: spin 1.4s linear infinite;
  box-shadow:  0px 0px 0px -75px #000;
  border: 4px solid #000;
}
.loader::before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #000;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital, opsz, wght@0, 6..12, 200..1000;
    1, 6..12, 200..1000&display=swap";
    @import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital, opsz, wght@0, 6..12, 200..1000;
    1, 6..12, 200..1000&display=swap";
    html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%}

body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1em;
}
a {
    background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1em;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.bg-primarySub {
    background-color: #656464;
}
.bg-primary {
    background-color: #0011fa !important;
}
.bg-secondary {
    background-color: #d5f90b !important;
}
.bg-tertiary {
    background-color: #feeada !important;
}
.bg-fourth {
    background-color: #feeada !important;
}
.bg-gray {
    background-color: #333 !important;
}
.bg-product {
    background-color: #fdd0b6 !important;
}
.text-success {
    color: #0011fa !important;
}
.border-success {
    border-color: #0011fa !important;
}
.text-white {
    color: #fff;
}
.clink {
    color: #0011fa;
    text-decoration: underline;
}
.text-op {
    opacity: .6;
}
.theme-form label {
    font-weight: bold;
}
.theme-form .form-group {
    margin: 0 0 15px;
}
.btn {
    padding: 10px 20px;
    font-weight: bold;
}
.btn-primary {
    background-color: #0011fa;
}
.bg-full {
    background-size: cover;
    background-position: center center;
}
html {
    font-size: 15px;
}
body {
    font-size: 1rem;
    line-height: 1.5;
}
p {
    margin: 0 0 25px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito Sans", sans-serif;
    margin: 0 0 25px;
    font-weight: bold;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.714rem;
	    font-family: "Nunito Sans", sans-serif;
}
h3 {
    font-size: 1.4rem;
}
h4 {
    font-size: 1.1rem;
}
h5 {
    font-size: 1rem;
}
h6 {
    font-size: .9rem;
}
a {
    color: #000;
    text-decoration: none;
}
p, ul, ol {
    margin: 0 0 35px;
}
.big-text {
    font-size: 1.25rem;
}
.big-text--bold {
    font-weight: 600;
}
img {
    max-width: 100%}
body {
    font-family: "Nunito Sans", sans-serif;
}
.container:not(.container-fluid) {
    max-width: 1100px;
}
input, select {
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 0 10px;
}
.button, button, input[type=submit] {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    display: block;
    width: 100%}

.login-main {
    height: 100vh;
    background-color: #000;
}
.login-holder {
    padding: 0 20px;
}
.login-logo img {
    max-width: 290px;
}
@media only screen and (max-width: 991px) {
    .login-logo img {
    max-width: 240px;
}
}.login-form {
max-width: 380px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 37px rgba(8, 21, 66, .0509803922);
    margin: 0 auto;
    background-color: #fff;
}
@media only screen and (max-width: 991px) {
    .login-form {
    padding: 25px;
}
}