/* Bootstrap validation auth views fix */
.w-icon span.fa {
	height:28px;
}
body,html {
	height:100%;
/** To edit this background, follow this link:
http://svgeneration.com/generate/Happy-Launch Day?x=50&y=50&radius=50&beam1=ffffff&beam2=55bedd&beam3=2c94bf&shade=ffffff&
*/
background-color: #ffffff;
background-image:url('../../images/bg/primary-bg.png') !important;
background-size: auto;
background-size: cover !important;

}
.slogan,
.logo {
	text-align:center;
}

.page-signin .signin-form,.page-signup .signup-form {
    border-radius: 23px;
    z-index: 999;
}
.page-signin .form-group.w-icon input[type=email], .page-signin .form-group.w-icon input[type=password], .page-signin .form-group.w-icon input[type=text] {
    border: none !important;
    border-bottom: 1px solid #dddddd !important;
    border-radius: 0;
    padding-bottom:0;
}
.page-signin .form-group.w-icon input[type=email]:focus,
.page-signin .form-group.w-icon input[type=password]:focus,
.page-signin .form-group.w-icon input[type=text]:focus{
    border-bottom-color: #0090d1 !important;
}
.page-signup .form-group.w-icon input[type=email], .page-signup .form-group.w-icon input[type=password], .page-signup .form-group.w-icon input[type=text] {
	border: 1px solid #0090d1;
}
.page-signin .form-group.w-icon .signin-form-icon,.page-signup .form-group.w-icon .signup-form-icon{
    top: 0;
    right: 270px !important;
    border: none;
    height: 46px;
    width: 45px;
    border-radius: 0 5px 5px 0;
    line-height: 55px;
    color: #dddddd;
    font-size: 15px;
    padding-left: 20px;
}
.payment-page .form-group.w-icon .signup-form-icon {
    top: 20px ;
}
body.theme-default.page-signup.page-signin.payment-page.bgbody {
    overflow-y: scroll;
}
.payment-page .alert.alert-page {
    width: 102%;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: #FFF!important;
}
#login-btn {
    top: 45px;
    right: 23px;
}

div#exampleNavComponents {
    position: absolute;
    bottom: 0px;
    right: 0;
}

#signup-btn {
    bottom: 120px;
    right: 45px;
    width: 77% !important;
}
#login-btn,
#signup-btn,
#payment-btn {
    position: relative;
    padding-bottom: 9px;
    z-index: 1111111;
    height: 36px;
    padding-top: 6px;
    width: 88%;
    border: none;
    border-radius: 29px;
    color: #fff;
    font-size: 16px;
    background: #2ecc71;
    background: -moz-linear-gradient(45deg, #305a78 0%, #214864 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #305a78), color-stop(100%, #214864));
    background: -webkit-linear-gradient(45deg, #305a78 0%, #214864 100%);
    background: linear-gradient(45deg, #2ecc71 0%, #0090d1 100%);
}
#login-btn:hover,
#signup-btn:hover{
    background: linear-gradient(45deg, #2cc36c 0%, #0381ba 100%);
}
#signin-with-login{
	text-align: center;
	color: #333333;
    direction: rtl;
    position: relative;
    bottom: 86px;
    z-index: 11111;
}
#signin-with-login a{
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 35px;
    font-size: 15px;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.2);
    margin: 2px;
    border-radius: 28px;
}
.social-login{
    margin-left: 15px;
    color: #999999;
}
.login-signup,#signup-with{
	margin: 0 auto;
	margin-top: 50px;
	width: 75%;
	text-align: center;
}
.login-signup a , #signup-with a{
	display: inline-block;
	height: 45px;
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,.5);
	float: right;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background-color: transparent!important;
	margin: 1%;
	transition: background .4s ease;
}
.login-signup a:hover , #signup-with a:hover{
	border: 1px solid #fff;
}
.login-signup #testbutton{
	width: 25%;
}
.login-signup #signupbtn{
	width: 71%;
}
.facebook:hover,#signin-with-login .facebook:hover{
	background-color: #3b5998;
}
.google-plus:hover,#signin-with-login .google-plus:hover{
	background-color: #dc4937;
}
#signin-form_id{
	position: relative;
}


.logo-header{
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
}
.logo-header img{
	width: 65%;
}
#signup-with a {
    width: 46%;
}
.page-signup .signup-container{
	height: 600px;
}
.has-error .help-block:before, .has-success .help-block:before, .has-warning .help-block:before{
	z-index: 9999;
}
#signin-header{
    margin-bottom: 60px;
}
/* new login*/

.tab {
    overflow: hidden;
    width: 270px;
    float: right;
    position: relative;
    right: 60px;
    z-index: 111111;
}

