/* login page */
body.login_page {
  font-size: 15px;
  padding: 64px 24px;
  overflow-y: auto;
  height: auto;
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  body {
    padding: 24px;
  }
}
.login_page_wrapper {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.login-page-logo.originfx {
  width: 50%;
  margin-top: 40px;
}
.login-page-logo.thinkcapital {
  width: 60%;
  margin-top: 50px;
}
.login-page-logo.exclusive-funded {
  width: 200px;
  margin-top: 40px;
}
.login-page-logo.comitcapital {
  width: 80%;
  margin-top: 48px;
  margin-bottom: 40px !important;
}
.login_page .user_avatar {
  width: 64px;
  height: 64px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-image: url("../img/avatars/user.png");
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.085);
  background-position: 50% 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 192),
  only screen and (min-resolution: 192dppx),
  only screen and (min-resolution: 2dppx) {
  .login_page .user_avatar {
    background-image: url("../img/avatars/user@2x.png");
    background-size: 64px 64px;
  }
}
.login_page .login_heading {
  text-align: center;
  margin-bottom: 32px;
}
html.app_theme_dark {
  background: #303030;
  color: #fff;
}
html.app_theme_dark a:not(.md-btn) {
  color: #039be5;
}
html.app_theme_dark a:not(.md-btn):hover,
html.app_theme_dark a:not(.md-btn):active {
  color: #0277bd;
}

.app_theme_dark .uk-datepicker a:not(.md-btn) {
  color: #f0f0f0;
}

.app_theme_dark .uk-datepicker a:not(.md-btn):hover,
.app_theme_dark .uk-datepicker a:not(.md-btn):active {
  color: #fff;
}

.app_theme_dark .uk-datepicker a.uk-datepicker-date-disabled {
  color: #666666;
}

html.app_theme_dark h1,
html.app_theme_dark h2,
html.app_theme_dark h3,
html.app_theme_dark h4,
html.app_theme_dark h5,
html.app_theme_dark h6 {
  color: #fefefe;
}
html.app_theme_dark select.md-input,
html.app_theme_dark textarea.md-input,
html.app_theme_dark input:not([type]).md-input,
html.app_theme_dark input[type="text"].md-input,
html.app_theme_dark input[type="password"].md-input,
html.app_theme_dark input[type="datetime"].md-input,
html.app_theme_dark input[type="datetime-local"].md-input,
html.app_theme_dark input[type="date"].md-input,
html.app_theme_dark input[type="month"].md-input,
html.app_theme_dark input[type="time"].md-input,
html.app_theme_dark input[type="week"].md-input,
html.app_theme_dark input[type="number"].md-input,
html.app_theme_dark input[type="email"].md-input,
html.app_theme_dark input[type="url"].md-input,
html.app_theme_dark input[type="search"].md-input,
html.app_theme_dark input[type="tel"].md-input,
html.app_theme_dark input[type="color"].md-input {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fefefe;
}
html.app_theme_dark .md-input-wrapper > label {
  color: #cbcbcb;
}
html.app_theme_dark .md-card {
  background: #424242;
}
html.app_theme_dark .uk-tooltip {
  background: #212121;
}
html.app_theme_dark .login_page .user_avatar {
  background-color: rgba(255, 255, 255, 0.4);
}

.help-block.form-error {
  font-size: 0.8em;
  color: #e53935;
}

ul > li > a.active > .menu_icon .material-icons {
  color: #009688;
}

ul > li > a.active .menu_title {
  color: #009688;
}

/*Loader animation*/
.ajx-loader-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.ajx-loader,
.ajx-loader:before,
.ajx-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.ajx-loader {
  color: #ffffff;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.ajx-loader:before,
.ajx-loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.ajx-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.ajx-loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* Change the white to any color ;) */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.4) inset !important;
  background-image: none !important;
  box-shadow: 0 0 0px 1000px #575f4e inset !important;
  -webkit-text-fill-color: #fefefe !important;
  border-bottom-color: rgb(113, 113, 113) !important;
  padding-top: 8px !important;
  margin-top: 6px !important;
  padding-bottom: 10px !important;
}

span.switchery {
  margin-top: 0;
}

.login-page-logo {
  margin: auto;
  width: 20%;
  display: block;
}

.login-page-logo.custom.iconfx {
  margin: auto;
  width: 40%;
  display: block;
}
.reset-password-page-logo {
  width: 10%;
}
.reset-password-page-logo.custom.iconfx {
  width: 15%;
}

.login-page-logo.custom.tradewithcapital {
  width: 40%;
}
