/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./theme/mindle/scss/login.scss ***!
  \***********************************************************************************************************************************************/
#page {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0;
  padding-bottom: 0;
}

#page-wrapper #page #page-content {
  flex: 0 0 auto;
  z-index: 1;
}

#page-login-index #region-main-box {
  display: none;
}
#page-login-index .hide-in-login {
  display: none !important;
}

.login-section {
  display: block;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.login-logo {
  display: inline-block;
  height: 80px;
}

.login-header {
  width: 100%;
  background-color: white;
  height: 120px;
}

.login-title {
  font-size: 4rem;
  width: fit-content;
  margin: auto;
}

div#sub-login {
  margin: auto;
  width: fit-content;
}

div#logo-login0 {
  display: block;
}

div#logo-login1 {
  background-image: url(../pix/logo/ARB-U_Crest_ARB_Logo_Pos_FINAL.png);
  width: 180px;
  height: 197px;
  background-size: cover; /* <------ */
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
  display: inline-block;
}

div#logo-login2 {
  background-image: url(../pix/logo/ARB-U_Crest_ARB_Logo_Pos_FINAL.png);
  width: 400px;
  height: 280px;
  background-size: cover; /* <------ */
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
  display: inline-block;
}

div#welcome-t {
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  width: fit-content;
  margin: auto;
}

span#to-t {
  text-transform: lowercase;
  font-size: 44px;
  font-style: italic;
  width: fit-content;
  display: block;
  margin: auto;
}

.login-form-wrapper {
  width: fit-content;
  height: fit-content;
  margin: auto;
}

#login {
  display: inline-block;
}

.username-wrapper {
  width: 100%;
}

.password-wrapper {
  width: 100%;
  margin-top: 10px;
}

.username-password .form-control {
  height: 40px;
}

.login-input {
  color: #444;
  margin-right: 10px;
  border-radius: 0;
  border: none;
  background-color: #fff;
}

div#mid-flogin {
  width: 300px;
}

.login-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: gray;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}

.login-input::-moz-placeholder {
  /* Firefox 19+ */
  color: gray;
  text-transform: uppercase;
}

.login-input:-ms-input-placeholder {
  /* IE 10+ */
  color: gray;
  text-transform: uppercase;
}

.login-input:-moz-placeholder {
  /* Firefox 18- */
  color: gray;
  text-transform: uppercase;
}

.submit-wrapper.float-right {
  width: 100%;
  margin-left: 0px;
}

#loginbtn {
  min-width: 100%;
  height: 40px;
  background-color: red;
  border: none;
  background-image: url("../pix/key.png");
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
}

.signup-wrapper {
  width: 100%;
}

#signupbtn {
  height: 40px;
  border: 1px solid #fff;
  background-color: transparent;
  line-height: 22px;
  width: 100%;
}

#log-solo {
  text-transform: uppercase;
  color: white;
  font-size: 21px;
  text-align: center;
}

.float-right {
  margin-top: 10px;
}

.loginerrors {
  color: red;
  text-align: left;
  background-image: url("../pix/warning.svg");
  padding-left: 22px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}

.rememberpass {
  display: none;
}
.rememberpass #rememberusername {
  vertical-align: middle;
}
.rememberpass label {
  margin-bottom: 0;
}

.forgetpass {
  text-align: left;
}
.forgetpass a {
  color: white;
}

.dropdown {
  width: fit-content;
  height: fit-content;
  margin: auto;
}
.dropdown #dropdownMenuButton {
  background: url(../pix/icons/white_lang.png) no-repeat center;
  background-size: cover;
  width: 49px;
  height: 49px;
  content: none;
  margin: auto;
  /* background: white; */
}
.dropdown .dropdown-toggle::after {
  display: none;
}

.dropup {
  width: fit-content;
  height: fit-content;
  margin: auto;
}
.dropup #dropdownMenuButton {
  background: url(../pix/icons/white_lang.png) no-repeat center;
  background-size: cover;
  width: 49px;
  height: 49px;
  content: none;
  margin: auto;
  /* background: white; */
}
.dropup .dropdown-toggle::after {
  display: none;
}
.dropup .dropdown-menu {
  left: -105px !important;
}

#login-footer {
  font-size: 12px;
  z-index: 1;
}

#region-main {
  color: #fff;
  background-color: transparent;
}

#region-main-box {
  height: 60%;
}

#page-login-signup .hide-in-signup {
  display: none;
}
#page-login-signup #region-main-box {
  height: 90%;
}
#page-login-signup .collapsible-actions {
  display: none;
}
#page-login-signup .card {
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
}
#page-login-signup .card .card-title {
  display: none;
}
#page-login-signup #notice {
  text-align: center;
}
#page-login-signup a,
#page-login-signup a:hover {
  color: #fff;
}
#page-login-signup .dropdown-menu a {
  color: #212529;
}

#page-login-forgot_password .hide-in-forgetpass {
  display: none;
}
#page-login-forgot_password #region-main {
  background-color: rgba(0, 0, 0, 0.6);
}

.slider_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}

.slider_container .slides > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.slider_container .slides > .slide_1 {
  background-image: url(../pix/dashboard/b-1.jpg);
}

.slider_container .slides > .slide_2 {
  background-image: url(../pix/dashboard/b-2.jpg);
}

.slider_container .slides > .slide_3 {
  background-image: url(../pix/dashboard/b-3.jpg);
}

.slider_container .slides > div {
  display: none;
}

.slider_container .slides > div.active {
  display: block;
}

.dots {
  position: relative;
  margin: auto;
  display: block;
  text-align: left;
  z-index: 1;
}

.dots > span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background-color: rgba(150, 150, 150, 0.8);
  margin: 2px;
  margin-right: 10px;
  cursor: pointer;
}

.dots > span:hover,
.dots > span.active {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991.98px) {
  .login-header {
    padding: 0px 20px;
  }
}
@media (max-width: 767.98px) {
  .login-header {
    text-align: center;
  }
  .login-form-wrapper {
    float: none;
  }
}
