@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Regular.eot");
  src: url("../fonts/inter/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Regular.woff2") format("woff2"), url("../fonts/inter/Inter-Regular.woff") format("woff"), url("../fonts/inter/Inter-Regular.ttf") format("truetype"), url("../fonts/inter/Inter-Regular.svg#NunitoSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Medium.eot");
  src: url("../fonts/inter/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Medium.woff2") format("woff2"), url("../fonts/inter/Inter-Medium.woff") format("woff"), url("../fonts/inter/Inter-Medium.ttf") format("truetype"), url("../fonts/inter/Inter-Medium.svg#NunitoSans-SemiBold") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-SemiBold.eot");
  src: url("../fonts/inter/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-SemiBold.woff2") format("woff2"), url("../fonts/inter/Inter-SemiBold.woff") format("woff"), url("../fonts/inter/Inter-SemiBold.ttf") format("truetype"), url("../fonts/inter/Inter-SemiBold.svg#NunitoSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Bold.eot");
  src: url("../fonts/inter/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Bold.woff2") format("woff2"), url("../fonts/inter/Inter-Bold.woff") format("woff"), url("../fonts/inter/Inter-Bold.ttf") format("truetype"), url("../fonts/inter/Inter-Bold.svg#NunitoSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*Lora*/
@font-face {
  font-family: "Lora";
  src: url("../fonts/lora/Lora-Bold.eot");
  src: url("../fonts/lora/Lora-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lora/Lora-Bold.woff") format("woff"), url("../fonts/lora/Lora-Bold.ttf") format("truetype"), url("../fonts/lora/Lora-Bold.svg#NunitoSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/lora/Lora-Regular.eot");
  src: url("../fonts/lora/Lora-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lora/Lora-Regular.woff") format("woff"), url("../fonts/lora/Lora-Regular.ttf") format("truetype"), url("../fonts/lora/Lora-Regular.svg#NunitoSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration: none;
}

a {
  color: inherit;
}

a:active, a:focus {
  text-decoration: none;
  color: inherit;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ol, ul, li {
  padding: 0px;
  list-style: none;
  margin: 0px;
}

/* Let's get this party started */
html {
  overflow-x: hidden;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

* {
  box-sizing: border-box;
}

body, html {
  font-family: "Inter", Arial;
  font-size: 14px;
  line-height: 1.4285714286;
  height: 100%;
  overflow: hidden;
  color: #0F131A;
}

.login-canvas {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  overflow: auto;
  bottom: 0px;
}
.login-canvas .form-group {
  margin-bottom: 20px;
}
.login-canvas .box-content {
  flex: 1;
  min-width: 0px;
  height: 100%;
  overflow: hidden;
}

.box-image {
  width: 50%;
  height: 100%;
  /*background-color: #2A6AEB;*/
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  /*padding: 30px;*/
  color: #fff;
}
.box-image .image img {
  max-width: 800px;
  width: 100%;
}
.box-image .title {
  font-size: 28px;
  font-weight: 600;
}
.box-image .title span {
  color: #00CFE5;
}
.box-image .desc {
  font-size: 18px;
}

.box-content {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-content .logo {
  margin-bottom: 30px;
}
.box-content .head {
  margin-bottom: 20px;
}
.box-content .head .title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.box-form {
  max-width: 560px;
  width: 100%;
  margin: auto;
}
.box-form .actions {
  margin: 40px 0px;
}
.box-form .actions .btn {
  width: 100%;
}

.create-acc {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.form-control {
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #C1C7D0;
  width: 100%;
  padding: 8px 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
  outline: 0px;
}
.form-control:focus {
  transition: all 0.3s ease;
  border-color: #4188F1;
}
.form-control::placeholder {
  opacity: 0.6;
}

.form-captcha {
  display: flex;
  align-items: center;
}
.form-captcha .captcha-code {
  border-radius: 6px;
  height: 40px;
}
.form-captcha .captcha-code img {
  height: 100%;
  width: auto;
}

.input-icon-right {
  position: relative;
}
.input-icon-right .form-control {
  padding-right: 30px;
}
.input-icon-right .icon {
  width: 30px;
  height: 32px;
  position: absolute;
  line-height: 32px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  cursor: pointer;
  font-size: 20px;
  color: #465B7F;
}
.input-icon-right .icon:hover {
  color: #4188F1;
}

.select-custom {
  position: relative;
}
.select-custom .form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 25px !important;
}
.select-custom:before {
  content: "";
  position: absolute;
  width: 0px;
  top: 0px;
  right: 7px;
  text-align: center;
  bottom: 0px;
  width: 0px;
  pointer-events: none;
  height: 0px;
  border-top: 4px solid #C1C7D0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  line-height: 1.428rem;
  margin: auto;
}

.check-action {
  position: relative;
  display: inline-block;
  min-height: 20px;
}
.check-action input {
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  left: 0px;
  top: 0px;
  position: absolute;
  margin: 0px;
}
.check-action .name {
  position: relative;
  min-height: 20px;
  display: inline-flex;
  column-gap: 7px;
  padding-left: 30px;
}
.check-action .name:before {
  width: 18px;
  height: 18px;
  line-height: 16px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-family: "ap";
  flex-shrink: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #C1C7D0;
  content: "";
  background: transparent;
}
.check-action input:checked + .name:before {
  color: #fff;
  border-color: #4188F1;
  content: "\e206";
  font-size: 14px;
  background-color: #4188F1;
}
.check-action input[type=checkbox]:disabled + .name:before {
  background: #EBECF0;
}
.check-action input[type=checkbox]:checked:disabled + .name:before {
  background: #0E2342;
  border-color: #0E2342;
  color: #fff;
}
.check-action input:disabled {
  cursor: not-allowed;
}
.check-action input:disabled + .name:before {
  opacity: 0.8;
}
.check-action input[type=radio] + .name:before {
  border-radius: 50%;
}
.check-action input[type=radio]:checked + .name:before {
  content: "";
  color: #2A6AEB;
  background: #fff;
  font-size: 12px;
  border-color: #2A6AEB;
}
.check-action input[type=radio]:checked + .name:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 4px;
  z-index: 2;
  left: 4px;
  background: #2A6AEB;
}
.check-action input[type=radio]:disabled + .name {
  color: #8c8c8c;
}
.check-action input[type=radio]:disabled + .name:before {
  border-color: #8c8c8c;
}
.check-action input[type=radio]:disabled:checked + .name:before {
  border-color: #8c8c8c;
  background: #fff;
  color: #8c8c8c;
}
.check-action input[type=radio]:disabled:checked + .name:after {
  background: #8c8c8c;
}

.check-form {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: space-between;
}
.check-form .link {
  display: block;
}

.link {
  color: #2A6AEB;
}

.input-captcha {
  display: flex;
  column-gap: 10px;
}
.input-captcha .form-control {
  flex: 1;
  min-width: 0px;
}

.or {
  text-align: center;
  position: relative;
  margin: 20px 0px;
}
.or:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #e5e5e5;
  margin: auto;
}
.or span {
  position: relative;
  background-color: #fff;
  padding: 5px 10px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color: transparent;
}

.btn-main {
  background-color: #2A6AEB;
  color: #fff;
}
.btn-main:hover {
  transition: all 0.3s ease;
  background-color: #1351cf;
}

.btn-second {
  border-color: #2A6AEB;
  color: #2A6AEB;
}
.btn-second:hover {
  transition: all 0.3s ease;
  color: #fff;
  background-color: #2A6AEB;
}

.marb20 {
  margin-bottom: 20px !important;
}

.fullw {
  width: 100% !important;
}

.f20 {
  font-size: 20px !important;
}

.box-form-login {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.box-form-login .box-logo {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.box-form-login .box-logo .logo {
  margin-bottom: 20px;
}
.box-form-login .box-logo img {
  width: 120px;
}
.box-form-login .box-content {
  padding: 20px 30px;
  border-left: 1px solid #fff;
}

@media (max-height: 600px) {
  .box-image {
    padding: 0px 0px;
    overflow: hidden;
  }
  .box-image .image {
    max-width: 360px;
    height: 360px;
  }
  .box-image .image img {
    height: 100%;
    object-fit: contain;
  }
  .box-image .title {
    font-size: 20px;
  }
  .box-image .desc {
    font-size: 14px;
  }
  .check-form {
    margin-top: 20px;
  }
  .box-form .actions {
    margin: 20px 0px;
  }
  .login-canvas .box-content {
    display: block;
    overflow: auto;
  }
}
@media (max-width: 768px) {
  .box-image {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
