
/*html, body {
    height: 100%;
}
.eye{
    position: absolute;
    / right: 0; /
    font-size: 19px;
    top: 11px;
    right: 30px;
    color: black;
    z-index: 10000;
    cursor: pointer;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    background-image: url(../images/login-bg-fl.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #050221;
    background-attachment: fixed;
    display: table;
    width: 100%;

}


@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    / Firefox /
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    / Safari and Chrome /
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    / Opera /
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
a {
    color: #0eacf3;
    font-size: 13px;
    text-decoration: none;
}

a:hover {
    color: #098eca;
    text-decoration: none;
}

a, .nav-tabs > li > a {
    text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover {
    text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover, .btn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:focus, .btn:focus {
    outline: none !important;
}

h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0px;
}

li {
    line-height: 20px;
}

p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 10px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

h1,
h2 {
    line-height: 35px;
}

h1 {
    font-size: 32px;
    line-height: 40px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

.clear {
    clear: both;
}

.center, .center-responsive img, .center img, .center-responsive img img, .center-responsive {
    text-align: center;
}

.center-responsive img {
    margin: 0px auto;
}

.position-relative {
    position: relative;
}

.cn_item i {
    display: inline-block;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: middle;
}

.text-primary {
    color: #15cda5;
}

.text-secondary {
    color: #4b4b4b;
}

.transition-all, .client-image, #back-top a, #arrowdown .btn-primary {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}



.float-right-right {
    float: right;
}

.full-width-float, .float-left-left {
    float: left;
}

.full-width-inblocks {
    display: inline-block;
}

.full-width-blocks {
    display: block;
}

.full-width-float, .full-width-inblocks, .full-width-blocks {
    width: 100%;
}

.white-color {
    color: #fff;
}

.blue-color {
    color: #09bce8 !important;
}

.red-color {
    color: #f05154 !important;
}

.btn-info {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    border: 2px solid #fff;
}

.btn-info.focus, .btn-info:focus {
    background-color: #df3b3e;
    border-color: #df3b3e;
    color: #fff;
}

.btn-info:hover {
    background-color: #df3b3e;
    border-color: #df3b3e;
    color: #fff;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #df3b3e;
    border-color: #df3b3e;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    background-color: #df3b3e;
    border-color: #df3b3e;
    color: #fff;
}

.btn-primary {
    background-color: #1cbb9d;
    border-color: #1cbb9d;
    color: #fff;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #159e84;
    border-color: #159e84;
    color: #fff;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #159e84;
    border-color: #159e84;
    color: #fff;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #098eca;
    border-color: #098eca;
}
.btn-default {
    background-color: transparent;
    border-color: #e3af25;
    color: #000000;
    border-width: 3px;
}
.btn-default:hover, .btn-default.focus, .btn-default:focus, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-primary {
    background-color: #bc8c18;
    border-color: #bc8c18;
    color: #fff;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background-color: #bc8c18;
    border-color: #bc8c18;
    color: #fff;
}
.btn {
    padding: 11px 58px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    border-radius: 35px;
}
.clear-fluid {
    clear: both;
}
/--login-wrap--/
.container-fluid {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.login-wrap {
    margin: 65px auto 50px;
    width: 80%;
}
.login-center-all {
    /float: left;/
    width: 15%;
}
.logo {
    margin-bottom: 70px;
}
.login-form-cn .form-control {
    height: 44px;
    padding: 9px 20px;
    font-size: 20px;
    font-weight: 700;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 35px;
    box-shadow: none;
    text-align: center;
}
.form-control::placeholder {
    color: #c1c1c1;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #c1c1c1;
}

.form-control::-ms-input-placeholder {
    color: #c1c1c1;
}
.login-form-cn .btn {
    padding: 9px 20px;
    text-transform: uppercase;
}
.setting-subcrib-btn .btn-default {
    background-color: transparent !important;
    border-color: rgba(84, 100, 133, 0.6) !important;
    color: #929cb1 !important;
    border-width: 2px;
}
.login-form-cn .fb_btn {
    background: #3a559f !important;
    border-color:#3a559f !important;
}
.login-form-cn .fb_btn .fa {
    position: absolute;
    left: 29px;
    font-size: 23px;
    color: #c1cdd7;
    top: 12px;
}
@media (max-width: 350px) {
    .login-center-all {
        float: left;
        width: 100%;
    }
}
--login-wrap end--*/




