.login_browser {
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0;
}

.browser_header {
    padding: 10px;
    background: linear-gradient(#cdb487,#E6DCAD);
    font-size: 18px;
    font-weight: bold;
}

.browser_top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    position: relative;
}

    .browser_top::after {
        content: "";
        height: 2px;
        width: 100%;
        background: linear-gradient(to right,transparent,#E6DCAD,#cdb487,#E6DCAD,transparent);
        position: absolute;
        bottom: 0;
        left: 0;
    }


.slot_qr {
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
}

    .slot_qr img {
        width: 140px;
        margin-top: 10px;
    }

.input_label {
    margin-bottom: 10px;
    position: relative;
    align-items: center;
}

    .input_label input {
        background: rgb(50,50,50);
        border: none;
        padding: 8px 5px;
        border-radius: 3px;
        color: white;
        width: 200px;
    }


.slot_login button {
    background: linear-gradient(#07352d,#0F6759, #07352d);
    padding: 8px 10px;
    color: white;
    border: none;
    border-radius: 5px;
    width: 100%;
}

.steps {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.step_item {
    margin: 0 20px;
    position: relative;
}

    .step_item p {
        margin: 0;
        position: absolute;
        top: 5%;
        right: 0;
        height: 18%;
        width: 70%;
        font-size: 11px;
        color: #E6DCAD;
        display: flex;
        align-items: center;
        font-weight: bold;
    }

    .step_item img {
        width: 200px;
    }


/*----------------17/2/2020 Slot login------------------------*/


.slot_login_game {
	align-self: center;
	width: 200px;
	margin-bottom: 50px;
}

.slot_login_infos {
	align-self: center;
	display: flex;
	flex-direction: column;
}

.slot_login_info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.slot_login_label {
	background: linear-gradient(-45deg, var(--gold2),var(--gold1),var(--gold2));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	font-size: 15px;
	white-space: nowrap;
	min-width: 100px;
	margin-right: 10px;
}

.slot_login_value {
	color: var(--color3);
	font-size: 13px;
	max-width: 150px;
}

.slot_qr {
	display: flex;
}

.slot_qr_item {
	display: flex;
	flex-direction: column;
	margin: 0 20px;
	width: 120px;
}

.qr_header {
	background: linear-gradient(-45deg, var(--gold2),var(--gold1),var(--gold2));
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	white-space: nowrap;
}

.slot_qr_item img {
	width: 100%;
}


.joker_hot_item {
    position: relative
}

    .joker_hot_item::after {
        content: "";
        z-index: 2;
        position: absolute;
        top: -11px;
        right: 0px;
        width: 30px;
        height: 30px;
        background: url("../Images/jokerhot1.png");
        background-size: 100% 100%
    }


.joker_hot_item2 {
    position: relative
}

    .joker_hot_item2::after {
        content: "";
        z-index: 2;
        position: absolute;
        top: -11px;
        right: 0px;
        width: 50px;
        height: 50px;
        background: url("../Images/jokerhot2.png");
        background-size: 100% 100%
    }
/*----------------------------------------*/