/*

DESCRIPTION :
  Unkown

NOTES :
  This code was found in the root catalog, im not sure who wrote it or what problem its solving exactly.
	Removes form for registering new accounts, forces users to sign in instead

AUTHORS :
  Unknown
  Sam Malcolm

LAST UPDATED :
  27/9/21

*/
/*Turn this on later*/
/*media all -Hide the login*/
.AccountDropdown--margin-top {
  margin-top: 30px;
  /*visibility: hidden;*/ }

/*media all- changes the enrol button to yellow- 3rd page*/
.disabled.btn-info,
.disabled.btn-info:hover,
.disabled.btn-info:focus,
.disabled.btn-info:active,
.active.disabled.btn-info,
[disabled].btn-info,
[disabled].btn-info:hover,
[disabled].btn-info:focus,
[disabled].btn-info:active,
[disabled].active.btn-info,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .active.btn-info {
  background-color: #fac800;
  border-color: #fac800; }

/*media all -changes the colour of the Enroll button to yellow*/
.btn-info {
  color: #000053;
  background-color: #fac800;
  border-color: #fac800; }

/*media all -changes the colour of the Enroll button*/
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.active.btn-info {
  color: #000053;
  background-color: #ffd324;
  border-color: #ffd324; }

/*media all-changes the colour of the blue (hover) bar at the bottom*/
.product-results .product-tile:hover {
  box-shadow: inset 0px -5px 0px #E60028; }

/*media all-changes the colour of the free flag*/
.product-flag-free {
  background-color: #E60028; }

/*media all-changes the colour of text in the footer*/
.product-tile .product-footer {
  color: #000054; }

/*media all-changes the colour of course circle*/
div.ProductIcon__LargeCircle--course {
  background: #000054; }

/*Modify the home page feature area background - red stripe above search bar*/
#home-page .feature-region {
  height: 15px;
  background-repeat: no-repeat;
  background: #E60028; }

/* Modify the search box background color - RMIT Blue*/
#search-form.callout-region {
  background-color: #000054; }

/*Modify the layout of the search box label*/
.search-form .search-label {
  line-height: 1.5;
  font-size: 26px;
  font-weight: 500;
  color: #E60028; }

/*@media screen and (min-width:768px)-Hide the transcript button*/
.DashboardNavigation__TranscriptButton {
  visibility: hidden; }

.RegistrationBody__UserFields {
  display: none; }

#registration-wrapper #registration hr ~ * {
  display: none !important; }
