/*input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}*/

.login_errors{
    background-color: #FCEDED;
    border: 1px solid #FF0000;
    border-radius: 5px;
    margin-bottom: 3%;
    padding-top: 2%;
  }
  
    /* Style for the title login page  */
    .ims_title {
      font-size: 30px;
      font-weight: normal
    }
  
  
  /* test logo image login */
  
  /*image on top of menu*/
  .logo_menu_img{
    width: 90%;
    margin-top:-15%;
    margin-bottom:-15%;
  }
  /* end  */
  
  
  
  .login_continue{
    background-color: #E4ECF7;;
    border: 1px solid #1A73E8;
    border-radius: 5px;
    margin-bottom: 3%;
    padding-top: 2%;
    
  }
  
  .login_errors p{
    text-align: center;
    color: #e64e4e;
  }
  
  .login_continue p{
    text-align: center;
    color: #1A73E8;
  }
  
  button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
  }
  
  button:hover {
    opacity: 0.8;
  }
  
  .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
  }
  
  .container {
    padding: 16px;
  }
  
  span.psw {
    float: right;
    padding-top: 16px;
  }
  
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
  }
  
  .dlg .dlg-content {
    flex-direction: column;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
    z-index: 2;
    padding: 0;
  }
  .dlg .dlg-content .card {
    position: relative;
    margin: 0;
    border-bottom: 0;
    border-top-color: #fe669e;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dlg .dlg-content .card .card-header {
    text-align: center;
    margin: 0px auto;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .dlg .dlg-content .card .card-header .logo-img {
    width: 100%;
    max-width: 210px;
    height: auto;
  }
  .dlg .dlg-content .card .card-body {
    padding: 20px 30px 15px;
  }
  
  .dlg .dlg-content .card .card-description {
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 1.2rem;
    color: #5a5a5a;
    margin-top: 11px;
    padding-bottom: 10px;
  }
  .dlg .dlg-content .card .card-footer {
    text-align: center;
    padding: 20px 30px;
    width: 100%;
  }
  .dlg .dlg-content .card .card-footer .card-copyright {
    font-size: 1rem;
    color: #999999;
  }
  
  .dlg .dlg-content .login-submit {
    padding: 19px 0 0;
  }
  .dlg .dlg-content .login-submit .btn {
    width: 100%;
  }
  .dlg .dlg-content .login-submit > div:first-child {
    padding-right: 10px;
  }
  .dlg .dlg-content .login-submit > div:last-child {
    padding-left: 10px;
  }
  .dlg .dlg-content .login-forgot-password {
    line-height: 1.5;
    text-align: right;
  }
  .dlg .VYMape {
    background: #fff;
    direction: ltr;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .dlg .VYMape svg {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
  }
  @media (max-width: 575.98px) {
    .dlg-content {
      display: flex;
      background: #fff;
      min-height: 100vh;
    }
    .dlg .card {
      border: none;
    }
  }
  @media (min-width: 575px) {
    .dlg {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
      position: relative;
    }
    .dlg:before {
      min-height: 30px;
    }
    .dlg:after {
      min-height: 64.8px;
    }
    .dlg:after, .dlg:before {
      box-flex: 1;
      flex-grow: 1;
      content: "";
      display: block;
      height: 24px;
    }
    .dlg .dlg-content {
      flex-shrink: 0;
      background: #fff;
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      display: block;
      margin: 0 auto;
      min-height: 0;
      width: 450px;
      transition: 0.2s;
    }
    .dlg .VYMape {
      background: #e0e0e0;
    }
    .dlg .card-footer {
      position: absolute;
      top: auto;
      background-color: transparent;
    }
  }