/* Home Page style */
html {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    text-size-adjust: 100%;
}

body {
    height: 100%;
    margin: 0px;
    color: rgb(100, 100, 100);
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: black;
    top: 0px;
}

.wrapper {
    height: 100px;
    background-color: rgb(34, 97, 150);
}

.tps-logo {
    background: url('Images/TPS-logo-150px.png') no-repeat;
    background-size: 145px 150px;
    background-position: top 0px center;
    padding: 0;
    display: table;
    min-height: 150px;
}

.col-mid {
    flex: 0 0 auto;
    width: 150px;
}

button {
  cursor: pointer;
  border: 0;
  border-radius: 6px;
  font-weight: 600;
  margin: 0 10px;
  width: 200px;
  padding: 10px 0;
  box-shadow: 0 0 10px rgba(104, 85, 224, 0.2);
  transition: 0.4s;
}

.log {
  color: rgb(34, 97, 150);
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid black;
  border-radius: 6px;
  margin-top: 27px;
}

button:hover {
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  background-color: black;
  border: 1px solid white;
}

.Btn_Login1 {
    color: rgb(34, 97, 150);
    font: 14px 'Montserrat', sans-serif;
    border: 1px solid black;
    background-color: rgba(255, 255, 255, 1);
    padding: 1px;
}

    .Btn_Login1 div.dxb {
        padding: 5px 10px 5px;
    }

/* -- Button -- */
.dxbButton_PlasticBlue {
    color: rgb(34, 97, 150);
    font: 16px 'Montserrat', sans-serif;
    border: 1px solid black;
    background-color: rgba(255, 255, 255, 1);
    padding: 1px;
}

.dxbButtonHover_PlasticBlue {
    color: white;
    background: black;
    border: 2px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.dxbButtonChecked_PlasticBlue {
    color: #000000;
    background: #DEDEDE none;
}

.dxbButtonPressed_PlasticBlue {
    color: #000000;
    background: #cbcbcb none;
}

.dxbButton_PlasticBlue div.dxb {
    padding: 5px 10px 5px;
}

.dxbButton_PlasticBlue div.dxbf {
    padding: 1px 9px 2px;
    border: 1px Dotted #000000;
}

.dxbButton_PlasticBlue .dxBadge {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(34, 97, 150);
}
/* Button Link */
a.dxbButton_PlasticBlue {
    color: #5A83D0;
    text-decoration: underline;
}

    a.dxbButton_PlasticBlue:hover {
        color: #2443AA;
    }

    a.dxbButton_PlasticBlue:visited {
        color: #996085;
    }

    a.dxbButton_PlasticBlue .dxBadge {
        background: #5A83D0;
        text-decoration: none;
        vertical-align: baseline;
        font-size: 14px;
    }

    a.dxbButton_PlasticBlue:hover .dxBadge {
        background: black;
        color: white;
        text-decoration: none;
    }