/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #5867dd;
  --secondary: #ebedf2;
  --success: #34bfa3;
  --info: #36a3f7;
  --warning: #ffb822;
  --danger: #f4516c;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
  width: device-width
}

body {
  margin: 0;
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}


template {
  display: none
}

[hidden] {
  display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  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
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.95rem + 2px);
  padding: .85rem 1.15rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #c2c7f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(88, 103, 221, 0.25);
  box-shadow: 0 0 0 .2rem rgba(88, 103, 221, 0.25)
}

.form-control::-webkit-input-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
}

.form-group {
  margin-bottom: 1rem
}

.btn {
  display: inline-block;
  font-weight: 400;
  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: .85rem 1.15rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: .25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(88, 103, 221, 0.25);
  box-shadow: 0 0 0 .2rem rgba(88, 103, 221, 0.25)
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none
}


.btn-info {
  color: #fff;
  background-color: #36a3f7;
  border-color: #36a3f7
}

.btn-info:hover {
  color: #fff;
  background-color: #1192f6;
  border-color: #0a8cf0
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(54, 163, 247, 0.5);
  box-shadow: 0 0 0 .2rem rgba(54, 163, 247, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #36a3f7;
  border-color: #36a3f7
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0a8cf0;
  border-color: #0985e4
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(54, 163, 247, 0.5);
  box-shadow: 0 0 0 .2rem rgba(54, 163, 247, 0.5)
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.btn-info {
  color: #fff;
  background-color: #36a3f7;
  border-color: #36a3f7
}

.btn-info:hover {
  color: #fff;
  background-color: #1192f6;
  border-color: #0a8cf0
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(54, 163, 247, 0.5);
  box-shadow: 0 0 0 .2rem rgba(54, 163, 247, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #36a3f7;
  border-color: #36a3f7
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0a8cf0;
  border-color: #0985e4
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(54, 163, 247, 0.5);
  box-shadow: 0 0 0 .2rem rgba(54, 163, 247, 0.5)
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  direction: ltr
}

html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: 300;
  font-family: Poppins;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

html button,
body button {
  outline: none !important
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width: 769px) and (max-width: 1024px) {

  html,
  body {
    font-size: 12px
  }
}

@media (max-width: 768px) {

  html,
  body {
    font-size: 12px
  }
}

.btn {
  font-family: "Poppins";
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  border-radius: 0;
  border-radius: .25rem
}

.btn>i {
  line-height: 0;
  vertical-align: middle
}

.btn:hover,
.btn.active,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}


[class^="la-"],
[class*=" la-"] {
  font-size: 1.3rem
}

[class^="fa-"],
[class*=" fa-"] {
  font-size: 1.1rem
}

[class^="flaticon-"],
[class*=" flaticon-"] {
  font-size: 1.3rem
}

.btn.m-btn--pill {
  border-radius: 60px
}



.btn-info.m-btn--air {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.19) !important;
  box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.19) !important
}

.btn-info.m-btn--air.focus,
.btn-info.m-btn--air:focus,
.btn-info.m-btn--air:hover {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.36) !important;
  box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.36) !important
}

button:active,
button:focus {
  outline: none !important
}

.btn.btn-info {
  color: #fff
}

.btn.btn-info.active,
.btn.btn-info.focus,
.btn.btn-info:focus,
.btn.btn-info:hover:not(:disabled) {
  color: #fff !important
}


.m-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.m-checkbox.m-checkbox--disabled {
  opacity: .8;
  filter: alpha(opacity=80);
  cursor: not-allowed
}

.m-checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0)
}

.m-checkbox>span {
  border-radius: 3px;
  background: none;
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px
}

.m-checkbox>span:after {
  content: '';
  position: absolute;
  display: none
}

.m-checkbox>input:checked~span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: none
}

.m-checkbox>input:checked~span:after {
  display: block
}

.m-checkbox:hover>input:not([disabled]):checked~span,
.m-checkbox>input:checked~span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.m-checkbox>input:disabled~span {
  opacity: .6;
  filter: alpha(opacity=60);
  pointer-events: none
}

.m-checkbox>span:after {
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -6px;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0
    /*rtl:ignore*/
     !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
    /*rtl:ignore*/
}

.m-checkbox {
  color: #575962
}

