@import url('\.\./nyu/style.css');

.activation-image {
  background-image: url(/pwm/public/resources/smiley.svg) !important;
  background-size: 80% 80% !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
}

.tile-image.activation-image::before {
   content: '';
}
a[id='Button_ForgottenUsername'] .forgotten-image {
  background-image: url(/pwm/public/resources/mag.svg) !important;
  background-size: 80% 80% !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
}

a[id='Button_ForgottenUsername'] .tile-image.forgotten-image::before {
   content: '';
}

#centerbody.tile-centerbody {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    box-sizing: border-box;
    justify-items: center;
    max-width: 650px !important;
    padding: 25px 0 !important;
    width: fit-content;
}

#Button_ActivateUser {
  grid-row: 2 !important;
  grid-column: 1 !important;
}

#footer {
  padding: 25px !important;
  height: fit-content;
  box-sizing: border-box;
}

#header-title, #header-center-right {
  padding-left: 15px !important;
}

@media screen and (min-width: 700px) {
  #centerbody.tile-centerbody {
     grid-template-columns: 1fr 1fr 1fr;
     
 }
 #Button_ActivateUser {
  grid-row: 1 !important;
  grid-column: 3 !important;
 }

}
#Button_ForgottenPassword2-img {

    background: transparent none no-repeat scroll center center;
    font: 40px FontAwesome;
    height: 50px;
    margin-bottom: 5px;


}

.Button_ForgottenUsername2.tile-image.forgotten-image::before {
  display: inline-block;
  font-family: 'Glyphter' !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #57068c;
  content: "\0047" !important; 
}


#elements-list  {
  padding: 0 0 0 40px;
  box-sizing: border-box;
}

#additional-list {
  padding: 0 0 0 20px !important;
  box-sizing: border-box !important;
}

#elements-list li, #additional-list li {
  list-style-position: outside !important;
}