.account-home-btn {
    background-color: #154D7A;
    width: 260px;
    margin: 0 auto;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 20px;
    background-image: url(https://content.itshome.com/itshome/home-icon.svg);
    background-repeat: no-repeat;
    background-position: 35px;
    padding-left: 20px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.36);
}   
.ocp-account-creation-container {
  margin-bottom: 30px;
}
.ocp-account-creation-cta__panel {
  overflow:hidden;
  max-width: 467px;
  margin: 0 auto;
}
.ocp-cta-section-image {
  height: 169px;
}
.ocp-account-creation-cta-section-content {
  margin: 0 auto;
  text-align: center;
  background: #1D76AF;
  border-radius: 0 0 10px 10px;
}
.ocp-account-creation-cta-headline {
  font-size: 39px;
  font-weight: 600;
  color: #fff;
  line-height: 50.7px;
}
.ocp-account-creation-cta-description {
  font-size: 16px;
  line-height: 20.8px;
  color: #fff;
  margin: 15px 0;
}
.ocp-account-creation-cta-btn-container {
  padding: 16px 16px 25px 16px;
  margin: 0 auto;
}
.ocp-account-creation-cta-btn {
  height: 48px;
  width: 412px;
  padding-right: 24px;
  border-radius: 100px;
  background: url("https://content.itshome.com/wham/right-arrow.svg") #6C9F2E no-repeat 68% 50%;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  cursor:pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration:none;
}
@media (max-width: 576px) {  
  .ocp-account-creation-cta__panel {
    max-width: 343px;
  }
  .ocp-cta-section-image {
    height: 123px;
  }
  .ocp-cta-section-image img {
    width: 343px;
  }
  .ocp-account-creation-cta-headline {
    font-size: 25px;
    line-height: 32.5px;
  }
  .ocp-account-creation-cta-btn {
    height: 48px;
    width: 287px;
    padding-right: 24px;
    background: url("https://content.itshome.com/wham/right-arrow.svg") #6C9F2E no-repeat 78% 50%;    
  }
}
.ocpmatch__sticyToastSection {
  padding: 8px 16px;
  background: #E9F4FB;
  box-shadow: 0px 0px 10px 0px #00000040;
  margin: 0 0 5px 0;
  position: relative;
}
.ocpmatch__sticyToastSection .ocp__stickyToast__container {
  margin: 0 auto;
  text-align: left;
  position: relative;
  display: table;
}
.ocpmatch__sticyToastSection .ocp__stickyToast__container .ocp__stickyToast__icon {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px
}
.ocpmatch__sticyToastSection .ocp__stickyToast__container .ocp__stickyToast__headline {
  font-family: 'myriad-pro';
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.ocpmatch__sticyToastSection .ocp__stickyToast__container .ocp__stickyToast__headline .gotoAccountCreation {
  color: #1A6799;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  padding-left: 5px;
}
.ocpmatch__sticyToastSection .ocp__stickyToast__closeBtn {
  width: 14px;
  height: 14px;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 27px;
}
.ocpmatch__sticyToastSection .ocp__stickyToast__closeBtn::before, 
.ocpmatch__sticyToastSection .ocp__stickyToast__closeBtn::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #777676;
}
.ocpmatch__sticyToastSection .ocp__stickyToast__closeBtn::before {
  transform: rotate(45deg);
}
.ocpmatch__sticyToastSection .ocp__stickyToast__closeBtn::after {
  transform: rotate(-45deg);
}
@media (max-width: 576px) {  
}
