html,body{
    height: 100%;
}

.container{
    height: 100%;
    align-content: center;
}
    
.card{
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
}

body {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 30s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.mp-iconselect select {
  padding-left: 3em;
  color: #737373;
}
.mp-iconselect {
  display: inline-block;
  position: relative;
  color: #737373;
}
.mp-iconselect::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  font-size: 1.2em;
  position: absolute;
  left: .5em;
  top: .2em;
  z-index: 5;
  pointer-events: none;
}
.mp-iconselect.lang::before {
  content: "\f0ac";
}