.judulh1 h1 {
    font-size: 30px;
    font-family: "sans-serif";
        background: rgb(98,98,98);
background: linear-gradient(289deg, rgba(144,0,0,1) 0%, rgba(65,9,9,1) 50%);
    color: #f2f2f2;
    width:100%;
    margin: 0.5% 0 0;
            
}
        .tron-login-totovip {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 5px;
            color: #fff;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            font-size: calc(12px+1vh);
            font-style: normal;
            font-variant: normal;
            font-weight: 700;
            line-height: 23px;
            padding: 10px;
            background: linear-gradient(180deg, rgba(255,0,62,1) 0%, rgba(106,0,0,1) 82%);
            -webkit-box-shadow: 1px 1px 15px 0 #e7d805;
            -moz-box-shadow: 1px 1px 15px 0 #e7d805;
            box-shadow: 1px 1px 15px 0 #770377;
            border: solid #c18408 3px;
            text-decoration: none;
            display: flex;
            cursor: pointer;
            text-align: center;
            justify-content: center
        }

        .tron-login-totovip:hover {
            background: #cc1515;
            border: solid #c18408 3px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            text-decoration: none;
            color: #fff
        }

        .tron-daftar-totovip {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 5px;
            color: #fff;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            font-size: calc(12px+1vh);
            font-style: normal;
            font-variant: normal;
            font-weight: 700;
            line-height: 23px;
            padding: 10px;
            background: linear-gradient(180deg, #5bc0de 0%, #282828 100%);
            color: #fff;
            text-decoration: none;
            display: flex;
            cursor: pointer;
            text-align: center;
            justify-content: center;
            margin: 0 10px 0 0
        }

        .tron-daftar-totovip:hover {
            background: linear-gradient(180deg, #282828 0%, #5bc0de 100%);
            border: solid #abc2ec 5px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            text-decoration: none
        }
        

        .tron-daftar-totovip {
            animation: blinkings 1s infinite;
            transition: all .4s;
            touch-action: manipulation;
            cursor: pointer
        }
        
        .btn-group {
            display: flex;
            justify-content: space-between;
            padding: 6px 0 6px 0;
        }

        .Daftar,
        .Login {
            flex-basis: 50%;
        }
        .anim {
            animation: blinkings 1s infinite
        }

        @keyframes blinkings {
            0% {
                border: 2px solid #fff
            }

            100% {
                border: 2px solid #c18408
            }
        }
        
.w-100 {
    width: 100%!important;
    border-radius: 15px;
}
        table.totovip {
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            width: 100%;
            text-align: left;
            border-collapse: collapse;
            font-size: calc(8px+1vh);
            margin: 0 20px 0 0
        }

        table.totovip td,
        table.totovip th {
            border: 1px solid #c18408;
            padding: 10px 5px 10px
        }

        table.totovip tbody td {
            font-size: calc(8px+1vh);
            font-weight: 500;
            color: #bfbfbf
        }

        table.totovip thead {
            background: #c18408
        }

        table.totovip thead th {
            font-size: calc(12px+1vh);
            font-weight: 700;
            color: #fff;
            text-align: center;
            background: linear-gradient(#c18408,#3d0504)
        }

.w7-btn.reg {
    background: #22be47;
		color:white;
		margin: 0 0 10px;
		width: 250px;
		border-radius: 8px;
}
.w7-btn {
    display: inline-block;
    padding: 3px 20px;
    vertical-align: middle;
    text-decoration: none;
    color: inherit;
    text-align: center;
    margin-bottom: 1.41575em;
}

.w8-btn.reg {
    background: #b7b7b7;
		color:white;
		margin: 0 0 10px;
		width: 250px;
		border-radius: 8px;
}
.w8-btn {
    display: inline-block;
    padding: 3px 20px;
    vertical-align: middle;
    text-decoration: none;
    color: inherit;
    text-align: center;
    margin-bottom: 1.41575em;
}