.method_options * {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    cursor: pointer;
}
.method_options a, .method_options a:hover, .method_options a:visited, .method_options a:active {
    color: #fff;
}
.method_options a:hover {
    /*text-decoration: underline;*/
}

.method_option-content h2 {
  color: #19197c;
  margin: 2.5rem 0 0rem;
  font-size: 1.25rem;
  font-weight: 400;
  /*text-transform: uppercase;*/
}

.method_option-content h2 a {
  color: #19197c !important;
}

.method_option img {
  display: block;
    border: 0;
    width: 100%;
    height: auto;
}

.method_options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: minmax(200px, auto);
  grid-gap: 1rem;
}

.method_option {
  min-height: 280px;
  border: 2px solid #e7e7e7;
  padding: .5rem;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #5d5e5e;
    border-radius: 5px;
}

.thumbnail img {
  fill: #c7c4c4;
  height: 135px;
  opacity: .8;
  padding: 10px;
}

.method_option-content {
    font-size: .75rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.panel.method_option-panel .panel-header {
    background-color: #ffffff;
    font-size: .75rem;
    font-weight: 400;
    height: 25px !important;
}

.panel.method_option-panel .panel-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loginswitch_category {
    text-transform: uppercase;
    position: absolute;
    top: 110px;
    left: 0;
    color: #fff;
    background: #e74c3c;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
}

.cat_site_local {
  background-color: #50c6db;
}

.cat_xms_sso {
  background-color: #51bb7b;
}
.cat_site_sso {
  background-color: #f47820;
}