.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}



pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.form-control {
  width: 100%;
  resize: none;
  height: 40px;
  padding: 15px 12px;
  font-size: 15px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background-color: #fff;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.btn {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 100px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none !important;
  outline: none !important;
}

.btn-medium {
  padding: 8px;
}

.w-100 {
  width: 100% !important;
}

.text-center {
  text-align: center !important;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary,
.btn-primary:focus {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 113, 220);
  border-color: rgb(0, 113, 220);
}

.btn-primary:hover,
.btn-primary:focus:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 90, 176);
  border-color: rgb(0, 90, 176);
}

/*
.btn-success,
.btn-success:focus {
  color: rgb(255, 255, 255);
  background-color: #2dcc70;
  border-color: #2dcc70;
}

.btn-success:hover,
.btn-success:focus:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(86, 152, 37);
  border-color: rgb(86, 152, 37);
}


.btn-success-hover,
.btn-success-hover:focus {
  color: #363636;
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.btn-success-hover:hover,
.btn-success-hover:focus:hover {
  color: rgb(255, 255, 255);
  background-color: #2dcc70;
  border-color: #2dcc70;
}
*/

.btn-default-outline,
.btn-default-outline:focus {
  color: #363636;
  background-color: transparent;
  border-color: rgb(199, 199, 199);
}

.btn-default-outline:hover,
.btn-default-outline:focus:hover {
  color: #363636;
  background-color: transparent;
  border-color: #363636;
}

.btn-medium {
  padding: 8px;
}

.btn-radius-eight {
  border-radius: 8px !important;
}



.container-fluid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

a {
  outline: none !important;
}

a img {
  outline: none !important;
}

img {
  border: 0 !important;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-append {
  margin-left: -1px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.login_register_page {
  padding: 80px 0px;
}

.login_register_box {
  max-width: 750px;
  margin: auto;
}

.login_register_page .row {
  margin: 0px -15px;
}

.login_register_page .col-sm-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0px 15px;
}

.login_register_page .col-sm-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0px 15px;
}

.login_register_page .white-box {
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
}

.login_register_page .white-box .main-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  color: #363636;
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(237, 237, 237);
  font-family: "Grandstander", sans-serif;
}

.facebook_google_row {
  padding: 24px 0px;
}

.facebook_google_row a.facebook-btn,
.facebook_google_row a.facebook-btn:focus {
  border: 1px solid rgba(0, 113, 220, 1);
  background-color: rgba(0, 113, 220, 1);
  border-radius: 100px;
  color: rgb(255, 255, 255);
  width: 100%;
  padding: 8px 8px 9px 8px;
  text-decoration: none !important;
}

.facebook_google_row a.facebook-btn:hover,
.facebook_google_row a.facebook-btn:focus:hover {
  border: 1px solid rgba(0, 90, 176, 1);
  background-color: rgba(0, 90, 176, 1);
}

.facebook_google_row a.facebook-btn img {
  position: relative;
  top: 1px;
  margin-right: 5px;
  margin-left: -5px;
}


.facebook_google_row a.google-btn,
.facebook_google_row a.google-btn:focus {
  border: 1px solid rgba(232, 104, 37, 1);
  background-color: rgba(232, 104, 37, 1);
  border-radius: 100px;
  color: rgb(255, 255, 255);
  width: 100%;
  padding: 8px 8px 9px 8px;
  text-decoration: none !important;
}

.facebook_google_row a.google-btn:hover,
.facebook_google_row a.google-btn:focus:hover {
  border: 1px solid rgba(220, 96, 22, 1);
  background-color: rgba(220, 96, 22, 1);
}

.facebook_google_row a.google-btn img {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.additional-login-opt-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgb(101, 101, 101);
  overflow: hidden;
  text-align: center;
}

.line-heading:after,
.line-heading:before {
  background-color: rgb(228, 228, 228);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.line-heading:before {
  right: 10px;
  margin-left: -50%;
}

.line-heading:after {
  left: 10px;
  margin-right: -50%;
}

.theme-form {
  padding-top: 30px;
}

.theme-form .form-group {
  margin-bottom: 20px;
}

.theme-form .form-control-label {
  margin: 0px 0px 8px 0px;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.theme-form .form-control-label sup {
  color: #363636;
  top: 0em;
  font-size: 14px;
}

.theme-form .form-control {
  width: 100%;
  resize: none;
  height: 40px;
  padding: 6px 12px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background-color: #fff;
  outline: none !important;
  box-shadow: none !important;
}

.theme-form .form-control:focus {
  border: 1px solid #363636;
}

.theme-form .form-control.error-field {
  border: 1px solid rgb(222, 28, 34) !important;
}

.theme-form .form-group .error {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgb(222, 28, 34);
  margin-top: 5px;
}

.theme-form .btn-success {
  width: 100%;
  padding: 8px 8px 9px 8px;
}

.theme-form .btn-success i {
  font-size: 11px;
  margin-left: 5px;
}

.theme-form .forgot-password a {
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #1ec29d;
  display: inline-block;
}



p.register-text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #363636;
  margin-bottom: 0px;
}


.checkbox {
  position: relative;
  width: fit-content;
}

.checkbox input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 100%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.checkbox input.error-field+label:before {
  border: 1px solid rgb(222, 28, 34) !important;
}

.checkbox label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #363636;
  position: relative;
  padding: 2px 0px 0px 30px;
  margin: 0px;
  cursor: pointer;
  text-align: left;
}

