/*---------------------------------------->> Variables Declaration <<----------------------------------------*/
/*---------------------------------------->> Mixin CSS <<----------------------------------------*/
/*---------------->> Typography <<----------------*/
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #1e2329; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px; }

h1 {
  font-size: 38px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

p {
  font-size: 13px;
  line-height: 1.4; }

main section {
  padding: 60px 0; }

figure {
  overflow: hidden;
  margin-bottom: 0; }

figure img {
  width: 100%; }

a:hover,
a:focus,
a {
  text-decoration: none;
  color: inherit;
  outline: none; }

ul {
  margin: 0 !important;
  list-style: none;
  padding-left: 0; }

.input-group-addon,
.btn {
  border-radius: 0; }

.txt-white {
  color: #fff; }

.txt-blue {
  color: #083EA1; }

.txt-black {
  color: #000; }

.txt-red {
  color: #FF3724; }

.txt-sky {
  color: #2D9CDB; }

.txt-green {
  color: #11B826; }

.txt-yellow {
  color: #F2994A; }

.bg-red {
  background: #FF3724; }

.bg-green {
  background: #11B826; }

.bg-yellow {
  background: #F2994A; }

.bg-sky {
  background: #2D9CDB; }

.bg-blue {
  background: #083EA1; }

article :is(h1,h2,h3,h4,h5,h6) {
  color: #333;
  font-weight: 600; }
article p {
  color: #7F7F7F; }

.accordion .accordion-item {
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  border-top: 3px solid transparent;
  font-family: "Poppins", sans-serif;
  border-radius: 5px; }
  .accordion .accordion-item.active {
    border-top: 3px solid #fff;
    background: rgba(255, 255, 255, 0.1); }
  .accordion .accordion-item:last-child .accordion-button {
    margin-bottom: 15px; }
.accordion .accordion-header {
  color: #000;
  background: transparent;
  position: relative; }
  .accordion .accordion-header h2 {
    color: #000; }
  .accordion .accordion-header [class*='fa-'] {
    font-size: .75rem;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    color: #333; }
  .accordion .accordion-header:hover .accordion-button {
    color: #000; }
  .accordion .accordion-header:hover [class*='fa-'] {
    opacity: 1; }
.accordion .accordion-button {
  font-family: "Poppins", sans-serif;
  background: transparent;
  color: #333;
  font-weight: 500;
  padding: 0; }
  .accordion .accordion-button:hover, .accordion .accordion-button:focus {
    outline: none;
    box-shadow: none; }
  .accordion .accordion-button:after {
    width: 0.75rem;
    height: 0.75rem;
    background-size: 0.75rem; }
  .accordion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 15px; }
    .accordion .accordion-button:not(.collapsed) [class*='fa-'] {
      color: #000 Im !important; }
  .accordion .accordion-button.collapsed {
    color: #333; }
    .accordion .accordion-button.collapsed [class*='fa-'] {
      color: #333; }
  .accordion .accordion-button [class*='fa-'] {
    margin-left: -5px;
    font-size: .5em;
    margin-right: 10px; }
.accordion .accordion-body {
  color: #2D9CDB;
  font-size: 14px;
  line-height: 1.4;
  padding: 0; }

/*--------------->> Buttons CSS <<-----------------*/
.btn {
  min-width: 5em;
  height: 40px;
  font-size: .7rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 0.375rem .5rem;
  letter-spacing: 1.25px;
  position: relative;
  border: none;
  border-radius: .25rem;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear; }
  .btn:hover, .btn:focus {
    font-weight: 300;
    color: inherit;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    outline: none;
    box-shadow: none; }

.btn {
  width: 100%; }

.btn-link {
  padding: 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .5px;
  color: #083EA1;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .btn-link:hover {
    color: #073589; }
    .btn-link:hover .fi:before {
      margin-right: 1em;
      transform: translate(10%, -50%); }

.btn-blue {
  background: #083EA1;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-blue:hover, .btn-blue:focus {
    background: #062b70;
    color: #fff; }

.btn-sky {
  background: #2D9CDB;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-sky:hover, .btn-sky:focus {
    background: #1f7fb6;
    color: #fff; }

.btn-green {
  background: #11B826;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-green:hover, .btn-green:focus {
    background: #0d891c;
    color: #fff; }

.btn-red {
  background: #FF3724;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-red:hover, .btn-red:focus {
    background: #f01500;
    color: #fff; }

.btn-white {
  background: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-white:hover, .btn-white:focus {
    background: #e6e6e6;
    color: #000; }

.btn-transparent {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-transparent:hover, .btn-transparent:focus {
    background: rgba(230, 230, 230, 0.4);
    color: #fff; }

.btn-outline {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-outline svg {
    margin-right: 10px; }
    .btn-outline svg path {
      -moz-transition: ease-in 0.3s;
      -o-transition: ease-in 0.3s;
      -webkit-transition: ease-in 0.3s;
      transition: ease-in 0.3s; }
  .btn-outline:hover, .btn-outline:focus {
    background: black;
    color: #fff; }
    .btn-outline:hover svg path, .btn-outline:focus svg path {
      fill: #fff; }

.btn-outline-red {
  background: #fff;
  color: #FF3724;
  border: 1px solid #FF3724;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-outline-red:hover, .btn-outline-red:focus {
    background: #ff200b;
    color: #fff; }

.btn-outline-green {
  background: #fff;
  color: #11B826;
  border: 1px solid #11B826;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-outline-green:hover, .btn-outline-green:focus {
    background: #0fa121;
    color: #fff; }

.btn-outline-sky {
  background: #fff;
  color: #2D9CDB;
  border: 1px solid #2D9CDB;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .btn-outline-sky:hover, .btn-outline-sky:focus {
    background: #238fcc;
    color: #fff; }

.list-group .list-group-item {
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0; }

.list-inline-item:not(:last-child) {
  margin-right: 0; }

.cstm-form .form-label {
  color: #fff;
  font-size: .85rem;
  margin-bottom: .3rem; }
.cstm-form input::placeholder {
  font-weight: 300;
  font-size: .75rem;
  color: #7f7f7f; }
.cstm-form .form-control {
  min-height: 35px;
  color: #333;
  font-weight: 300;
  font-size: 14px;
  background: #fff;
  border: 1px solid #b7dcf6; }
.cstm-form .form-group {
  margin-bottom: 15px; }
.cstm-form .mt-4 {
  margin-top: 1.55rem !important; }
.cstm-form .input-group-text {
  background: #fff;
  border-color: #b7dcf6; }
.cstm-form .form-control {
  font-size: 14px;
  box-shadow: none;
  color: #343434; }
  .cstm-form .form-control:focus, .cstm-form .form-control:active {
    border-color: #2D9CDB; }
    .cstm-form .form-control:focus + .input-group-text, .cstm-form .form-control:active + .input-group-text {
      border-color: #2D9CDB; }
  .cstm-form .form-control.cstm-control {
    width: 120px !important;
    flex: 0 0 auto; }
.cstm-form .form-control:disabled, .cstm-form .form-control[readonly] {
  background-color: #e9ecef !important; }
  .cstm-form .form-control:disabled:focus, .cstm-form .form-control:disabled:active, .cstm-form .form-control[readonly]:focus, .cstm-form .form-control[readonly]:active {
    border-color: #b7dcf6 !important; }
.cstm-form .input-group:focus-within {
  border: 1px solid #2D9CDB;
  border-radius: 0.5rem; }
.cstm-form .input-group:focus-within *:focus {
  border: none;
  border-color: #2D9CDB; }
.cstm-form .input-group {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  margin-bottom: 15px; }
  .cstm-form .input-group .form-control {
    border: none;
    background: #fff; }
  .cstm-form .input-group .input-group-text {
    background: #fff;
    border: none; }
.cstm-form .form-check-label {
  font-size: 14px;
  cursor: pointer;
  line-height: 18px;
  margin-top: 2px;
  color: #7f7f7f; }
.cstm-form .form-check {
  cursor: pointer;
  padding-left: 2em; }
.cstm-form .form-check-input {
  border-color: #083EA1;
  background: transparent;
  margin-left: -2em; }
  .cstm-form .form-check-input:checked {
    background-color: #083EA1;
    border-color: #083EA1; }
  .cstm-form .form-check-input:focus {
    border-color: #083EA1;
    outline: 0;
    box-shadow: none; }

body {
  width: 360px;
  margin: 0 auto; }

.temp-login {
  width: 100%;
  height: 100vh;
  background: url(../images/bg-login.jpg) no-repeat top;
  padding: 0 15px 15px; }
  .temp-login .tbar {
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .temp-login .tbar svg {
      width: 10px; }
  .temp-login .tl-title {
    text-align: center;
    margin: 15px 0; }
    .temp-login .tl-title h3 {
      color: #fff;
      margin-bottom: 10px; }
    .temp-login .tl-title p {
      color: #fff; }
  .temp-login .tl-forgot {
    color: #fff;
    margin-bottom: 15px;
    text-align: right;
    text-decoration: underline; }
  .temp-login .tl-resend {
    color: #fff;
    margin: 15px 0;
    text-align: center;
    text-decoration: underline; }
  .temp-login .cstm-form > button {
    margin-top: 60px; }

.mwpr {
  width: 100%;
  height: 100vh;
  padding: 15px; }

.mtitle {
  text-align: center;
  margin: 15px 0; }
  .mtitle h3 {
    color: #000;
    margin-bottom: 10px; }
  .mtitle p {
    color: #7f7f7f; }

.mmain {
  width: calc(100% + 30px);
  height: 100vh;
  background: url(../images/pattern.png) no-repeat center;
  background-size: 100% 100%;
  padding: 15px;
  margin: -15px;
  position: relative; }
  .mmain:before {
    content: '';
    width: 100%;
    height: 45vh;
    background: url(../images/man.png) no-repeat bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .mmain .logo {
    width: 50%;
    margin: 30px auto 15px; }
  .mmain .mtitle {
    margin: 30px 0; }
  .mmain > h5 {
    text-align: center;
    margin: 30px 0 15px;
    font-weight: 600; }

/*# sourceMappingURL=master.css.map */
