﻿/*MyChart Login Widget changes
/*Your iFrame can be targeted using the following selector as that will only affect the widget and not other pages in MyChart.
/* Uncomment out the section below*/
.embedded .isPreLogin {
    width: 100%;
}

.embedded .isPreLogin input {
  border-color: #A7A8A7;
  border-radius: 5;
}

.embedded .isPreLogin .button {
  border-radius: 0;
  box-shadow: none;
}

.embedded .isPreLogin .recovery,
.embedded .isPreLogin .signup {
  display: flex;
  justify-content: space-between;
}

.embedded .isPreLogin .recovery {
  border-bottom: 1px solid #FFCE00;
  margin: 1rem 0 0;
  padding-bottom: 2rem;
}

.embedded .isPreLogin a:not(:last-child):after {
  display: none;
}

.embedded .isPreLogin .recovery a {
  color: #006C68;
}

.embedded .isPreLogin .signup .header {
  width: auto;
}


.features .icon-provider {
  background-image: url("../images/quicklinks/provider.png");
}
