@charset "utf-8";
/* CSS Document */

.modal.userlogin {
    top: 12%;
	transition: all 0.5s;
}
.modal.sign {
    top: 5%;
	transition: all 0.5s;
}
button.close-modal {
    background: none;
    color: #ffd05e;
    border: none;
    font-size: 28px;
    line-height: 1;
    position: absolute;
    right: 19px;
    top: 19px;
    padding: 5px;
	transition: 0.4s;
}
button.close-modal:hover {
	transition: 0.4s;
	transform: rotate(180deg);
	color: #fff;
}
.modal-content.login {
    background: #000;
    background-size: 100% 100%;
    color: #fff;
    /* padding: 40px 30px; */
    border: 1px solid rgb(255 185 0 / 60%);
    box-shadow: 0px 0px 9px #ffb900;
    padding-top: 20px;
    border-radius: 15px;
}
.sign-wrapper {
    /* width: 500px; */
    /* margin: auto auto; */
}
.sign-wrapper h3::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background: #ffffff;
	margin: 6px 0 20px;
}
.fieldbx {
    margin: 0px 10px;
    margin-bottom: 30px;
    position: relative;
}
label.label-norm {
    margin-bottom: 1px;
    font-size: 15px;
    font-weight: 500;
    color: #ffb900;
}
input.logfield {
    padding: 5px 40px;
    height: 35px;
    background: #fff;
    border: 1px solid #ccc;
    background: #000;
    color: #fff!important;
    transition: 0.4s;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ffb900;
}
.fdicon {
    position: relative;
}
i.fontaws {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 11px;
    top: 8px;
}
button.login-submit {
    background: linear-gradient(to bottom, rgba(255,248,204,1) 0%, rgba(215,162,65,1) 15%, #eec95b 100%);
    background-size: cover;
    color: #fff;
    text-shadow: 0px 2px 3px rgb(0,0,0,0.7);
    border: none;
    width: 190px;
    height: 50px;
    margin-top: 10px;
    text-align: center;
    padding: 5px 7px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
}
button.login-submit:hover  {
	filter: brightness(1.15);
}
.effect-7 ~ .focus-border:before,
.effect-7 ~ .focus-border:after{/* content: ""; */position: absolute;top: 0;left: 50%;width: 0;height: 2px;background-color: #FFD05E;transition: 0.4s;border-radius: 10px;}
.effect-7 ~ .focus-border:after{top: auto;bottom: 0;border-radius: 10px;}
.effect-7 ~ .focus-border i:before,
.effect-7 ~ .focus-border i:after{/* content: ""; */position: absolute;top: 50%;left: 0;width: 2px;height: 0;background-color: #FFD05E;transition: 0.6s;}
.effect-7 ~ .focus-border i:after{left: auto; right: 0;}
.effect-7:focus ~ .focus-border:before,
.effect-7:focus ~ .focus-border:after{left: 0;width: 100%;transition: 0.4s;border-radius: 10px;}
.effect-7:focus ~ .focus-border i:before,
.effect-7:focus ~ .focus-border i:after{top: 0; height: 100%; transition: 0.6s;}

.forgot-wrapper {
	font-size: 12px;
	margin-top:30px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-direction: column;
}
.forgot-wrapper a:hover {
	color: #FFD05E
}
.forgot-link { 
	color: #fff;
}
.sign-here {
	float: right;
}
.sign-here a {
	color: #FFD05E
}
.sign-here a:hover {
	text-decoration: underline;
}
.vcode {
    position: absolute;
    right: 8px;
    top: 7px;
    max-height: 23px;
}
.modal-dialog.promo {
	max-width: 800px!important;
}
.modal-content.promo {
	background: rgba(0,0,0,0.8);
	border: 1px solid #ffb900;
	color: #fff;
	padding: 0px 20px 20px;
}
button.close-promo {
    border: none;
    background: none;
    color: #fff;
    font-size: 23px;
    padding: 5px;
    position: absolute;
    right: 5px;
	transition: 0.3s;
}
button.close-promo:hover {
	color: #ffd05e;
	transform: rotate(180deg);
	transition: 0.3s;
}
.pm-title-wrapper {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ffb900;
    padding: 15px 30px 10px;
    margin: 0 -20px 20px -20px;
}
.promo-table tr td {
    background: #272727;
    border: 1px solid #ffb900;
    padding: 7px 10px;
}
.pmtable-wrapper {
    margin-bottom: 15px;
}
.gr-title {
    color: #ffb900;
    font-size: 18px;
    font-weight: 700;
    padding: 0 5px;
}
.grlist ul {
    padding: 0 20px;
    font-size: 13px;
}


/** Mobile Download **/
.mobile-title {
    max-width: 255px;
    margin: auto;
    margin-bottom: 15px;
}
.mobile-dl-wrapper {
    text-align: center;
}
.mobox {
	display: inline-block;
	max-width: 200px;
	margin: auto 10px;
}
.mdl-title {
    color: #fff;
    background: #ffd05e;
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    max-width: 135px;
    margin: 17px auto 0;
    border-radius: 35px;
    padding: 4px 5px;
}
.mdl-title:hover {
	background: #fff;
	color: #000;
}
.access-info-box {
    padding: 20px 30px;
}
.access-info-box table tr th {
    background: #272727;
    color: #ffd05e;
    font-weight: 500;
    border: 1px solid #ffd05e;
    text-align: center;
    padding: 10px 5px;
}
.access-info-box table tr td {
	padding: 10px;
	border: 1px solid #ffd05e;
	color: #fff;
	background: #272727;
}


.sign-box {
    display: flex;
    justify-content: center;
}
.sign-r {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* margin: 0px auto; */
}

.sign-r h3 {
    color: #ffb900;
}

input.logfield:focus {
    box-shadow: 0px 0px 10px #ffb900;
    border: 1px solid #ffb900;
    outline: none;
}

.sign-r form {
}

.fieldbx .login-submit {
    background: linear-gradient(to bottom, rgba(255,248,204,1) 0%, rgba(215,162,65,1) 15%, #eec95b 100%);
    border-radius: 8px;
}

.wrp-form {
    display: flex;
}

.sign-img {
    display: flex;
    align-items: flex-end;
}







@media (min-width: 576px) { 
.modal-dialog {
    max-width: 965px;
}
}




































