/* Base Styles */
html,body{
overflow:hidden;
}

body.mstrd-theme-default {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  color: #333;
}

.mstrd-SmartBanner {
  background-color: #a07129;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.mstrd-SmartBanner-close {
  font-size: 20px;
  cursor: pointer;
  margin-right: 10px;
}

.mstrd-SmartBanner-content {
  display: flex;
  align-items: center;
}

.mstrd-SmartBanner-appIcon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.mstrd-SmartBanner-title {
  font-weight: bold;
  margin-bottom: 4px;
}

.mstrd-SmartBanner-desc {
  font-size: 14px;
}

.mstrd-SmartBanner-links {
  display: flex;
  gap: 10px;
}

.mstrd-SmartBanner-link {
  text-decoration: none;
}

.mstrd-SmartBanner-openLink {
  background-color: #28a745;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
}

/* Login View Container */
.LoginViewContainer {
  width: 34%;
}

/* Logo Container */
.LogoContainer {
  width: 200px !important;
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  font-size: 1.2em;
  font-weight: normal;
}

.Logo {
  margin-top: 13px;
  width: 180px;
  height: 52px;
}
.AppContainer {
  display: flex;
  justify-content: end;
  align-items: end;
  background-image: url(images/Landingpage2.jpg) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: relative;
}

/* Login View Container */
.credsLoginView {
  width: 90% !important; 
  max-width: 300px !important;
  padding: 10px 20px !important;
  background: #fff !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 10px !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1) !important;
  text-align: center !important;
 
  position: absolute !important;
  top: 25% !important;
  left: 71% !important;
  transform: none !important;
  height: 300px !important;
  width: 321px !important;
  font-size: 0px !important;
  color: white !important;
  border-radius: 10px !important;
}

.login-reflection{
background-color:white !important;
width : 300px !important;
}


/* Credentials Login Container */
.CredentialsLoginContainer {
  background: none !important;
  height: 100vh;
}


/* Hides Title and Logo Container */
.title,
.logo-container {
  display: none;
}

#login-row-modes {
  display: flex !important;
  justify-content: space-around !important;
}
.mstrd-LoginView-blank {
  background: white;
  width: 300px;
  height: 100px;
  margin-top: -40%;
  border-radius: 10px;
  margin-left: 15%;
  opacity: 0.2;
}

/* Responsive Design */
@media (max-width: 2560px) {
.mstrd-LoginView-blank {
   background: white;
  width: 300px;
  height: 100px;
  margin-top: 10%;
  border-radius: 10px;
  margin-left: 15%;
  opacity: 0.2;
  }
}
@media (max-width: 1920px) {
.mstrd-LoginView-blank {
    margin-top: 41%;
    margin-left: 14.5%;
  }
}
@media (max-width: 1707px) {
.mstrd-LoginView-blank {
    margin-top: 54%;
    margin-left: 14.5%;
  }
}
@media (max-width: 1600px) {
.mstrd-LoginView-blank {
    margin-top: 62%;
    margin-left: 14.5%;
  }
}

@media (max-width: 1423px) {
  .mstrd-LoginView-blank {
    margin-top: 80%;
    margin-left: 14.5%;
  }
}

@media (max-width: 1280px) {
  .mstrd-LoginView-blank {
    height: 80px;
    margin-top: 90%;
    margin-left:15%;
  }
}

@media (max-width: 1165px) {
  .mstrd-LoginView-blank {
    height: 70px;
    margin-top: 104%;
margin-left:15%;
width : 301px;
  }
}

@media (max-width: 1024px) {
  .LoginViewContainer {
    width: 90%;
    padding: 20px 10px;
  }

  .LogoContainer {
    width: 100px;
  }

  .credsLoginView {
    width: 90% !important;
    max-width: 290px !important;
    padding: 15px !important;
    top: 50% !important;
    left: 82% !important;
    height: 300px !important;
    transform: translate(-50%, -50%) !important;
  }

  .Logo {
    margin-top: 26px;
    width: 150px;
    height: auto;
  }

  .credsLoginView .login-button {
    font-size: 12px !important;
    width: 80px !important;
    height: 23px !important;
  }

  .mstrd-MessageBox {
    width: 90%;
    padding: 15px;
  }

  .mstrd-LoginView-blank {
    width : 292px;
    height: 25px;
    margin-top: 34%;
    overflow: hidden;
    margin-left:65.5%;
  }
}

@media (max-width: 878px) {

#loginForm {
    width: 228px !important;
    height: 105px !important;
}
  .credsLoginView {
    max-width: 262px !important;
    height: 290px !important;
    margin-top: 34%;
  }

  .mstrd-LoginView-blank {
    width : 258px;
    height: 20px;
    margin-top: 38%;
    overflow: hidden;
    margin-left:64.5%;
    
  }
}

@media (max-width: 735px) {
#loginForm {
    width: 220px;
    height: 105px;

}
  .credsLoginView {
    max-width: 257px !important;
    height: 290px !important;
    margin-top: 34%;

  }
