.oath-content {
  position: relative;
  background: white;
  width: 460px;
  border-radius: 4px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  padding: 18px 55px;
  margin-top: 20px;
  margin-bottom: 100px;
  z-index: 3;
}
.oath-content .close {
  margin-right: -40px;
  margin-top: -5px;
}
.oath-content .close:hover {
  cursor: pointer;
}
.oath-content .access-header {
  font-size: 1.8rem;
  line-height: 24px;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 8px;
  color: #2C3E48;
}
.oath-content .vp-logo {
  margin-top: 12%;
  margin-right: 35%;
  position: absolute;
  z-index: 1;
}
.oath-content .arrow-top {
  margin-bottom: -10px;
}
.oath-content .member-photo {
  margin-left: 15px;
  height: 67px;
  width: 70px;
}
.oath-content .member-photo img {
  border-radius: 50%;
}
.oath-content .ph-background {
  position: relative;
}
.oath-content .partner-logo-container {
  margin-left: 35%;
  margin-top: 12%;
  position: absolute;
  z-index: 1;
}
.oath-content ul.permissions {
  padding-left: 0;
}
.oath-content ul.permissions li {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 9px;
  list-style: none;
  color: #2C3E48;
}
.oath-content ul.permissions li:before {
  content: url("/auth/resources/23.0.7/login/virginpulse/img/login_oath_grant/checkmark.svg");
  position: relative;
  top: 6px;
  padding-right: 8px;
}
.oath-content .terms {
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 15px;
  width: 300px;
  color: #4A4A4A;
}
.oath-content .buttons {
  margin: 21px auto 0;
  border-top: 1px solid #EAEAEA;
  padding-top: 17px;
}

@media only screen and (max-width: 767px) {
  .oath-content {
    position: relative;
    width: 350px;
    box-shadow: none;
    margin-top: 0;
    padding: 0 20px;
    z-index: 3;
  }
  .oath-content .vp-logo {
    margin-top: 15%;
    margin-right: 45%;
  }
  .oath-content .partner-logo-container {
    margin-left: 45%;
    margin-top: 15%;
  }
  .container {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.container-content {
  display: flex;
  justify-content: center;
}

.placeholder {
  position: absolute;
}

.default-logo, .partner-logo {
  position: relative;
}

.default-partner-logo {
  border-radius: 15px;
  padding: 3px;
}