/* login---register---welcome Page */
.account-box {
    background: #fff;
    //
width: 389px;
    //margin: 70px auto;
    border: 1px solid #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    position: relative;
    border-radius: 15px;
}

.account-box .logo {
    width: 156px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%);
    text-align: center;
    line-height: 60px;
}

.account-box .logo img {
    height: 38px;
}

.account-box-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 40px;
    font-size: 18px;
    font-weight: bold;
}

.account-box-content {
    padding: 0 30px;
}

.account-box-content .account-box-message h3 {
    font-size: 18px;
}

.account-box-content .account-box-message p {
    font-size: 14px;
}

.account-box-content .form-account {
    margin-top: 9px;
    margin-bottom: 9px;
}

.form-account-title {
    color: #656565;
    margin-bottom: 11px;
    letter-spacing: -.6px;
    font-size: 15px;
    line-height: 1.467;
}

.form-account-row {
    margin: 0 -10px 23px;
}

.form-account-row.with-icon .input-field.text-right {
    padding-right: 60px;
}

.form-account-row.with-icon .input-field.text-right::placeholder {
    padding-right: 0;
}

.account-box-content .form-account-row {
    margin-bottom: 9px;
    padding-right: 10px;
    padding-left: 10px;
}

.input-label {
    position: absolute;
    display: inline-block;
    line-height: 22px;
    outline: none;
}

.input-label i:before {
    position: absolute;
    right: 17px;
    top: 12px;
    color: #929292;
    font-size: 26px;
}

.account-box-content .ui-input:before {
    top: 9px;
}

.input-field {
    border-radius: 21px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    text-align: left;
    font-family: iranyekan;
    outline: none;
}

.input-field::placeholder {
    color: #c8c8c8;
    font-size: 14px;
    text-align: right;
    padding-right: 40px;
}

.ui-input--account-login .ui-input-field,
.ui-input--account-login .dk-selectric-input {
    padding: 16px 52px 15px 12px;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
}

.ui-input--account-login .ui-input-field,
.ui-input--account-login .dk-selectric-input::placeholder {
    font-size: 16px;
}

.account-box-content .ui-input-field,
.account-box-content .dk-selectric-input {
    direction: ltr;
    color: #777;
}

.account-box-content .ui-input-field,
.account-box-content .dk-selectric-input {
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: iranyekan;
}

.form-account-title--inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-account-link {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    margin-top: 25px;
    margin-bottom: 25px;
}

.btn-link-border {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    font-size: 12px;
}

.btn-link-border:hover {
    color: #1ca2bd;
}

.btn-link-border:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}

.account-box-content .form-account-link {
    margin: 0;
    float: left;
}

.form-account-submit button {
    width: 100%;
}

.form-account .btn-login,
.form-account .btn-password-change,
.form-account .btn-user-add,
.form-account .btn-user-lock {
    width: 100%;
    text-align: center;
}

.form-account-agree {
    padding-right: 30px;
    position: relative;
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.77;
    margin: -7px 0 15px;
}

.account-box-content .form-account-agree {
    margin: -3px 0 7px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.5;
    color: #5c5c5c;
}

.account-box-content .form-account-agree label {
    cursor: pointer;
}

.checkbox-form {
    width: 19px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.checkbox-primary {
    width: 22px;
    height: 21px;
}

.form-account-agree .checkbox-form {
    position: absolute;
    right: 0;
    top: 8px;
}

.checkbox-form input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.checkbox-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d8d8d8;
}

.checkbox-primary .checkbox-check {
    border-radius: 5px;
    border: 1px solid #b7b7b7;
}

.checkbox-form .input-checkbox:checked+.checkbox-check,
.checkbox-form input[type=checkbox]:checked+.checkbox-check {
    background: #00bfd6;
    border: 1px solid #1fa4b3;
}

