.judulh1 h1 {
    font-size: 28px;
    font-family: "sans-serif";
    color: #c0af26;
    width:100%;
      margin-top: 20px;
    margin-bottom: -10px;
    font-weight: bold;
            
}
        .tron-login-aladin66 {
            -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: rgb(255,0,0);
background: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(115,0,0,1) 100%);
            -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 #fff 2px;
            text-decoration: none;
            display: flex;
            cursor: pointer;
            text-align: center;
            justify-content: center
        }

        .tron-login-aladin66: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-aladin66 {
            -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: rgb(0,186,223);
background: linear-gradient(180deg, #ab9316 0%, rgb(111 95 0) 100%);
            color: #fff;
            text-decoration: none;
            display: flex;
            cursor: pointer;
            text-align: center;
            justify-content: center;
            margin: 0 10px 0 0
        }

        .tron-daftar-aladin66:hover {
            background: #ff0000;
            border: solid #fff 5px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            text-decoration: none
        }
        

        .tron-daftar-aladin66 {
            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 #730000
            }
        }
        
.w-100 {
    width: 100%!important;
    border-radius: 15px;
}
        table.aladin66 {
            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.aladin66 td,
        table.aladin66 th {
            border: 1px solid #c18408;
            padding: 10px 5px 10px
        }

        table.aladin66 tbody td {
            font-size: calc(8px+1vh);
            font-weight: 500;
            color: #bfbfbf
        }

        table.aladin66 thead {
            background: #c18408
        }

        table.aladin66 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;
}