.mstrd-LoginView-blank {
    width : 237px;
    height: 15px;
    margin-top: 43%;
    overflow: hidden;
    margin-left:63.5%;
    display : none;
  }

}

@media (max-width: 680px) {
  .Logo {
    margin-top: 13px;
  }

  .LogoContainer {
    width: 100px;
  }

  .AppContainer {
    padding: 10px;
    justify-content: center;
    align-items: center;
  }

  .credsLoginView {
    width: 65% !important;
    padding: 10px !important;
    max-width: 290px !important;
    left: 68% !important;
margin-top: 34%;
  }

  .mstrd-LoginView-blank {
    margin-top: 85%;
    margin-left: 41.5%;
  }

  .CredentialsLoginContainer {
    height: auto;
  }

  .mstrd-MessageBox {
    width: 95%;
    padding: 10px;
    font-size: 14px;
  }

  .login-button {
    font-size: 12px;
    padding: 8px;
  }
}

@media (max-width: 680px) {

 .mstrd-LoginView-blank {
    display: none;
  }

}

/* Message Box Styles */
.mstrd-MessageBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
}

.mstrd-MessageBox-main {
  text-align: center;
}

.mstrd-MessageBox-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mstrd-MessageBox-msg {
  font-size: 16px;
}

.mstrd-MessageBox-errorImg {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.mstrd-MessageBox-button {
  background-color: #a07129;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
}

/* Form Styles */
form {
  text-align: left;
}

.login-modes-row {
  margin-bottom: 15px;
}

.login-button {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin-top: 42px !important;
  font-size: 14px;
  background-color: #a07129 !important;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.login-button:hover {
  background-color: #a07129 !important;
}

.login-button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

/* Icon Container Styles */
.icon-container {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  cursor: pointer;
}

.icon-container .login-icons {
  width: 50px;
  height: 50px;
  background-color: #ccc;
  border-radius: 50%;
  margin-bottom: 5px;
}

.icon-container .icon-name {
  font-size: 14px;
}

.credsLoginView .login-button {
  font-size: 12px !important;
  color: #fff;
  background-color: #a07129 !important;
  width: 88px !important;
  height: 26px !important;
  line-height: 0px !important;
}

.credsLoginView .login-button.disabledLogin {
  background-color: #a07129 !important;
}

.placeholder {
  color: #a07129 !important;
}

.form-control {
  margin-bottom: 40px !important;
}

.inputContainer {
  height: 38px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #a07129 !important;
  border-radius: 4px;
  font-size: 12px;
  background-color: white;
  color: #7f7f7f;
  background-size: 15px 18px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 0px 0px 8px 34px;
  margin-bottom: 30px;
}

.CredentialsLoginContainer .mstr-CredsLogin-form-section .form-control {
  border-bottom: none !important;
  font-size: 14px !important;
}

.CredentialsLoginContainer .mstr-CredsLogin-form-section .placeholder {
  top: -8px !important;
  left: 10px !important;
  font-size: 12px !important;
  background-color: white !important;
}

#loginForm {
  height: 238px !important;
}

#username,
#password {
  padding-top: 9px;
}

#username::placeholder,
#password::placeholder {
  color: #bebcbc !important;
}

.mstr-CredsLogin-auth-mode {
visibility: visible !important;
  margin-bottom: 20px !important;
  padding-top: 0px !important;
  margin-top: 10px !important;
  text-align: center !important;
}
.CredentialsLoginContainer .mstr-CredsLogin-auth-mode .login-modes-row input[type=radio]:checked+.mode-label {
    border-bottom: 2px solid #a07129 !important;
    padding-bottom: 2px;
}

.CredentialsLoginContainer
  .mstr-CredsLogin-auth-mode
  .login-modes-row
  input[type="radio"]:checked
  + label {
  border-bottom: 2px solid #a07129 !important;
  padding-bottom: 2px;
}
#LDAPModeLabel{
display:block !important;
}

.CredentialsLoginContainer .mstr-CredsLogin-auth-mode .login-modes-row label {
  color: #a07129 !important;
  font-size: 13px !important;
}
.login-button {
    margin-top: 14px !important;
}

.credsLoginView.noIconModes .mstr-CredsLogin-form-section {
  margin-top: 35px !important;
}


@media (max-width: 600px) {
  #lb_LoginStyle {
    width: 90%;
    padding: 20px 10px;
    margin-right: 5%;
  }

  .mstrLoginButtonBarLeft {
    margin: auto 55px;
    width: 100%;
  }

  .mstrLoginFieldsGroup .mstrInputText {
    width: 100%;
    font-size: 1.5em;
  }
  .mstrLoginButtonBarLeft .mstrButton,
  .mstrLoginButtonBarRight .mstrButton {
    width: 45%;
    margin-top: 7%;
    margin-left: 26px;
    max-width: 80px;
    height: 25px;
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  #lb_LoginStyle {
    width: 60%;
    padding: 30px 20px;
  }
}
