@import url(https://fonts.googleapis.com/css?family=Nunito);


@media (max-width: 390px){
	.login-card{
		max-width: 350px;		
	}	
	
}

.login-justify-content-center{
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 5rem;	
	display:flex;
	margin-top:calc(var(--bs-gutter-y));
	margin-bottom:calc(var(--bs-gutter-y) * 1);
	margin-right:calc(var(--bs-gutter-x)/ -2);
	margin-left:calc(var(--bs-gutter-x)/ -2);
	justify-content:center!important;
}

/* login title style*/
.login-title-text {
	font-size:28px;
	font-weight:600;
	color:#fff;	
	text-align:left;
}

.login-title-wrap {
	max-width:400px;
	margin:30px 30px 15px 30px;
}

.login-card {
	position:relative;
	display:flex;
	flex-direction:column;
	width:20rem;
	word-wrap:break-word;
	background-color:#000;
	background-clip:border-box;
	border:1px solid rgba(0,0,0,.125);
	border-radius:.25rem;	
}

.login-form-group {
	margin:10px auto;
	text-align:center;
}

.login-form-box {
	display:flex;
	align-content:center;
	justify-content:center;
	margin:10px auto;
	text-align:center;
}


.login-form-group-pw {
	margin:10px auto;
	text-align:center;
	min-height:20px;
}

.login-form-password {
	margin:10px 10px 10px 0;
	text-align:center;
}

.login-form-group-pop-password {
	margin:10px 10px 10px 0;
	text-align:center;
}

input:focus { 
    outline: none !important;
    border-color: #acb4bc;
    /*box-shadow: 0 0 10px #719ECE;*/
}

.login-form-control {	
    width: 18rem;    
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #adb5bd5c;
    border-radius: 30px;
    background-color: #000;
    font-size: 16px; 
	color:#fff;
	-webkit-appearance: none;
}

.login-submit-btn{
	width: 18rem;
	height:3.125rem;
	color: #000;
	font-weight:600;
	background-color: #EADF8C;/*#F7BF4C;*/
	border: 2px solid #EADF8C;
	border-radius: 30px;
	/*margin:10px 30px;	*/
}

.login-submit-btn-2{
	width: 18rem;
	height:3.125rem;
	color: #EADF8C;
	font-weight:600;
	background-color: #000;
	border: 2px solid #EADF8C;
	border-radius: 30px;
	margin-bottom: 30px;	
}

.login-submit-btn-3{
	width: 100px;
	height:2.5rem;
	color: #000;
	background-color: #EADF8C;
	border-color: 2px solid #EADF8C;
	border-radius: 30px;
	margin:10px auto 30px auto;	
	font-size:16px;
}

.login-submit-btn-4{
	width: 100px;
	height:2.5rem;
	color: #EADF8C;
	background-color: #000;
	border: 1px solid #EADF8C;
	border-radius: 30px;
	margin:10px auto 30px auto;	
	font-size:16px;
	font-weight:600;
}

.login-text-wrap {
	font-size:0.75rem;
	font-weight:400;
	color:#fff;	
	text-align:right;
	max-width:400px;
	margin:5px auto;
	padding-right:5%;
}

login-text-wrap a.login-href:hover {
	background-color: white;	
}

.login-text-desc {
	display:inline-block;
	font-size:12px;
	font-weight:400;
	color:#b0b0b0;
	text-align:left;
	max-width:300px;	
}

.login-form-password .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #b0b0b0;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.login-form-password:hover .tooltiptext {
  visibility: visible;
}

.login-form-password:hover .logintooltiptext {
  visibility: visible;
}

.login-password-tip .tooltiptext{
  visibility: hidden;
  width: 300px;
  background-color: #f4f4f4;
  color: #222;
  font-weight:400;
  text-align: center;
  border-radius: 6px;
  padding: 20px 16px;  
  position: absolute;
  z-index: 2;
  bottom:45%;
  left:50px;
  margin-bottom:8px;
}

.login-password-tip .tooltiptext:after{
  content:"";
  position:absolute;
  top:100%;
  left:21px;
  margin-left:550px;
  border:7px solid transparent;
  border-top-color:#f4f4f4;
}

.login-password-tip:hover .tooltiptext{
  visibility: visible;
}

.login-form-password .tooltiptext{
  visibility: hidden;
  width: 300px;
  background-color: #f4f4f4;
  color: #222;
  font-weight:400;
  text-align: left;
  border-radius: 6px;
  padding: 20px 16px;  
  position: absolute;
  z-index: 2;
  bottom:61%;
  left:5px;
  margin-bottom:20px;
} 

.login-form-password .logintooltiptext{
  visibility: hidden;
  width: 300px;
  background-color: #f4f4f4;
  color: #222;
  font-weight:400;
  text-align: left;
  border-radius: 6px;
  padding: 20px 16px;  
  position: absolute;
  z-index: 2;
  bottom:70%;
  left:5px;
  margin-bottom:20px;
} 

