body,
html {
    height: 100%;
    width: 100%
}

#intro,
body,
html {
    width: 100%
}

#intro {
    display: table;
    height: auto;
    padding: 100px 0;

    /*background: url('landing_img.png') bottom center no-repeat #000;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

#intro #intro-body {
    display: table-cell;
    /* vertical-align: middle*/
}

@media (min-width:768px) {
    #intro {
        height: 100%;
        padding: 25px 0
    }
}

.navbar.navbar-default.text-center {
    margin-bottom: 0
}

.footer-login {
    /* position: inherit; */
}

body.login-page .login-form {
    margin: 0 auto;
    max-width: 750px;
    transform: none;
    width: 100%;
    position: inherit;
}

.login-box2.task-expand .login-body {
    background: #fff;
}

.center_text {
    margin: 0 5px;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
        if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/theme2/new-loader.svg) center no-repeat;
}

.task-content p div div a {
    color: #399AD6;
}

h3.login-title {
    color: #ff5f00;
    font-weight: 700;
    text-transform: uppercase;
}

h4.sign-title {
    color: #ff5f00;
    font-weight: 600;
    text-transform: uppercase;
}
.color-black {
    color: #231f20 !important;
}
.pop_btn_pay>a {
    color: #22a7f0 !important;
    cursor: pointer !important;
    display: inline-block;
    float: left;
    margin: 15px 0 0;
    text-align: left !important;
    vertical-align: middle;
}
.quick-options {
    padding: 20px 20px 0 20px;
}
.option-checkbox {
    display: none;
}
.quick-options label {
    background: #eee;
    padding: 5px 10px;
    border-radius: 12px;
    margin: 5px;
    cursor: pointer;
}
.options-container {
    text-align: center;
}
.option-checkbox:checked {
    display: unset;
    opacity: 1;
    margin: 0 !important;
}
.show-more {
    font-weight: 600;
    font-size: 13px;
    color: var(--secondary-color);
    cursor: pointer;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}