html {
  font-family: sans-serif;
}

body {
  margin: 0;
  margin: 2rem 5rem;
}

button {
  font: inherit;
  background: #511496;
  border: 1px solid #511496;
  color: white;
  cursor: pointer;
  padding: 0.8rem 2.5rem;
  font-size: 1.5rem;
}

#login-container {
  position: relative;
}

#register-container {
  position: relative;
}

#btn-container {
  position: relative;
}

#loading-animation-login {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.5rem;
  left: 3.5rem;
  visibility: hidden;
}

#loading-animation-register {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.5rem;
  left: 4.9rem;
  visibility: hidden;
}

#loading-animation-disabled-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.5rem;
  left: 4.9rem;
  visibility: hidden;
}

#loading-animation-disabled-button.loading-academies {
  left: 6.2rem;
}

#loading-animation {
  z-index: 10;
}

button:focus {
  outline: none;
}

button:hover,
button:active {
  background: #832ee4;
  border-color: #832ee4;
}

a {
  text-decoration: none !important;
}

#title {
  font-size: 3rem;
  font-weight: 900;
  color: #6914c9;
  margin: auto;
  width: 60%;
  border: 3px solid #6914c9;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
}

#control-center {
  border: 2px solid #ccc;
  padding: 2rem;
}

#logout-button {
  padding: 0.3em 1em;
  font-size: 1rem;
}

#activeAcademyInfo {
  padding: 0.3em 1em;
  font-size: 1rem;
  background-color: #511496;
  float: left;
  color: white;
  display: none;
}

.mentorsChoosing {
  transition: all 0.3s linear;
  display: block;
}

.hidden {
  display: none;
}

.visuallyhidden {
  opacity: 0;
}

.choosingDiv{
  margin-right:150px;
  float:left;
}

.choosingDiv-noMargin{
  margin-right:5px;
  float:left;
}


.leftTextDiv{
  margin-right:150px;
  float:left; 
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

div.textBoxMove {
  position: relative;
  left: 150px;
  border: 3px solid #73AD21;
}

.divSquareR input[type=text], .divSquareR input[type=password] {
  width: 80%;
  padding: 15px;
  margin: 5px 0 5px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

.divSquareR-login input[type=text], .divSquareR-login input[type=password] {
  width: 50%;
  padding: 15px;
  margin: 5px 0 5px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

.divSquareL{
  width:20%; height:50px; margin:4px; float:left;
  display: flex;
  justify-content: right;
  align-items: center;
}

.divSquareR{
  width:70%; height:50px; margin:4px;
  display: flex;
  justify-content: left;
  align-items: center;
}