.label-login{
	font-size: 18px;
	float: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	margin-top: 8px;
}

.signUp{
max-width:550px;
}

.input-login{
	border: none;
	height: 34px;
	width: 366px;
	border-radius: 4px;
	margin: 0 0 10px 12px;
	font-size: 18px;
	color: #115dad;
	padding: 0 8px;
}
	
.p-indent{
	text-indent: 50px;
}

#reset-password{
	border: none;
	height: 36px;
}

#submit-signUp{
	border: none;
    background-color: #ff6e00;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    height: 36px;
    padding: 0 28px;
    cursor: pointer;
    margin-left: 10px;
}

#clever-Email-valid {
	display: none;	
	text-align: center;
}

#clever-password-valid{
	display: none;
    text-align: center;
}

.clever-err-msg {
    margin-top: 8px;
    display: none;
    text-align: center;
}

.clever-user-valid-msg{
	text-align: center;
    color: #ff6e00;
	padding-bottom: 4px;
    padding-left: 80px;
}

.clever-add-class {
    display: block !important;
}

#back_btn{
	display: block;
    margin-left: 134px;
    margin-top: 12px;
    text-decoration: underline;
    cursor: pointer;
}

#succes-msg{
	display: none;
    position: fixed;
    background-color: white;
    padding: 10px;
    top: 50%;
    left: 50%;
    width: 30%;
    height: auto;
    z-index: 2147483583;
    border-radius: 5px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);	
    color: #1d6fc9;
}

#verify-code-popup{
	display: none;
    position: fixed;
    background-color: white;
    padding: 10px;
    top: 50%;
    left: 50%;
    width: 30%;
    height: auto;
    z-index: 2147483583;
    border-radius: 5px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #1d6fc9;		
}

#create-password-popup{
	display: none;
    position: fixed;
    background-color: white;
    padding: 10px;
    top: 50%;
    left: 50%;
    width: 35%;
    height: auto;
    z-index: 2147483583;
    border-radius: 5px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #1d6fc9;		
}

#verify-heading{
	padding: 15px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;	
}

#verify-section{
	padding: 8px;	
}

#verify-cancel-btn{
	border: none;
    float: right;
    background-color: #ff6e00;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    padding: 8px 20px;
    cursor: pointer;
    margin-top: 20px;
	margin-left: 10px;
}

.verify-text{
	border: none;
    height: 34px;
    width: 100%;
    border-radius: 4px;
    font-size: 18px;
    color: #115dad;
    padding: 0 8px;
    float: right;
}

#verify-code-btn{
	border: none;
    float: right;
    background-color: #ff6e00;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    padding: 8px 20px;
    cursor: pointer;
    margin-top: 20px;
}

#valid-msg{
	display: none;
	padding-top: 50px;
	color: #ff6e00;
	text-align: center;	
}

#clever-moe-loading{
	display: none; 
    position: fixed;
    top: 50%;	
    left: 50%;
    z-index: 5;
    text-align: center;
}

#password-valid, #conf-password-valid{
	display: none;
	max-width: 340px;
}

#verify-auth-btn{
    display: block;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 20px;
    padding: 10px 24px;
}

#verify-login-auth-btn{
	display: inline-block;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    width: 300px;
    padding: 8px 12px;
}

#app-auth-popup {
    display: none;
    position: fixed;
    background-color: #1d6fc9;
    padding: 10px;
    top: 50%;
    left: 35%;
    width: 45%;
    height: auto;
    z-index: 2147483583;
    border: 1px solid #1d6fc9;
    border-radius: 5px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#popup-close-icon{
	z-index: 5;
    display: block;
    float: right;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: -5px -5px 0 10px;	
}

#popup-close-icon:hover {
    background: #ff6e00;
    border-radius: 5px;
}

#popup-close-icon span {
    display: block;
    vertical-align: middle;
    height: 4px;
    width: 32px;
    border-radius: 4px;
    background: white;
    margin-top: 14px;
}

#popup-close-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#popup-close-icon span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4px;
}

auth-heading {
    font-size: 20px;
    font-weight: bold;
    padding: 3px 5px 5px 4px;
}

.auth-desc {
    padding: 10px;
}

.app-sub-heading {
    text-align: left;
    padding: 5px 0px;
}

.sub-heading {
    font-size: 18px;
}

.auth-desc {
    padding: 10px;
}

.qr-image-div {
    margin: 0px 190px 0px 0px;
}

.qr-image {
    width: 200px;
    height: 200px;
}

.auth-secert-div {
    padding: 10px;
    text-align: left;
}

.app-secert-div {
    display: inline-block;
}

.app-secert-div {
    display: inline-block;
}

.auth-text-field {
    border: none;
    height: 25px;
    width: 240px;
    border-radius: 4px;
    margin: 0 0 10px 10px;
    font-size: 18px;
    color: #115dad;
    padding: 0 8px;
}

.auth-text-code {
    border: none;
    height: 25px;
    width: 240px;
    border-radius: 4px;
    margin: 0 0 10px 0px;
    font-size: 18px;
    color: #115dad;
    padding: 0 8px;
}

#qr-valid-msg {
    display: none;
    padding: 5px;
    color: #ff6e00;
}

#key-validate {
    float: right;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 24px;
}

/* code added for advertiser */
p {
    padding-bottom: 12px;
}

.form-label {
    display: inline-block;
    width: 122px;
    padding-right: 8px;
    text-align: right;
	line-height: 1.3;
}


#controls {
	display: inline-block;
	text-align: right;
	margin-top: 8px;
	margin-left: 127px;
}

.check {
    display: inline-flex;
    align-items: center;
    margin-right: 7px;
}

/* .btn-update {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: bold;
} */

