/*Hide the 'Register Now' Option on login page*/
#switchform.ig-smallmarginbottom{
display: none !important;
}

/*Adjust Sign-In Page to simplify using Azure SSO and Igloo Auth*/
.login-button{
  background-color: #6e4f9e;
  width: 250px;
  height: 50px;
  border-radius: 15px;
  color: white;
  font-size:25 !important;
  margin-bottom: 20px;
} 

#button-ctn{
text-align: center;
  width: 300px;
  height: 275px;
  margin: auto;
}