body {font-family: roboto condensed;background-color:white;}

body.game-management-page {
  background-color: lightgrey;
}

.game-management-header {
  background-color: #f1f1f1;
  margin-top: 0;
  text-align: left;
}

.game-management-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.game-management-header-left {
  display: flex;
  flex: 1 1 720px;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.game-management-school {
  display: block;
  font-size: 10px;
  font-weight: normal;
}

.game-management-title-row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.game-management-title {
  font-size: 24px;
  font-weight: bold;
}

.game-management-room-id {
  color: red;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

.game-management-registration-title,
.game-management-registration-waiting {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
}

.game-management-max-stations {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  white-space: nowrap;
}

.game-management-max-stations select {
  font-size: 16px;
  height: 32px;
}

.game-management-modalities {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 8px;
  text-align: right;
}

.game-management-modalities-label {
  font-size: 24px;
  font-weight: bold;
}

.game-management-challenge-select,
.game-management-team-size-select {
  font-size: 20px;
  height: 40px;
  max-width: 100%;
}

@media screen and (max-width: 1366px) {
  .game-management-header-top,
  .game-management-modalities {
    justify-content: flex-start;
  }

  .game-management-max-stations {
    margin-left: 0;
  }
}

#desktop{
	text-align:center;
}
#tela{
	text-align:center;
	padding-top:5px;
}
/* Bordered form */
form,.form {
  border: 3px solid #f1f1f1;
  width:60%;
  display: inline-block;
}

/* Full-width inputs */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 7px 10px;
  margin: 6px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.8;
}


/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 12px 0 6px 0;
}

/* Avatar image */
img.avatar {
  /*width: 100px; */
  border-radius: 50%;
}

img.avatar2 {
  width: 45px;
  border-radius: 50%;
  float:left;
  margin-top:-16px;
}

/* Avatar image */
img.desktop-icon {
  height: 65px;
  cursor: pointer;
  border-radius: 10%; 
}

/* Add padding to containers */
.container {
  padding: 16px;
}

.container.rodape{
  margin-top: -35px;
    padding: 20px;
}

/* Center the avatar image inside this container */
.desktop {
  float: left;
  margin-left:14px;
  font-size:15px;
}

/* The "Forgot password" text */
span.psw {
  float: right;
  margin-top:-8px;
}


/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 5px 18px;
  background-color: #f44336;
  float: left;
  margin-left: 50px;
  margin-top:-12px;
}

.okbtn {
  width: auto;
  padding: 5px 18px;
  background-color: #f44336;
}

button{
	font-size:16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;

  }
}

.eye {
	width:50px;float:left;margin-top:15px;margin-left:5px;cursor:pointer;
}

#changePswMsg{
	margin-top:-100px;
	color:red;
}

.register{
	float: left;
	margin-left: 50px;
	margin-top: -8px;
}


.ajs-message.ajs-custom { color: #31708f;  background-color: #d9edf7;  border-color: #31708f; }

