.h1, h1 {
    font-size: 60px;
    line-height: 46px;
    margin-top: 10px;
}

.h4, h4 {
    font-size: 26px;
    line-height: 35px;
}

#loginErrorMessage {
    color: red;
    font-family: Montserrat-Bold;
    font-size: 14px;
    margin-top: 10px;
}

#page {
	background-image: url(/images/leaderboard-sprint/bg-01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
	padding: 50px 0 5px;    
}

.load {
    height: 100vh;
    margin-top: 120px;
}

.main {
    height: fit-content;
    padding-bottom: 20px;
}

.adjust-width {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.extra {
    background-color: #161616;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
}


input[type="number"], input[type="text"], input[type="email"] {
	font-family: Questrian;
    font-size: 24px !important;
    color: #006a36;
    max-width: 340px;
    height: 80px;
    border-style: solid;
    border-width: 6px;
    border-color: rgb(0, 104, 48);
    border-radius: 20px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 165, 1) 0%, rgb(255, 255, 2) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 165, 1) 0%, rgb(255, 255, 2) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 165, 1) 0%, rgb(255, 255, 2) 100%);
    box-shadow: -0.61px 6.973px 11px 0px rgba(0, 0, 0, 0.004);
}

button.btn-view-points {
	font-size: 24px !important;
    line-height: 58px;
    font-family: Questrian;
    width: 100%;
    max-width: 340px;
    height: 80px;
    border-radius: 5px;
    font-size: 30px;
    color: #006830;
    font-size: 22px;
    border-width: 1px;
    border-color: rgb(213, 177, 96);
    border-style: solid;
    border-style: solid;
    border-width: 6px;
    border-color: rgb(0, 104, 48);
    border-radius: 20px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,165,1) 0%, rgb(255,255,2) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 165, 1) 0%, rgb(255, 255, 2) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,165,1) 0%, rgb(255,255,2) 100%);
    box-shadow: -0.61px 6.973px 11px 0px rgba(0, 0, 0, 0.004);
}

	button.btn-view-points:hover, button.btn-view-points:focus, button.btn-view-points:visited {
		color: rgb(1, 152, 73);
        border-color: rgb(1, 152, 73);
        text-decoration: none;
	}

    th, td {
        text-align: center !important;
    }
    
    .game-info {
        font-family: 'Montserrat-Bold';
        background-color: #ffa600;
        font-size: 10px;
        border-radius: 15px;
        margin: 10px auto;
        line-height: 52px;
        max-width: 560px;
        margin-bottom: 30px;
        text-align: center;
    }

    .game-info li {
        display: inline-block;
        font-size: 1.5em;
        list-style-type: none;
        padding: 1em;
        text-transform: uppercase;
        padding-bottom: 0;
    }
    
        .game-info li span {
            display: block;
            font-size: 4.5rem;
        }

    .scrollit {
        /* overflow: scroll;
        height: 100%;
        margin-top: 40px; */
        max-width: 560px;
    }

    #divPoints {
        background-color: #006830;
        padding: 5px;
        border-radius: 15px;
        color: #ffffff;
        font-family: 'Montserrat-Bold';
    }

    #dLoaderContainer img {
        max-width: 150px;;
    }
    
    @media (max-width: 767px) {
        .nav .col-6, .nav .col-3 {
            padding: 0;
        }
    
        .game-info li span {
            font-size: 28px;
        }
    
        .game-info li {
            font-size: 10px;
            padding: 10px;
        }
    
        .game-info {
            line-height: 24px;
        }

        .h4, h4 {
            font-size: 25px;
            line-height: 22px;
        }

        .h1, h1 {
    font-size: 30px;
    line-height: 22px;
    margin-top: 10px;
}
    }

    @media (max-width: 420px) and (orientation: portrait) {
        .main {
            padding: 1px 0 5px;
        }

    .h4, h4 {
        font-size: 16px;
        line-height: 30px;
    }

    .h1, h1 {
    font-size: 30px;
    line-height: 22px;
    margin-top: 10px;
}
}