html, body {
    height: 100%;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    background-color: #101211;
    display: table;
    width: 100%;

}

a {
    color: #0eacf3;
    font-size: 13px;
    text-decoration: none;
}

a:hover {
    color: #098eca;
    text-decoration: none;
}

a, .nav-tabs > li > a {
    text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover {
    text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover, .btn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:focus, .btn:focus {
    outline: none !important;
}

h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0px;
}

li {
    line-height: 20px;
}


ul, ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.clear {
    clear: both;
}

.center, .center-responsive img, .center img, .center-responsive img img, .center-responsive {
    text-align: center;
}

.center-responsive img {
    margin: 0px auto;
}

.position-relative {
    position: relative;
}

.cn_item i {
    display: inline-block;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: middle;
}

.text-primary {
    color: #15cea5 !important;
}

.text-secondary {
    color: #4b4b4b;
}

.transition-all, .client-image, #back-top a, #arrowdown .btn-primary {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}



.float-right-right {
    float: right;
}

.full-width-float, .float-left-left {
    float: left;
}

.full-width-inblocks {
    display: inline-block;
}

.full-width-blocks {
    display: block;
}

.full-width-float, .full-width-inblocks, .full-width-blocks {
    width: 100%;
}

.white-color {
    color: #fff;
}

.blue-color {
    color: #09bce8 !important;
}

.red-color {
    color: #f05154 !important;
}

.btn-info {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    border: 2px solid #fff;
}

.btn-info.focus, .btn-info:focus {
    background-color: #df3b3e;
    border-color: #df3b3e;
    color: #fff;
}

.btn-info:hover {
    background-color: #df3b3e;
    border-color: #df3b3e;
    color: #fff;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #df3b3e;
    border-color: #df3b3e;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    background-color: #df3b3e;
    border-color: #df3b3e;
    color: #fff;
}

.btn-primary {
    background-color: #1cbb9d;
    border-color: #1cbb9d;
    color: #fff;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #159e84;
    border-color: #159e84;
    color: #fff;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #159e84;
    border-color: #159e84;
    color: #fff;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #098eca;
    border-color: #098eca;
}
.btn-default {
    background-color: transparent;
    border-color: #e3af25;
    color: #000000;
    border-width: 3px;
}
.btn-default:hover, .btn-default.focus, .btn-default:focus, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-primary {
    background-color: #bc8c18;
    border-color: #bc8c18;
    color: #fff;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background-color: #bc8c18;
    border-color: #bc8c18;
    color: #fff;
}
.btn {
    padding: 11px 58px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    border-radius: 35px;
    text-transform: uppercase;
}
.clear-fluid {
    clear: both;
}
.cn_item i, .cn_item svg {
    display: inline-block;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: middle;
}
/*--login-wrap--*/
.midll-wrap {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-top: 20px;
}
.login-wrap {
    margin: 0px auto 0px;
    width: 400px;
}
.login-center-all {
    float: left;
    width: 400px;
}
.logo {
    margin-bottom: 50px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.vidly-svg {
    width: 170px;
    height: 84px;
    background-image: url(../images/svg/vidlylogo.svg);
}

.login-form-cn .form-control {
    height: 46px;
    padding: 6px 8px 6px 2px;
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #515151;
    border-right: none;
    border-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
    position: relative;
}
.login-form-cn .form-control::placeholder {
    color: #8c8c8c;
    opacity: 1;
}

.login-form-cn .form-control:-ms-input-placeholder {
    color: #8c8c8c;
}

.login-form-cn .form-control::-ms-input-placeholder {
    color: #8c8c8c;
}
.select-color {
    background: #000;
}

.eyes-svg {
    width: 21px;
    height: 12px;
    cursor: pointer;
    background-image: url(../images/svg/eyes-svg.svg);
}
.eyes-svg.active {
    background-image: url(../images/svg/eyeswhite-svg.svg);
}
.fg-line .right-icnpos {
    position: absolute;
    right: 20px;
    top: 10px;
}
.flat-pos .flag-countin {
    position: absolute;
    left: 0px;
    top: 16px;
}
.flat-pos .fiedl-padd-left {
    padding-left: 33px !important;
}
.fg-line label {
    position: absolute;
    top: -20px;
    font-size: 14px;
    font-weight: 700;
    color: #646464;
    margin-bottom: 0px;
}
.note-sgn {
    color:#dadada !important;
}

.fg-line.fg-toggled label {
    color: #00d0a9;
}
.fg-line.fg-toggled .form-control {
    border-bottom: 2px solid #13d1a6;
}
.fg-line.fg-toggled-on .form-control {
    border-bottom: 1px solid #515151;
}
.fg-line.fg-toggled .tick-svg {
    background-image: url(../images/svg/tickac-svg.svg);
}

.login-form-cn .btn {
    padding: 10px 35px;
    margin-bottom: 20px;
    /*margin-top: 20px;*/
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    /*border-radius: 35px;*/
    text-transform: uppercase;
    border-width: 2px;
}
.login-form-cn .btn-primary {
    background-color: #15cea5;
    border-color: #15cea5;
    color: #fff;
}
.login-form-cn .cont.btn-primary {
    background-color: #159e84 !important;
    border-color: #159e84 !important;
    color: #fff;
}
.login-form-cn .getpin_btn {
    position: absolute;
    right: 0px;
    top: -11px;
    font-size: 12px;
    padding: 4px 14px;
}
.form-group {
    margin-bottom: 40px;
}
.form-group2 {
    margin-bottom: 40px;
}
.login-form-cn .form-first-top {
    margin-top: 30px;
}
.sk-col {
    font-size: 18px;
    text-transform: uppercase;
    color: #87878c;
    position: relative;
    top: 11px;
}
.sk-col .fa {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    top: 2px;
    left: 3px;
    color: #01c9a4;
}
p.note-sgn {
    font-size: 17px;
    color: #7e7d7d;
}
p.note-sgn a {
    font-size: 17px;
    font-weight: 600;
    color: #c2c2c2;
    position: relative;
    text-transform: uppercase;
}
p.note-sgn a::after {
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #13d1a6;
}
.chos-tabs .nav-tabs {
    border-bottom: medium none;
    margin-bottom: 25px;
}
.chos-tabs .nav-tabs > li {
    margin-right: 55px;
    display: inline-block;
    float: none;
}
.chos-tabs .nav-tabs > li:last-child {
    margin-right: 0px;
}
.chos-tabs .nav-tabs > li > a {
    border: none;
    color: #8c8c8c;
    font-size: 26px;
    font-weight: 600;
    line-height: 21px;
    padding: 5px 0px 5px;
    position: relative;
    background: transparent;
    border-radius: 1px;
    text-transform: uppercase;
    position:relative;

}
.chos-tabs .nav-tabs > li.active > a, .chos-tabs .nav-tabs > li.active > a:focus, .chos-tabs .nav-tabs > li.active > a:hover {
    color: #15cea5;
    border: none;
    background: transparent;
}
.chos-tabs .nav-tabs > li.active > a:after {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 45%;
    height: 2px;
    background: #15cea5;
    content: '';
}
.radio-sub-input,
.check-sub-input {
    padding: 15px 0px 0px;
}

.check-sub-long .title-check {
    width: auto;
}

.radio-sub-input label, .check-sub-input label {
    margin-bottom: 10px;
    float: left;
    padding-left: 25px;
    position: relative;
}

.radio-sub-input.radio-sub-modify {
    opacity: .2;
}

.radio-sub-input input[type="radio"],
.check-sub-input input[type="checkbox"] {
    display: none;
}

.radio-sub-input .check-alighn, .check-sub-input .check-alighn {
    position: absolute;
    top: 8px;
    left: 0px;
}

.radio-sub-input .title-check,
.check-sub-input .title-check {
    font-weight: 400;
    color: #646464;
    font-size: 14px;
}

.radio-sub-input input[type="radio"]+label span {
    /* background: transparent url(../images/check_radio_sheet.png) no-repeat scroll right top;*/
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: -18px 8px 0 0;
    vertical-align: middle;
    width: 14px;
}

.radio-sub-input input[type="radio"]:checked+label span {
    /*background: transparent url(../images/check_radio_sheet.png) no-repeat scroll left top;;*/
}

.radio-sub-input input[type="radio"]:checked+label .title-radio {
    font-weight: 400;
    color: #dadada;
}

.check-sub-input input[type="checkbox"]+label span {
    background: transparent url(../images/sprite-sub-check2.png) no-repeat scroll left top;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: -18px 8px 0 0;
    vertical-align: middle;
    width: 15px;
}

.check-sub-input input[type="checkbox"]:checked+label span {
    background: transparent url(../images/sprite-sub-check2.png) no-repeat scroll right top;
}

.check-sub-input input[type="checkbox"]:checked+label .title-check {
    color: #dadada;
    font-weight: 400;
}
.skipall {
    text-align: center;
    margin-top: 70px;
}
.skipall a {
    color: #dadada;
    font-size: 13px;
    text-transform: uppercase;
}
.skipall .cn_item i {
    top: -2px;
    margin-left: 6px;
}
.modal-form .modal-content {
    background: #171a19;
    border: none;
    border-radius: 7px;
    padding: 0 15px;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching 
    full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;}
.modal-form .modal-body {
    position: relative;
    padding: 15px 15px 30px;
}

.modal-form .close-modal {
    border: none;
    background: transparent;
    position: absolute;
    top: 13px;
    right: -5px;
}
.content-modal-top {
    text-align: center;
    color: #e6e6e6;
    padding: 10px 0px 20px;
}
.content-modal-top h3 {
    font-size: 17px;
    margin-bottom: 5px;
}
.content-modal-top span {
    display: block;
    font-size: 14px;
    line-height: 23px;
}
.content-modal-bottom {
    text-align: center;
    font-size: 12px;
    color: #9c9c9c;
    padding: 0px 10px;
}
.content-modal-bottom span {
    display: block;
    margin-bottom: 16px;
}
.pn-generat-field-outer {
    margin: 0px auto;
    width: 310px;
    display: inline-block;
    text-align: center;
}

.pn-generat-field {
    width: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 35px;
    margin-bottom: 45px;
    margin-top: 10px;
}
.pn-generat-field:last-child {
    margin-right: 0px !important;
}
.pn-generat-field .form-control {
    height: 50px;
    padding: 6px 0px 6px 0px;
    font-size: 26px;
    color: #15cea5;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 17px;
    box-shadow: none;
    position: relative;
    font-weight: 400;
    text-align: center;
    border-radius: 0px;
    border-bottom: 1px solid #15cea5;
}
.otherpaymnet-model .nav-tabs {
    border-bottom: medium none;
    margin-top: 20px;
}
.otherpaymnet-model .nav-tabs>li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 25px;
    float: none;
}
.otherpaymnet-model .nav-tabs>li:last-child {
    margin-right: 0px !important;
}
.otherpaymnet-model .nav-tabs>li, .otherpaymnet-model li a span.cn_item {
    width: 53px;
}
.otherpaymnet-model li a span.cn_item {
    margin-right: 0px;
    display: table-cell;
    height: 54px;
    vertical-align: middle;
    text-align: center;
}
.otherpaymnet-model .nav-tabs>li>a {
    border: 1px solid #515151;
    padding: 0px;
    display: block;
    font-size: 12px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    background: #101211;
}
.otherpaymnet-model .nav-tabs>li.active>a, .otherpaymnet-model .nav-tabs>li.active>a:focus, .otherpaymnet-model .nav-tabs>li.active>a:hover {
    border: 1px solid #15cea5;
    background: #101211;
    color: #fff;
}
.otherpaymnet-model .nav-tabs>li>a:after {
    background-image: url(../images/pay-select-icon.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 18px;
    right: -12px;
    top: -12px;
    position: absolute;
    content: '';
    opacity: 0;
}
.otherpaymnet-model .nav-tabs>li.active>a:after {
    opacity: 1;
}
@media (max-width: 479px) {
    .login-wrap, .login-center-all, .modal-form .modal-dialog {
        width: 320px;
    }
    .pn-generat-field-outer {
        width: 260px;
    }
    .pn-generat-field {
        margin-right: 25px;
    }
    .otherpaymnet-model .nav-tabs>li {
        margin-right: 9px;
    }
    .skipall {
        margin-top: 50px;
    }
}
@media (max-width: 350px) {
    .login-center-all {
        float: left;
        width: 100%;
    }
}
@media (min-width: 480px){
    .modal-form .modal-dialog {
        width: 376px;
        margin: 30px auto;
    }
}

/*--login-wrap end--*/

