.textInput{
	background: linear-gradient(180deg, #feffff, #fff);
    border: 3px solid #015eea;
    border-radius: 16px;
    box-shadow: 0 15px 15px rgb(0 0 0 / 15%);
    height: 81px;
}
input{
	color: #015eea;
	text-align:left;
	font-size: 16px;
	font-weight:bold;
    width: 100%;
    border: 0;
    height: 1.1875em;
    margin: 0;
    display: block;
    padding: 10px;
    background: none;
    box-sizing: content-box;
}

.mainButtons{
	color: #fff;
    min-height: 56px;
    text-align: center;
    background: linear-gradient(180deg, #365cfe, #015eea);
    border: 2px solid #fff;
    border-radius: 30px;
    box-shadow: 0 15px 15px rgb(0 0 0 / 5%);
    height: 50px;
    margin:0;
    min-width: 150px;
    padding: 15px;
	transition: ease-in-out all 0.1s;
}
.mainButtons:active {
  background: linear-gradient(180deg, #365cfe, #01c1ea);
  transform: scale(0.987);
}

.forgetPasswordButton{
	color: #fff;
	border: 0;
	font-weight: 700;
	background: transparent;
    margin: 0;
	text-align:right;
}
.Leaderboard{
	color: #000;
	cursor: default;
	text-align: left;
	font-family: 'Sofia Sans Extra Condensed';
	font-size: 25px;
	font-weight: 700;
	user-select: none;
	padding: 15px;
	border: 0;
	border-radius: 10px;
}
.Leaderboard:focus {
    outline: none;
}