/* Style the buttons inside the tab */
.tab button {
    border-radius: 5px 5px 0 0 ;
    background: #ededed;
    width: 49%;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
    height: 33px;
    position: relative;
    top: 2px;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ebf1fd;
    color: #0090d1;
    border-top: 2px solid #0090d1;
    height: 40px;
    font-weight: 600;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
}

.login-with-icon{
    position: relative;
    right: 7.5px;
    bottom: 2px;
    font-size: 13px;
}
.header-center-logo{
    float: none;
    text-align: center;
}
.top_logo{
    width: 24px;
    top: 12px;
    position: relative;
}
.add-menu-st {
    box-shadow: 0 1px 3px 0px #0090d196;
    font-weight: 700;
}
.new-primary-btn,
.new-primary-btn:focus {
    border-color: #e4e4e4;
    background: #e8f0ff;
    color: #0090c6;
    font-size: 13px;
}

.new-primary-btn:hover {
    color: #0090c6;
    border-color: #c8daff;
    background: #c8daff !important;
}

.new-primary-btn:active {
    color: #0090c6;
    border-color: #e4e4e4;
    background: #c8daff !important;
}
.new-fa-icon{
    position: relative;
    bottom: 25px;
    color: #dddddd;
}
.login-with-st{
    position: relative;
    bottom: 67px !important;
    z-index: 111111;
}

@media (max-width: 991px) {

    /* The value of 991px is just a random value, you can change it according to your content. */
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        overflow: hidden !important;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        top: 48px;
        z-index: 999999;
        bottom: auto !important;
    }

    .navbar-collapse *[class*='navbar-'] {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: right;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.test-demo-btn{
    float: left;
    background: #ececec;
    color: #333333 !important;
    padding: 7px 25px;
    position: relative;
    top: 7px;
    border-radius: 7px;
    left: 80px;
}
@media (max-width:479px) {
    .test-demo-btn {
        left: 7px;

    }
}

.test-demo-btn:hover a,
.test-demo-btn:hover {
    color: #0090d1 !important;
    background: #ebf1fd
}
.containerx {
    display: block;
    position: relative;
    padding-right: 49px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999999;
    font-weight: normal;
    top: 30px;
}

/* Hide the browser's default checkbox */
.containerx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.news-more{
    margin: 10px 0 40px;
    position: relative;
    top: 20px;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 25px;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.containerx:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerx input:checked~.checkmark {
    background-color: #ebf1fd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerx input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerx .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #0090d1;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media(max-width: 770px){
    .login-header {
        right: 209px;
        top: -11px;
}
    .signin-form {
        top: 24px;
    }
    #signup-btn {
        bottom:80px
    }
    .fit-signup-form {
        margin-top: -20px !important;
        width: 86%;
        margin: 0 7%;
    }
    .fit-signup-form .signup-form{
        padding-bottom:120px;
    }
}
@media(max-width:500px) {
    .login-header {
        top: 16px;
        right: 43px;
    }

    .signin-form {
        top: 50px;
    }

    .login-with-st {
        margin-bottom: 50px;
        top: -30px;
    }

    #signin-with-login {
        bottom: 50px;
    }
}

/* payment page*/
.pay-btn{
    right: 20px;
    top: 45px;
}
.payment-page .signup-form{
    margin-top: 95px;
    padding-bottom: 80px;
    box-shadow: 0 0px 9px 2px #dddddd;
}
.payment-page .signup-form:hover {
    box-shadow: 0 0px 9px 4px #dddddd;
}
.payment-page .alert.alert-page {
    position: absolute;
    top: 67px;
}
.choose-pay{
    text-align: center;
    top: 15px;
}
.price-pay{
    text-align: center;
    color:#666;
    top: 19px;
}

.payment-warning {
    line-height: normal;
    text-align: right;
    margin: 0 23px !important;
}

.choose-payment {
    border: 2px solid transparent;
}
.choose-payment:hover {
    border: 2px solid #dddddd;
    border-radius: 5px;
}
.choose-payment.active {
    border: 2px solid #2ecc71;
    border-radius: 5px;
}

.choose-payment{
    cursor: pointer;
}
.fit-signup-form{
    margin-top: 62px;
}

.help-pwd{
    font-size: 11px;
    padding: 15px 25px 0;
    margin-bottom: -12px;
    color: #af99a8;
}
@media(min-width:1060px) {
body.bgbody.page-signin .signin-container,
body.bgbody .pay{
    position: relative !important;
    left: 369px !important ;
    top: 49px !important;
}
}

@media(max-width:1060px){
body.bgbody {
    background-image:url('../../images/bg/primary-bg.png') !important;
}
}

body.bgbody.myappsclick .navbar.navbar-inverse {
    display: none;
}
@media (min-width: 1060px) {
    body.bgbody.page-signin.myappsclick .signin-container,
    body.bgbody.myappsclick .pay {
        position: relative !important;
        left: 369px !important;
        top: 180px !important;
    }
}

