@import url('css2.css');

html,
body {
    width: 100%;
    height: 100%;
    font-family: "Montserrat";
background-image: linear-gradient(135deg, #e55635 10%, #F55555 100%);
}

.wrapper {
    width: 100%;
    height: 100%;
}

.container {
    height: 100%;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.center {
    width: 100%;
    height: 100%;
}

.item-game {
    padding: 5px;
    border-radius: 12px;
    margin-top: 20px;
    /* -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#00abeb), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #66cc00)) 21 30 30 21 repeat repeat; */
    animation: animation-border-img 1s ease-in-out infinite;
}

.left .item-game:nth-child(1),
.right .item-game:nth-child(1) {
    margin-top: 0;
}

.item-game img {
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 250px;
    background-color: #fff;
    border-radius: 12px;
    border: 2px solid #00abeb;
    /* background: url(/images/bg.png) no-repeat center bottom; */
}

@keyframes animation-border-img {
    0% {
        -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#00abeb), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #66cc00)) 21 30 30 21 repeat repeat;
    }

    100% {
        -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#eb4300), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #cc00be)) 21 30 30 21 repeat repeat;
    }
}

.bg {
    position: absolute;
    
	background-size: 100% 100%;
    width: 100%;
    height: 100%;
    background:linear-gradient(180deg, #d9ecfe, #e7f1fa); 
}

.img-text {
    padding: 50px;
    margin: 0 auto;
}

.text-content {
    /*padding: 50px;*/
}

.text-content h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #e6442a;

    margin: 0 auto;
    line-height: 60px;

    /*animation: animation-text 0.5s ease-in-out infinite;*/
}

@keyframes animation-text {
    0% {
        text-shadow: 0 1px 0 #ccc,
            0 2px 0 #ccc,
            0 3px 0 #ccc,
            0 4px 0 #ccc,
            0 5px 0 #ccc,
            0 6px 1px rgba(0, 0, 0, .1),
            0 0 5px rgba(0, 0, 0, .1),
            0 1px 3px rgba(0, 0, 0, .3),
            0 3px 5px rgba(0, 0, 0, .2),
            0 5px 10px rgba(0, 0, 0, .25);
/*            0 10px 10px rgba(0, 0, 0, .2),
            0 20px 20px rgba(0, 0, 0, .15); */
    }

    100% {

        text-shadow: 0 1px 0 #d81300,
            0 2px 0 #d81300, 0 3px 0 #d81300,
            0 4px 0 #d81300, 0 5px 0 #d81300,
            0 6px 1px rgb(255 255 255 / 10%),
            0 0 5px rgb(255 255 255 / 10%),
            0 1px 3px rgb(255 255 255 / 30%),
            0 3px 5px rgb(255 255 255 / 20%),
            0 5px 10px rgb(255 255 255 / 25%);
/*            0 10px 10px rgb(0 0 0 / 20%),
            0 20px 20px rgb(0 0 0 / 15%); */
    }
}


.img-logo {
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px 0 0;
    /* background-color: #fff; */
    border-radius: 12px;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
}

.group-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}

.group-button a:not(:first-child) {
    margin-left: 30px;
}

.btn {
    width: 300px;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
    font-weight: bold;
    color: #fff;

}

.sign-up {}

.sign-in {}

.btn a {
    display: block;
}

@media screen and (max-width: 1023.98px) {
    .text-content h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767.98px) {
    .img-logo {
        width: 50%;
    }

    .text-content {
        /*padding: 20px;*/
    }

    .group-button {
        padding: 10px;
        width: 100%;
    }

    .group-button a {
        width: 100%;
    }

    .btn {
        width: 100%;
        font-size: 20px;
    }

    .text-content h1 {
        font-size: 18px;
        line-height: 35px;
        letter-spacing: 2px;
    }
	table td {
		line-height:unset !important;
	}
}
.conbox {
	border: 1px solid #ebb971;
	    padding: 5px;
}
.conbox table {
    width: 100%;
    border: solid 1px #ebb971;
    border-top: 0;
    border-left: 0;
}
.conbox thead td {
    font-size: 1rem;
    color: #000;
    text-align: center;
    background-image: linear-gradient(#ffcf72,#fff0b2,#f8d577,#fee4b1,#fad471);
	border: solid 1px #ebb971;
	    font-weight: bold;
	line-height: 2rem;
	text-align: center;
}
.conbox tbody td {
    border: solid 1px #ebb971;
     font-weight: bold;
    line-height: 2rem;
	text-align: center;
	color: #ebb971;
	background: #000;
	/*animation: animation-text 1s ease-in-out infinite;*/
	padding-bottom: 10px;
}
table td span {
	line-height: 2rem;
}