﻿@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
.login-wrapper .inner-login {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.login-wrapper .inner-login {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

/*-----------------
	4. Login
-----------------------*/
.login-wrapper {
  width: 100%;
  background-color: var(--primary-bg);
}
.login-wrapper a:hover {
  background-color: transparent;
}
.login-wrapper .inner-login {
  height: 100vh;
}
.login-wrapper .inner-login .login-header {
  margin-bottom: 28px;
}
.login-wrapper .inner-login .login-header h2 {
  margin-bottom: 5px;
}
.login-wrapper .inner-login .login-header h5 {
  font-weight: normal;
  color: #aeaeae;
  font-size: 16px;
}
@media (max-width: 1599.98px) {
  .login-wrapper .inner-login .login-header h5 {
    font-size: 14px;
  }
}
.login-wrapper .inner-login .login-left {
  width: 50%;
  position: relative;
  height: 100vh;
  background-image: url(../../../img/login-panel.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.login-wrapper .inner-login .login-left .powerd-text {
  font-size: 12px;
  color: var(--secondary-color);
  position: absolute;
  bottom: 16px;
  left: 30px;
}
@media (max-width: 767.98px) {
  .login-wrapper .inner-login .login-left {
    display: none;
  }
}
.login-wrapper .inner-login .login-right {
  width: 50%;
  padding: 40px;
}
@media (max-width: 767.98px) {
  .login-wrapper .inner-login .login-right {
    width: 100%;
    padding: 20px;
  }
}
.login-wrapper .inner-login .login-right .login-logo {
  margin-bottom: 35px;
}
.login-wrapper .inner-login .login-right .login-form {
  max-width: 313px;
  width: 100%;
  margin: 0 auto;
}
.login-wrapper .inner-login .login-right .login-form .form-group {
  margin-bottom: 15px;
}
.login-wrapper .inner-login .login-right .login-form label.text-danger {
  font-size: 16px;
}
@media (max-width: 1599.98px) {
  .login-wrapper .inner-login .login-right .login-form label.text-danger {
    font-size: 14px;
  }
}
.login-wrapper .inner-login .login-right .login-form .btn {
  background-color: #999999;
  border-color: #999999;
  color: var(--white);
  width: 100%;
  border-radius: 0;
  padding: 8px 15px;
}
.login-wrapper .inner-login .login-right .login-form .btn:hover {
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.login-wrapper .forgot-link {
  color: var(--primary-color);
  text-decoration: underline;
}
.login-wrapper .forgot-link:hover {
  color: var(--secondary-color);
}
.login-wrapper hr {
  background-color: var(--light-gray);
  display: inline-block;
  width: 100%;
  margin: 39px 0 2px 0;
}
.login-wrapper .form-control {
  border-width: 1px;
  font-size: 16px;
  border-radius: 0;
  padding: 10px 15px;
}
@media (max-width: 1599.98px) {
  .login-wrapper .form-control {
    font-size: 14px;
  }
}
.login-wrapper .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--light-gray);
  opacity: 1;
}
.login-wrapper .form-control::-moz-placeholder { /* Firefox 19+ */
  color: var(--light-gray);
  opacity: 1;
}
.login-wrapper .form-control:-ms-input-placeholder { /* IE 10+ */
  color: var(--light-gray);
  opacity: 1;
}
.login-wrapper .form-control:-moz-placeholder { /* Firefox 18- */
  color: var(--light-gray);
  opacity: 1;
}
.login-wrapper .version-text {
  position: fixed;
  bottom: 16px;
  right: 30px;
  color: var(--primary-color);
  opacity: 35%;
  font-size: 12px;
}

.application-selection .app-title {
  padding: 0 14px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .application-selection .app-title {
    padding: 0;
  }
}
.application-selection .inner-application {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.application-selection .inner-application .app-selection {
  position: relative;
  width: 251px;
  display: inline-block;
  padding: 0 14px;
  text-align: center;
}
.application-selection .inner-application .app-selection .card {
  position: relative;
  border-radius: 10px;
  width: 100%;
}
.application-selection .inner-application .app-selection .card .card-header h4 {
  font-weight: 500;
}
.application-selection .inner-application .app-selection .card .card-body {
  color: var(--primary-color);
}
.application-selection .inner-application .app-selection:hover {
  background-color: transparent;
}
.application-selection .inner-application .app-selection:hover .card {
  border-color: var(--secondary-border);
  box-shadow: 0px 5px 22px 6px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.logout-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}
.logout-btn i {
  background: none;
  color: black;
  font-size: x-large;
  cursor: pointer;
}

.form-signin h3,
.form-signin h6 {
  color: gray;
}

.form-signin {
  width: 500px;
  max-width: 500px;
}
.form-signin #inputEmail {
  width: 180px;
  margin: auto;
  font-weight: bold;
  font-size: x-large;
  letter-spacing: 5px;
  text-align: center;
}

.whitesmoke-bg {
  background-color: #f5f5f5;
}

.h-70-px {
  height: 70px;
}

.form-setup2fa .form-control {
  width: 180px;
  margin: auto;
  font-weight: bold;
  font-size: x-large;
  letter-spacing: 5px;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///E:/mindcube/sakon/web/Sakon.Web.Common/wwwroot/scss/base/_typography.scss%22,%22file:///E:/mindcube/sakon/web/Sakon.Web.Common/wwwroot/scss/utils/_mixins.scss%22,%22file:///E:/mindcube/sakon/web/Sakon.Auth/wwwroot/scss/views/account/login.scss%22,%22file:///E:/mindcube/sakon/web/Sakon.Web.Common/wwwroot/scss/utils/_variables.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEQ;ACoIR;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;ACxIF;AAAA;AAAA;AAIA;EACI;EACA;;AAGI;EACI;;AAIR;EACI;;AAIA;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA,WFtBS;;AC6BrB;ECVQ;IAMQ,WF3BI;;;AEgChB;EACI;EACA;EACA;EACA;ED4CV,iBC3CkD;ED4ClD,mBC5CqE;ED6CrE,qBC7CyF;;AAE/E;EACI;EACA;ED6Cd,UErFU;EFwFV,QC/CuD;EDgDvD,MChD4D;;ADX1D;ECCI;IAcQ,SC9CR;;;ADkDA;EACI;EACA;;ADrBR;ECmBI;IAKQ;IACA;;;AAGJ;EACI;;AAGJ;EACI;EACA;ED6Bb,QC5BqC;;AAExB;EACI;;AAIA;EACI,WFxEC;;AC6BrB;EC0CgB;IAIQ,WF7EJ;;;AEkFR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAOpB;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA,SCnHS;EDoHT,OC7HO;EF4GZ,QCkB6B;;AAG5B;EACI;EACA,WFnHiB;EEoHjB;EDvBL,SCwBmC;;ADxFlC;ECoFA;IAOQ,WF1HY;;;AE6HhB;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACI;EACA;EACA;EACA;;ADlIJ;EC8HA;IAOQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEI;EACI;;AAGR;EACI;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;;;AAOpB;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;;AAIR;AAAA;EAEI;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;;;AAEJ;EACI;;;AAGA;EACI;EACA;EACA;EACA;EACA%22%7D */