.form-link {
    margin-left: 24px;
    text-decoration: underline;
    cursor: pointer;
}
/*new css*/
#main {
    display: flex;
    justify-content: center;
}

#login-signup {
    max-width: 550px;
}

.create-password-div{
    font-size: 15px;
    text-align: center;
    margin: 10px;
}

/*new css*/
/*-----------new login css----------------------------*/
.tab-form{
	display: inline-flex;
    padding: 5px 20px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
}

.form-section{
  display: inline-block;
  padding: 25px 20px 20px 20px;
  border-radius: 0 5px 5px 5px;
}

.form-section-reset{
  display: block;
  padding: 25px 20px 20px 20px;
  border-radius: 0 8px 8px 8px;
}

#form-reg{
  display: none;
  border-radius: 5px;
}

.text-hover{
  cursor: pointer;
}

.text-hover:hover {
    color: #fff200;
}

/*-----------change old password----------------------------*/
#change-password-popup{
    display: none;
    position: fixed;
    background-color: white;
    padding: 10px;
    top: 50%;
    left: 50%;
    width: 40%;
    height: auto;
    z-index: 2147483583;
	border: 1px solid #1d6fc9;						  
    border-radius: 5px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #1d6fc9;	
}

.change-password-msg{
	padding: 10px;
	text-align: center;
	line-height: 1.4;
}

.change-confirm-section{
    margin-top: 3px;
    padding: 8px 0px;
}

.verify-btn{
	background-color: #ff6e00;
    border: 1px solid #ff6e00;
    border-radius: 5px;
    padding: 2px 8px;
    margin-right: 8px;
    cursor: pointer;	
}

.verify-btn:hover{
	color: #500000;
    background-color: gold;
    border: 1px gold solid;	
}

/* terms and condition */
.popup-terms {
	display: none;
	position: absolute;
	top: 50vh;
	max-width: 1024px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #1d6fc9;
	border-radius: 8px;
	color: white;
	z-index: 10;
	font-size: 16px;
	line-height: 1.3;
	padding: 20px 15px;
}   

.popup-close-icon {
    z-index: 50;
    display: block;
    float: right;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: -5px -5px 0 10px;
    margin-top: -56px;
    margin-right: -14px;
}    

#verification-content{
  display: none;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 30px 0;
}

#terms-text{
  text-align: justify;
  height: 480px;
  padding: 10px 12px; 
  margin: 8px 5px 8px 0;
  overflow-y: scroll;
}

.terms-title{
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

.check{
  display:flex;
  margin-top: 12px;
  margin-left: 10px;
}

.check-text{
  font-weight: bold;
  display: inline-block;
  text-align: left;
  font-size: 18px;
}

.beta-text{
	text-align: center;
    width: 90%;
    /* margin-left: 40px; */
}

#reg-instruction {
    /* width: 414px; */
    text-align: center;
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 12px;
	display: none;
}

.header-center{
	padding: 0px 100px;
}

#privacy-policy {
    display: inline-block;
    text-align: right;
    margin-top: 8px;
    margin-left: 24px;
}

.g-recaptcha > div{
	margin : 10px auto !important;
	text-align: center;
	width: auto !important;
	height: auto !important;
}

@media screen and (max-width:1090px) {
  .popup{
    box-sizing: border-box;
    width: calc(100% - 30px);
  }
}

/*--------------- ↓ 768px ↓ -------------------------------------------*/

@media screen and (max-width:768px) {
	.label-login{
	  text-align: left;
	  padding: 0 0 5px 12px;
	}

	.input-login{
	  border: none;
	  height: 34px;
	  width: 284px;
	  border-radius: 4px;
	  margin-bottom: 10px;
	  font-size: 18px;
	  color: #115dad;
	  padding: 0 8px;
	}
	
	.beta-text{
		width: 70%;
		margin-left: 15px;
	}

	#succes-msg{
		width: 90%;
	}
	
	#verify-code-popup{
		width: 90%;
	}
	
	#create-password-popup{
		width: 90%;
	}
}

@media screen and (max-width: 560px){
	#main {
		padding-left: 20px;
	}

	.form-section {
		box-sizing: border-box;
		width: 100%;
	}	
	
	.beta-text{
		width: 90%;
		margin-left: 7px;
	}
}

@media screen and (max-width: 480px){
	#controls {
		margin-left: 0;
		display: flex;
		align-items: center;
	}	
		
	.input {
		width: 100%;
	}
		
	.form-link{
		margin-right: 0;
	}	
	
	.btn-update {
		margin-left: auto;
	}
	
	.form-label {
		text-align: left;
		width: 94px;
	}
	
	#ad-setup {
		display: flex;
		align-items: center;
	}
	
	#verify-login-auth-btn {
		width: 270px;
		margin-left: auto;
	}	
	
}
@media screen and (max-width: 470px){
	
	#reg-instruction{
		width: 350px;
	}
	
}
/* code added for advertiser */
@media screen and (max-width: 430px){
	h2 {
		margin-left: 0;
		text-align: center;
	}
	
	p {
		text-align: left;
	}

	.form-label {
		display: block;
		text-align: left;
		margin-bottom: 4px;
		width: 100%;
	}
	
	.input {
		box-sizing: border-box;
	}

	#main {
		padding-left: 10px;
		padding-right: 10px;
	}	
		
}

/*--------------- ↓ 414 px ↓ -------------------------------------------*/

@media screen and (max-width:414px) {
	.label-login{
	  padding: 0 0 5px 0;
	}

	.input-login{
		padding:0;
		margin:0 0 5px 0;
		min-width: 100%;	
	}	

	#succes-msg{
		width: 90%;
	}
	
	#verify-code-popup{
		width: 90%;
	}
	
	#create-password-popup{
		width: 90%;
	}
		
	#reg-instruction{
		width: 100%;
	}
}