@media screen and (max-width: 900px) {
    .login-header {
        right: 60px;
        top: 18px;
    }
    div#exampleNavComponents {
		background-color: white;
		top: -5px !important;
		right: 55px !important;
		bottom: 0 !important;
		width: 100% !important;
	}
}
@media screen and (max-width: 600px) {
    .payment-page .signup-form {
        margin-top: 152px ;
    }
    .page-signin .form-group.w-icon .signin-form-icon, .page-signup .form-group.w-icon .signup-form-icon {
        right: 82% !important;
    }
    .login-header {
        right: 43px;
    }
    .navbar-header.header-center-logo {
		text-align: center;
	}
	.navbar-inverse .navbar-toggle {
		width: 38px !important;
		right: 16px !important;
	}
	table.dataTable th:after {
		left: 4px;
		top: 8px;
    }
    .navbar-header.header-center-logo {
		text-align: center;
	}
	.navbar-inverse .navbar-toggle {
		width: 38px !important;
		right: 16px !important;
    }
    .navbar-inverse img.top_logo {
		left: -13px;
    }
    .navbar-header.header-center-logo {
		text-align: center;
	}
	.navbar-inverse .navbar-brand {
		font-size: 13px !important;
	}
}
@media screen and (max-width: 350px) {
    .payment-page .signup-form {
        margin-top: 182px;
    }
    .login-header {
        right: 29px;
    }
    .signin-container .tablinks {
        width: 43%;
    }
    .theme-default.page-signin {
        background-attachment: fixed !important;
    }
    .navbar-header.header-center-logo {
		text-align: left;
	}
	.navbar-inverse .navbar-brand {
		font-size: 12px !important;
	}
	.navbar-inverse img.top_logo {
		left: -12px;
	}
	div#exampleNavComponents {
		right: 55px !important;
	}
	#exampleNavComponents a {
		font-size: 10px;
	}
}

.login-main-box {
    position: relative;
    margin: 7vh auto;
    background-color: #ffffff;
    height: 86vh;
    width: 86%;
    max-width: 1000px;
    border-radius: 15px;
    max-height: 600px;
}
.login-form-box {
    padding: 3%;
}
.login-form-box .content-header {
    font-weight: bold;
    margin-top: 6%;
    font-size: 22px;
}
.login-form-header .button-box {
    text-align: left;
}
.login-form-header button {
    background: transparent;
    border-radius: 15px;
    border: 1px solid #e6e2e2;
    text-align: left;
    padding: 4px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #868484;
}
.login-form-header button a {
    text-decoration: none;
    color: #868484;
}
.login-form-input {
    margin-top: 20px;
    height: 45px;
}
.login-input-box {
    position: relative;
    display: flex;
    flex-flow: column-reverse;
}
.login-form-input:focus  {
    border: 3px solid #0090d1 !important;
}
.login-form-input:placeholder-shown + label  {
    cursor: text;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translate(0, 350%) scale(1.5);
    margin: 0 20px;
    width: max-content;
    text-align: center;
}
.login-form-input::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}
.login-form-input:focus::-webkit-input-placeholder {
    opacity: 1;
}
.login-form-input:not(:placeholder-shown) + label,
.login-form-input:focus + label {
    transform: translate(8%, 195%) scale(1.25);
    cursor: pointer;
    background-color: white;
    font-weight: bold;
    margin: 0 20px;
    width: max-content;
    text-align: center;
}
.login-input-box .login-form-label {
    color: #9c9a9a;
    padding: 0 2%;
    transition: all .15s ease;
    font-size: 10px;
    touch-action: manipulation;
}
.login-form-submit {
    padding: 6px 17px;
    border-radius: 16px;
    border: 1px solid #0090d1;
    font-weight: bold;
    color: white;
    font-size: 14px;
    margin-top: 12px;
    background-color:  #0090d1;
    height: 38px;
    box-shadow: 0 6px 20px 0 rgb(187 182 255);
}
.login-form-submit:hover {
    color: #ffffff;
    background-color: #0090d1;
    box-shadow:unset;
    transform: translateY(-2px);
}
#resend-code {
    box-shadow: unset;
    border: none;
}
.login-form-submit-box {
    text-align: left;
}
.login-img-box {
    height: 100%;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.logo-box p {
    font: 13px;
    font-weight: bold;
}
.confirm-input-box {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    margin:20px 0;
    justify-content: center;
}
.confirm-input-box .confirm-input {
    width: 45px;
    height: 48px;
    text-align: center;
    margin-left: 10px;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 21px;
    box-sizing: border-box;
    padding: 4px 0 2px;
}
.confirm-input::-webkit-outer-spin-button,
.confirm-input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
#total-code {
    visibility: hidden;
}
.time-bar {
    height: 7px;
    background-color: #d8d8d8;
    margin: 11% 0;
    border-radius: 14px;
}
.time-bar .time-bar-progress{
    background-color: #2ecc71;
    height: 100%;
    width: 0;
    border-radius: 14px;
    transition: all .2s ease;
}
#sms-box {
    margin-top: 8%;
}
.send-sms {
    font-size: 14px;
    font-weight: bold;
}
p.sms-help {
    margin: 20px 0 0 0;
}
.puzzley-logo {
    background-size: contain;
    width: 100%;
    background: url(../../images/Rectangle-logo.png) no-repeat;
    width: 116px;
    background-size: 100% 100%;
    height: 27px;
    position: relative;
    top: 0;
}
.login-form #time {
    margin: 4px;
    font-weight: 500;
    font-size: 13px;
}
#phone-test-alert,
#email-test-alert {
    margin-top: 10px;
    font-size: 13px;
    color: #e66454;
}
p.content-description {
    margin-top: 8%;
}
.checkmark-remember {
    position: absolute;
    top: 0;
    right: 0px;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 4px;
}
.remember-box {
    display: block;
    position: relative;
    padding-right: 34px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999999;
    margin-top: 15px;
}
.account-login,
.login-alert {
    display: block;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 5px;
    margin-bottom: 0;
    display: inline-block;
}
.login-alert.alert {
    background: 0 0/20px 20px #ffffff;
    border-color: #ffa90c;
    color: #ffa90c;
}
.login-alert.alert-error {
    background: 0 0/20px 20px #ffffff;
    border-color: #e66454;
    color: #e66454;
}
.account-login a {
    color: #999999;
    font-weight: bold;
}
.remember-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.remember-box:hover input~.checkmark-remember {
    background-color: #ccc;
}
.remember-box input:checked~.checkmark-remember {
    background-color: #ebf1fd;
}
.checkmark-remember:after {
    content: "";
    position: absolute;
    display: none;
}
.remember-box input:checked~.checkmark-remember:after {
    display: block;
}
.remember-box .checkmark-remember:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #0090d1;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.login-img-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/stock/WYHVZD3IRD.jpg);
    height:100%;
}

