body {
    background-color: #d8d8d8!important;
    padding-bottom: 40px;
}

.card-login {
  max-width: 25rem;
}

.profile-img {
  width: 70px;
}

.profileimage-large {
  width: 300px;
}

input[readonly] {
    background-color:#DADADA;
}

.btn {
  color: white!important;
}

.link-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

/*.btn-icon {

    padding-top: 0.375rem!important;
    padding-right: 0.55rem!important;
    padding-bottom: 0.375rem!important;
    padding-left: 0.55rem!important;
}*/

.row_spread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}