.m-checkbox.m-checkbox--disabled {
  opacity: .8;
  filter: alpha(opacity=80)
}

.m-checkbox>span {
  border: 1px solid #bdc3d4
}

.m-checkbox>span:after {
  border: solid #7281a4
}

.m-checkbox>input:disabled~span:after {
  border-color: #bdc3d4
}

.m-checkbox>input:checked~span {
  border: 1px solid #bdc3d4
}

.m-checkbox.m-checkbox--check-bold>input:checked~span {
  border: 2px solid #bdc3d4
}

.m-checkbox>input:disabled~span {
  opacity: .6;
  filter: alpha(opacity=60)
}


.m-checkbox.m-checkbox--focus.m-checkbox--disabled {
  opacity: .8;
  filter: alpha(opacity=80)
}

.m-checkbox.m-checkbox--focus>span {
  border: 1px solid #bdc3d4
}

.m-checkbox.m-checkbox--focus>span:after {
  border: solid #9816f4
}

.m-checkbox.m-checkbox--focus>input:disabled~span:after {
  border-color: #9816f4
}

.m-checkbox.m-checkbox--focus>input:checked~span {
  border: 1px solid #9816f4
}

.m-checkbox.m-checkbox--focus.m-checkbox--check-bold>input:checked~span {
  border: 2px solid #9816f4
}

.m-checkbox.m-checkbox--focus>input:disabled~span {
  opacity: .6;
  filter: alpha(opacity=60)
}

.m-checkbox.m-checkbox--air>span {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(115, 76, 234, 0.11);
  box-shadow: 0px 3px 20px 0px rgba(115, 76, 234, 0.11)
}


.form-control {
  font-family: sans-serif, Arial;
  border-radius: 0;
  border-radius: .25rem
}

.form-control.m-input--pill {
  border-radius: 1.3rem
}

.form-control.m-input--pill.form-control-lg {
  border-radius: 2rem
}

.form-control.m-input--pill.form-control-sm {
  border-radius: 1.1rem
}


.form-control[readonly],
.form-control {
  border-color: #ebedf2;
  color: #575962
}

.form-control[readonly]::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #9699a2;
  opacity: 1
}

.form-control[readonly]:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #9699a2
}

.form-control[readonly]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #9699a2
}

.form-control[readonly] {
  background-color: transparent
}

.form-control.focus,
.form-control:focus {
  border-color: #734CEA;
  color: #575962;
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-control.active {
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-control[disabled] {
  border-color: #f4f5f8;
  color: #6f727d;
  background-color: #f4f5f8
}


.form-control.m-input--air {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(115, 76, 234, 0.11);
  box-shadow: 0px 3px 20px 0px rgba(115, 76, 234, 0.11)
}

.form-control.m-input--air:focus {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(115, 76, 234, 0.17);
  box-shadow: 0px 3px 20px 0px rgba(115, 76, 234, 0.17)
}


.m-login.m-login--5 {
  height: 100%;
  display: table;
  width: 100%;
  background: white;
  overflow: hidden
}

.m-login.m-login--5 .m-login__wrapper-2 {
  padding-top: 13%;
  display: table-cell;
  width: 50%
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier {
  width: 430px;
  margin: 0 auto;
  padding: 0 1.5rem
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__head {
  margin-top: 1rem
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__head .m-login__title {
  text-align: center;
  font-size: 1.5rem
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form {
  margin-top: 4rem
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-sub {
  margin-top: 2rem
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-sub .m-checkbox {
  font-size: 1rem
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-sub .m-link {
  font-size: 1rem
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-action {
  margin: 3rem 0 3rem 0;
  text-align: center
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-action .btn {
  display: inline-block;
  text-align: center;
  padding: 1.2rem 3rem;
  margin-right: 2rem
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-action .btn:last-child {
  margin-right: 0
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .m-login.m-login--5 {
    padding: 2rem 1rem
  }

  .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier {
    width: 100%
  }
}

@media (min-width: 769px) and (max-width: 1024px) {

  .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier {
    width: 100%;
    padding: 0 3rem
  }
}

@media (max-width: 768px) {

  .m-login.m-login--5 .m-login__wrapper-2 {
    width: 100%;
    display: block
  }

  .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier {
    width: 100%;
    margin: 0 auto
  }
}