.login-form-group-pop-password .tooltiptext{
  visibility: hidden;
  width: 300px;
  background-color: #f4f4f4;
  color: #222;
  font-weight:400;
  text-align: left;
  border-radius: 6px;
  padding: 20px 16px;  
  position: absolute;
  z-index: 2;
  bottom:52%;
  left:5px;
  margin-bottom:8px;
} 

/*.register-password-tip .tooltiptext{
  visibility: hidden;
  width: 300px;
  background-color: #f4f4f4;
  color: #222;
  font-weight:400;
  text-align: left;
  border-radius: 6px;
  padding: 20px 16px;  
  position: absolute;
  z-index: 2;
  bottom:52%;
  left:5px;
  margin-bottom:8px;
}*/

.login-form-password .tooltiptext:after{
  content:"";
  position:absolute;
  top:100%;
  left:21px;
  margin-left:50px;
  border:7px solid transparent;
  border-top-color:#f4f4f4;
}

.login-form-password .logintooltiptext:after{
  content:"";
  position:absolute;
  top:100%;
  left:21px;
  margin-left:50px;
  border:7px solid transparent;
  border-top-color:#f4f4f4;
}

.login-form-group-pop-password .tooltiptext:after{
  content:"";
  position:absolute;
  top:100%;
  left:21px;
  margin-left:50px;
  border:7px solid transparent;
  border-top-color:#f4f4f4;
}

/*.register-password-tip .tooltiptext:after{
  content:"";
  position:absolute;
  top:100%;
  left:21px;
  margin-left:50px;
  border:7px solid transparent;
  border-top-color:#f4f4f4;
}*/

.login-form-password:hover .tooltiptext{
  visibility: visible;
}

.login-form-group-pop-password:hover .tooltiptext{
  visibility: visible;
}

/*.register-password-tip:hover .tooltiptext{
  visibility: visible;
}*/

/* Account page css */

.account-justify-content-center{
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 5rem;	
	display:flex;
	margin-top:calc(var(--bs-gutter-y)/ 2);
	margin-bottom:calc(var(--bs-gutter-y) * 1);
	margin-right:calc(var(--bs-gutter-x)/ -2);
	margin-left:calc(var(--bs-gutter-x)/ -2);
	justify-content:center!important;
}

.account-title-wrap {
	max-width:400px;
	margin:0 auto 30px auto;
	font-size:28px;
	font-weight:600;
	color:#fff;	
	text-align:center;
}

.account-profile-wrap {
	font-size:18px;
	font-weight:400;
	color:#F7BF4C;	
	text-align:left;	
	padding-bottom: 15px;
}

.login-form-label {
	display:inline-block;
	color:#fff;
	width:100px;
	font-size:16px;
}

.login-form-input {
	display:inline-block;
	color:#b3b3b3;
	font-size:16px;	
}

.login-form-input-password {
	display:inline-block;
	color:#b3b3b3;
	font-size:16px;
	margin-right:300px;
}

.login-form-input-name {
	display:inline-block;
	color:#b3b3b3;
	font-size:16px;
	padding-right:7%;	
}

.login-form-input-star {
	width:12px;
	height:15px;
	background-image:url(../gd-lock-gray.html)
}

.account-form-group {
	display:flex;
	margin:15px 15px 20px 15px;		
	padding-bottom:10px;
	border-bottom: 1px solid #777;
}

.account-form-pwd{
	display:flex;
	justify-content:center;
	align-items:center;	
	margin:15px 15px 20px 15px;		
	padding-bottom:10px;
	border-bottom: 1px solid #777;
	width:100%;
	background-color .1s ease-in-out;
}

.account-support-group {
	font-size:18px;
	font-weight:400;
	color:#F7BF4C;	
	text-align:left;	
	padding-bottom: 15px;
	padding-top: 15px;
}

.login-support-label {		
    text-align:left;
	color:#fff;
	cursor:pointer;
	font-size:18px;
}

.ticket-form-group {
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom: 1px solid #777;	
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.ticket-form-group span {
	float:right;
	color:#B0B0B0;
	padding:0 300px 0 0;
	font-size:30px;
	transition:all .2s;
}

.login-text-password {
	display:inline-block;
	font-size:16px;
	font-weight:400;
	color:#F7BF4C;
	text-align:left;
	max-width:300px;
	margin:0 auto 15px auto;
}

.input-type{
	padding:5px 15px; background:#000; border:0 none;		
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	width:350px;
}

.login-form-progress{
	width:35%;
	display:flex;
	flex-direction:row;
	justify-content:space-evenly;	
}

.login-password-tip {
	display:flex;
	flex-direction:row;
	justify-content:center;	
}

.register-password-tip {
	display:flex;
	flex-direction:row;
	justify-content:center;	
}

.login-progress-bar {
	width:7%;
	border-radius:50%;
	margin-right:5px;
}

.login-progress-text {
	padding-left:10px;
	margin:0 auto;
}


.login-fa {
	background-color:transparent;
	display:inline-block;
	margin-left:-35px;
}

.login-fa-old {
	background-color:transparent;
	display:inline-block;
	margin-left:-35px;
}

.login-error {
	text-align:center;
}

.password-btn {
	display:block;
	margin-left:6%;
}