.checkbox-form .input-checkbox:checked+.checkbox-check:before,
.checkbox-form input[type=checkbox]:checked+.checkbox-check:before {
    content: "\ea22";
    font: normal normal normal 32px/1 'Nucleo Outline';
    position: absolute;
    left: 2px;
    top: 2px;
    color: #fff;
    font-size: 15px;
}

.account-box-footer {
    border-top: 1px solid rgba(0, 190, 214, .13);
    padding: 25px 40px 28px;
    background: rgba(0, 190, 214, .04);
    text-align: center;
    font-size: 15px;
    line-height: 1.467;
}

.account-box-footer {
    line-height: 1;
    padding-top: 23px;
    padding-bottom: 23px;
    background: rgba(93, 214, 0, .06);
    border-top: 1px solid #d7e6bb;
}

.mini-footer {
    margin-top: 10px;
    border-top: 1px solid #e0e1e2;
}

.mini-footer ul {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}

.mini-footer ul li {
    display: inline-block;
}

.mini-footer ul li a {
    padding-right: 7px;
    padding-left: 7px;
    color: #7f7f7f;
}

.mini-footer .copyright-bar {
    padding: 15px 0;
    background: 0 0;
    text-align: center;
    font-size: 12px;
    color: #b0b0b0;
}

.mini-footer .copyright-bar p {
    margin-bottom: 0;
}

.message-light {
    font-size: 14px;
    line-height: 2;
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    line-height: 22px;
    margin: 15px 25px;
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
}

.account-box-message {
    margin: 20px 0;
    text-align: center;
}

.account-box-message-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
    content: "\ea23";
    font: normal normal normal 32px/1 'Nucleo Outline';
    display: inline-block;
    vertical-align: top;
    background: #ebffde 50% 50% no-repeat;
}

.account-box-message-icon::before {
    font-size: 65px;
    line-height: 140px;
    color: #00bfd6;
}

.account-box-message h3 {
    margin-bottom: 20px;
    color: #444;
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
}

.account-box-message p {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 2;
    color: #727272;
    margin-bottom: 10px;
}

.account-box-message-links {
    list-style: none;
    padding: 0;
}

.account-box-message-links li {
    margin: 7px 0 10px;
}

.account-box-message-links li a {
    font-size: 18px;
}

.account-box-message-links .btn-link-border {
    font-size: 15px;
    line-height: 1.467;
}

.account-box-message-links .btn-link-border:hover {
    color: #1ca2bd;
}

.verify-phone-number {
    border: 0;
    width: 479px;
}

.verify-phone-number .message-light a {
    display: table;
    margin: 10px 0;
}

.verify-phone-number .account-box-footer {
    background-color: #f5fcfd;
    border-top: 0;
}

.verify-phone-number #countdown-verify-end {
    display: inline-block;
    margin-bottom: -7px;
}

.verify-phone-number #countdown-verify-end span {
    float: left;
}

.verify-phone-number #countdown-verify-end span.day {
    display: none;
}

.verify-phone-number #countdown-verify-end span.hour {
    display: none;
}

.verify-phone-number .numbers-verify .lines-number-input {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    font-family: iranyekan;
    text-align: center;
    direction: ltr;
}

.verify-phone-number .numbers-verify .line-number {
    display: inline-block;
    width: 40px;
    height: 30px;
    border: 0;
    border-bottom: 4px solid #c8c8c8;
    margin: 0 7px;
    outline: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.checkout-page {
    width: 100%;
}

.style-text-box{
    font-weight: bold;
    font-size: 15px;
    text-align: right;
    padding: 5px 0;
}

.circle-inbox{
    float: right;
    width: 6px;
    height: 6px;
    background: #2dcea2;
    border-radius: 50%;
    margin-top: 9px;
    margin-left: 5px;
}



.style-ul li{
    list-style: none;
    margin-bottom: 3px;
}

.checkout-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 0;
    font-size: 18px;
    font-weight: bold;
}

.checkout-page .input-field::placeholder {
    color: #c8c8c8;
    font-size: 14px;
    text-align: right;
    padding-right: 5px;
}

/* login---register---welcome---checkout Page */
