
.page-background {
    background-color: white;
    height: 100%;
    width: 100%;
}

.dropdownContainer{
  display: flex;
  margin: auto;
  height: 30px;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 470px;
  height: 40px;
  border: 1px solid darkgray;
  margin-left: -1px;
}

.dropdown input[type="checkbox"],
.dropdown input[type="radio"] {
  display: none;
}

.drop-down-text {
  pointer-events: none;
}

.dropdown-menu {
  display: none;
  border-radius: 0px 0px 10px 10px;
}

.dropdown-menu.active {
  display: block;
}

.dropdown label {
  display: block;
  padding: 5px 10px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  width: 100%;
  height: 100%;
  line-height: 30px;
  box-sizing: border-box;
  margin: 0px;
}

.dropdown li {
  border-top: 1px solid darkgray;
}

.dropdown-menu li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.error-container {
  position: relative;
  display: flex;
  left: calc(50% - 283px / 2);
  top: 200px;
  width: 283px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-direction: column;
}

.error-icon {
  width: 100%;
  height: 47px;
  background-image: url(../img/error_outline.svg);
  background-repeat: no-repeat,no-repeat;
  background-position: center bottom, left top;
  background-size: auto, auto;
  position: relative;
}

.arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid darkgray;
  pointer-events: none;
}

.dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 470px;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -1px;
  display: none;
  background-color: white;
  word-wrap: break-word;
}

.dropdown ul label:hover {
  background-color: #D3D3D3;
}

.dropdown ul li {
  padding: 0px 10px;
  cursor: pointer;
}

.dropdown ul li:hover {
  background-color: #D3D3D3;
}

.dropdown input[type="checkbox"]:checked ~ ul {
  display: block;
}

.button-class{
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: white;
  border: 2px solid #BA0020;
  color: #BA0020;
}

.bodyclass{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
}

.grid-height {
  height: 10px;
}

.buttonContainer {
  position: relative;
  width: calc(100% - 26px);
  padding: 15px 0px 20px 24px;
}

.cardContainer {
  padding-top: 50px;
}

.card {
  display: grid;
  left: calc(50% - 520px/2);
  top: 84px;
  width: 520px;
  height: 450px;
  position: relative;
  background: #FDFDFD;
  border-top: 8px solid #BA0020;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 4px 5px rgba(0, 0, 0, 0.12), 0px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.logo-image {
  width: 100%;
  height: 65px;
  background-image: url(../img/logo_cambio.png);
  background-repeat: no-repeat,no-repeat;
  background-position: center bottom, left top;
  background-size: auto, auto;
  position: absolute;
  bottom: 20px;
}

.banner-image {
    width: 520px;
    height: 168px;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat,no-repeat;
    background-position: right bottom, left top;
    background-size: auto, auto;
}

.title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}

.button-extra-login {
  padding-bottom: 0px;
}

.extra-text-class {
  color: cornflowerblue;
  cursor: pointer;
}