.logo-box img.logo {
    max-height: 36px;
}
.logo-box {
    font-weight: 700;
    font-size: 12px;
}
.forgot-password a {
    cursor: pointer;
    font-size: 12px;
    color: #999999;
    font-weight: 600;
}
.forgot-password button {
    display: block;
    cursor: pointer;
    background-color: transparent;
    border: none;
    margin: 15px 0 0 0;
}
.login-alert a {
    text-decoration: underline;
}
.login-alert.sms-help {
    padding: 12px 15px !important;
}
@media screen and (max-width: 1050px ) and (min-width: 600px) {
    .login-main-box {
        position: relative;
        margin: 25% auto;
        background-color: #ffffff;
        height: 65vh;
        border-radius: 15px;
        min-height: 400px;
        max-height: 600px;
    }
    .confirm-input-box .confirm-input {
        width: 40px;
        height: 46px;
    }
    .logo-box {
        font-size: 11px;
        font-weight: 700;
    }
    p.content-description {
        margin-top: 15%;
    }
}
.page-signin .content-header-signup {
    margin-top: 6%;
}
@media screen and (max-width: 600px) {
    .login-form-box {
        padding: 6%;
    }
    .confirm-input-box .confirm-input {
        width: 34px;
        height: 38px;
    }
    .login-form-header button {
        padding: 7px 8px;
    }
    .puzzley-logo {
        margin-top: 6px;
    }
    .login-main-box form {
        margin-top: 15%;
    }
    .logo-box {
        font-size: 11px;
        font-weight: 700;
    }
    .login-form-submit-box {
        text-align: right;
    }

    .login-form-submit {
        width: 100%;
    }
}

button#resend-code[disabled] {
    background: #ddd;
}

button#resend-code {
    position: relative;
    overflow: hidden;
}

button#resend-code #content {
    position: relative;
}

button#resend-code[disabled] #progress_bar {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: #ccc;
    width: 100%;
    animation: fullexpand 120s linear;
}

@keyframes fullexpand {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

.alert.login-alert.alert-info {
    border-color: #bce8f1;
    color: #3a87ad;
    font-size: inherit;
}

.alert.login-alert.alert-info a {
    color: #626262;
}
.captcha-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
    gap: 10px;
}
.captcha-box input {
    margin-top: 0;
}
.captcha-box input::placeholder {
    color: #9c9a9a !important;
    font-weight: bold;
}
.login-form-captcha:focus  {
    border: 3px solid #0090d1 !important;
}
.login-form-captcha {
    margin-top: 20px;
    height: 45px;
}