.checkbox label:before {
  content: "";
  background-color: rgb(255, 255, 255);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 0px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.checkbox input:checked+label:before {
  background-color: #f0a83e;
  border-color: #f0a83e;
}

.checkbox input:checked+label:after {
  content: "\e902";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 13px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: 'Pantera' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 2px;
  line-height: 20px;
}

.checkbox label b,
.checkbox label strong {
  font-style: normal;
  font-weight: bold;
}



.checkbox label span,
.checkbox label a {
  text-decoration: underline !important;
  color: #1ec29d !important;
}



.checkbox-outer .checkbox:not(:first-child) {
  margin-top: 15px;
}

.login_register_page .form-footer {
  padding: 24px 0px;
  border-top: 1px solid rgb(228, 228, 228);
}

.theme-form .form-footer .btn-success {
  width: initial;
  min-width: 130px;
}

.theme-form .form-footer a.cancel-btn,
.theme-form .form-footer a.cancel-btn:focus {
  border-radius: 100px;
  min-width: 110px;
  padding: 8px 8px 9px 8px;
  margin-right: 16px;
  width: initial;
  text-transform: initial;
  min-height: 50px;
}

.theme-form .form-footer a.btn.cancel-btn:hover,
.theme-form .form-footer a.btn.cancel-btn:focus:hover {
  border-color: #f0a83e;
  background-color: #f0a83e;
  color: #fff;
}

.login-section {
  padding: 24px 0px 0px 0px;
  border-top: 1px solid rgb(228, 228, 228);
}

.login-section .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: rgb(101, 101, 101);
}

.login-section a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #1ec29d;
}

.login_register_page .white-box .main-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #363636;
  margin: 20px auto 0px auto;
  max-width: 500px;
}

.forgot-password-form.theme-form {
  max-width: 400px;
  margin: auto;
}

.go__to__login__page a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #1ec29d;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none !important;
}

.go__to__login__page a:hover span {
  text-decoration: underline;
}

.go__to__login__page a i {
  font-size: 11px;
  margin-right: 5px;
}

.reset-success .icon {
  font-size: 50px;
  color: #1ec29d;
  margin: 0px 0px 5px 0px;
}

.reset-success p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #363636;
  margin: 0px auto 10px auto;
  max-width: 500px;
}

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

.btn-show-hide-password {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  padding: 13px 0px;
}

.password-field-group .form-control {
  padding-right: 40px;
}

@media (min-width: 651px) {
  .white-box.white-box-success {
    padding: 44px 0px 60px 0px;
  }
}

@media (max-width: 650px) {
  .login_register_page {
    padding: 30px 0px;
  }

  .login_register_page .col-sm-6.col-sm-6-100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 12px;
  }

  .login_register_page .col-sm-6.col-sm-6-100+.col-sm-6-100 {
    margin-top: 30px;
  }

  .register-form.theme-form .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .login_register_page .form-footer {
    display: block !important;
  }

  .theme-form .form-footer a.cancel-btn,
  .theme-form .form-footer a.cancel-btn:focus {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .theme-form .form-footer a.btn,
  .theme-form .form-footer .btn-success {
    width: 100% !important;
    min-width: initial;
  }
}

.login_register_box .theme-alert {
  margin: 0px 0px 20px 0px !important;
}

.login_register_box .theme-alert .close-theme-alert {
  padding-top: 2px !important;
}

.login_register_box .theme-alert .alert-content i.icon-cancel {
  font-size: 12px !important;
}

.login_register_box .theme-alert .alert-content i.icon-info {
  margin-top: 1px !important;
}

.login_register_box .loginForm .theme-alert {
  margin: 20px 0px 0px 0px !important;
}

.login_register_box .loginForm .theme-alert .alert-content i {
  margin-top: 3px !important;
}

body {
  background-color: #f3f3f3;
}

.theme-form .outline-btn {
  width: 100%;
  min-height: 50px;
  font-size: 16px;
}

.theme-form .outline-btn i {
  font-size: 12px;
  margin-left: 8px;
}

.site-breadcrumb {
  margin: 20px 0px 0px 0px;
}

.site-breadcrumb ul li a {
  text-decoration: none !important;
}

html {
  height: 100%;
}

body {
  height: calc(100% - 100px);
}

body main {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  height: 100%;
}

body #wrapper+.js-footer {
  margin-top: auto;
}

@media (max-width: 1200px) {
  .login_register_page {
    padding: 40px 0px;
  }

  .site-breadcrumb {
    padding: 0px 15px;
  }
}

@media (max-width: 640px) {
  .login_register_page .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 15px;
  }

  .login_register_page {
    padding: 20px 0px 40px 0px;
  }

  .site-breadcrumb {
    margin: 15px 0px 0px 0px;
    padding: 0px;
  }

  body {
    height: calc(100% - 60px);
  }

  .login_register_page .white-box {
    padding: 20px;
  }

  .login_register_page .white-box .main-title {
    padding-bottom: 15px;
    font-size: 24px;
  }
}

.theme-form .form-footer .btn-success {
  min-height: 50px;
  font-size: 16px;
  padding-top: 11px;
}

.login_register_page .facebook-google .row {
  margin: 0px -12px;
}

.login_register_page .facebook-google .col-sm-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0px 12px;
}