body {
  height:450px;
  /*background:steelblue;background:radial-gradient(circle, rgba(137,204,255,1) 0%, rgba(137,204,255,1) 50%, rgba(70,130,176,1) 100%);*/
}

.browserTypeText{
    float:right;
    margin-top:6px;
    opacity: .8;
    letter-spacing: 1px;
}

.title_appName{
    font-size: 24px;
}

.form-signin {
    max-width: 370px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
#inputUserName{
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#inputPassword {
    margin-bottom: -1px;
    border-radius: 0;
}
#inputEntity {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.desktopBackground{
    background-image:url('../images/watermark.png');
    background-repeat:no-repeat;
    background-position:center bottom 25%;
}

/* Update the loading image */
/*.k-loading-mask .k-loading-image {    background-image:url('../images/128_loading.gif'); }*/


.succeedPasswordComplexity{
    color:green;
}
.failPasswordComplexity{
    color:red;
}

/* Login Application Cards */
.dashboard-card {
    /*background-color: #f9fbfe;*/
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 25px 15px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    /*color: #333;*/
    text-decoration: none;

    background-color: var(--kendo-color-base-active,#333);
    color: var(--kendo-color-on-base, #fff) !important;
    /*border-color: var(--kendo-color-border,#666) !important;*/
}

.dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.dashboard-card .icon {
    font-size: 32px;
    margin-bottom: 10px;
    /*color: #4285f4;*/
    color: var(--kendo-color-primary,#666) !important;
}

.dashboard-card span {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

a.dashboard-card {
    text-decoration: none;
}