@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(animate.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700;800;900&display=swap");

body,
html {
    font-size: 16px;
    font-family: "Noto Sans Thai", sans-serif
}

a {
    color: #000
}

p {
    margin: 0 0 5px;
}

.small-wrap {
    margin: 6px 0 0;
    font-size: 0.8rem;
}

.bg-main-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    content: '';
    z-index: -1;
    background: transparent;
    background-size: cover !important;
    background-position: center !important;
}

.blog-form-inner {
    padding: 2rem;
    background: #000;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 5rem;
   
}


/* .long-form-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
    height: 100vh;
} */

.blog-form-inner .form-input-main {
    margin-top: 15px;
}

.blog-in-head {
    margin: 0 30px;
}

.blog-in-head img {
    width: 250px;
    height: auto;
}

.clearfloat:after {
    display: table;
    content: '';
    clear: both
}

.inner-btn {
    max-width: 250px;
    width: 250px;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #000000;
    background: linear-gradient(180deg, #f3e68c 0%, #b08729 100%);
    border-radius: 10px !important;
    font-weight: 600;
    text-align: center;
    font-size: 1.1rem;
    cursor: pointer;
}

.inner-btn.-contact {
    background: linear-gradient(180deg, #00b900 0%, #008300 100%);
    color: #fff;
}

.inner-btn.-contact a {

    color: #fff;
}

.inner-btn.-confirmphone {
    width: 150px;
    padding: 6px 0;

    background: linear-gradient(180deg, #00b900 0%, #008300 100%);
    color: #fff;
}

.inner-btn i {
    font-size: 1.5rem;
    margin-right: 10px;
    font-weight: 600;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.itemswitch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.itemswitch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0px;
    bottom: -3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.input-group-addon {
    background: #fff;
    border: none;
    position: absolute;
    z-index: 9;
    top: 8px;
    right: 10px;
}

.itemswitch input:checked+.slider {
    background-color: #2196F3;
}

.itemswitch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.itemswitch input:checked+.slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
}

/* Rounded sliders */
.itemswitch .slider.round {
    border-radius: 34px;
}

.itemswitch .slider.round:before {
    border-radius: 50%;
}

.form-bonus {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0 !important;
}

.form-bonus .caption-bonus {
    margin-left: 15px;
}

.form-bonus p {
    font-size: 0.8rem;
    margin: 0;
}

.item-mobile {
    display: none;
}

.swal2-popup {
    width: auto !important;
    padding: 0 !important;
}

.swal2-container {
    z-index: 999999999;
    height: auto !important;
    bottom: auto !important;
    left: auto !important;
    background: transparent !important;
}

.swal2-shown {
    overflow: unset !important;
    padding-right: 0px !important;
}

.swals-shown body {
    padding-right: 0 !important;
}

body {
    padding-right: 0 !important;
}

.swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 0 !important;
    border-radius: 5px;
}

.blog-sw-main {
    padding: 15px 30px;
    min-width: 300px;
}

.blog-sw-main.-success {
    background: #21d700;
}

a:hover {
    text-decoration: none;
}

.blog-sw-main.-success p {
    color: #fff;
}

.blog-sw-main.-error {
    background: #db0000;
}

.blog-sw-main p {
    margin: 0;
    font-size: 1rem;
}

.blog-sw-main.-error p {
    color: #fff;
}

button {
    border: none !important;
}

button:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.check-load {
    position: relative;
    z-index: 1;
}

.main-form-register {
    overflow: hidden;
}

.modal {
    padding-right: 0 !important;
}

.formotp {
    text-align: center;
}

.formotp input {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    text-align: center;
}

.icon-load {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
}

.class-load .icon-load {
    display: flex;
}

.class-load .icon-load i {
    animation: rotateCW 1.5s infinite linear;
}

.confirm-otp-wrap h4 {
    font-size: 1.2rem;
}

@keyframes rotateCW {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.header-form-register {
    margin: 30px 0;
}

.class-load .inner-btn {
    color: transparent !important;
}

.icon-load i {
    font-size: 1.5rem;
    color: #fff;
}


/***** Set-Colortext-BackgroundForm *****/
.blog-form-inner.-allbet24hr-global {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.blog-form-inner.-slotxo24hr-global {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.blog-form-inner.-joker123th-global {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.blog-form-inner.-pussy888fun-global {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.blog-form-inner.-avenger98th-global {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.blog-form-inner.-pgslot99-global {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.blog-form-inner.-kingcrab168-global {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.blog-form-inner.-hengjing168-global {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.blog-form-inner.-sexy168auto-global {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.blog-form-inner.-happyangpao-global {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.blog-form-inner.-tangtem168-global {
    background: rgba(255, 67, 106, 0.2) !important;
    color: #46245b !important;
    font-weight: 600;
}

/***** Set-Button-Entersite-Form1 *****/
.inner-btn.-entersiteform1allbet24hr {
    background: linear-gradient(180deg, #b50604 0%, #e81805 100%);
}

.inner-btn.-entersiteform1allbet24hr a {
    color: #fff;
}

.inner-btn.-entersiteform1slotxo24hr {
    background: #743111 !important;
    border: 3px solid #d89643 !important;
}

.inner-btn.-entersiteform1slotxo24hr a {
    color: #fff;
}

.inner-btn.-entersiteform1joker123th {
    border: 3px solid gold;
    background: linear-gradient(180deg, #c81c1c 0%, #6c0303 100%);
}

.inner-btn.-entersiteform1joker123th a {
    color: #fff;
}

.inner-btn.-entersiteform1pussy888fun {
    border: 3px solid #fff;
    background: linear-gradient(180deg, #b8267a 0%, #ef83b2 0.01%, #b90a70 100%) !important;
}

.inner-btn.-entersiteform1pussy888fun a {
    color: #fff;
}

.inner-btn.-entersiteform1avenger98th {
    border: 3px solid #fff;
    background: #000;
}

.inner-btn.-entersiteform1avenger98th a {
    color: #fff;
}

.inner-btn.-entersiteform1pgslot99 {
    background: linear-gradient(180deg, #b50604 0%, #e81805 100%);
}

.inner-btn.-entersiteform1pgslot99 a {
    color: #fff;
}

.inner-btn.-entersiteform1kingcrab168 {
    border:3px solid #fff;
    background: linear-gradient(180deg, #579aff 0%, #4f32eb 100%) !important;
}

.inner-btn.-entersiteform1kingcrab168 a {
    color: #fff;
}

.inner-btn.-entersiteform1hengjing168 {
    background: linear-gradient(92.07deg, #9a00b3 1.62%, #6d36e3 48.17%, #2bc1f0) !important;
}

.inner-btn.-entersiteform1hengjing168 a {
    color: #fff;
}

.inner-btn.-entersiteform1sexy168auto {
    background: linear-gradient(180deg, #d409ff 0%, #8b00ff 100%) !important;
}

.inner-btn.-entersiteform1sexy168auto a {
    color: #fff;
}

.inner-btn.-entersiteform1happyangpao {
    background: linear-gradient(180deg, #b50604 0%, #e81805 100%);
}

.inner-btn.-entersiteform1happyangpao a {
    color: #fff;
}

.inner-btn.-entersiteform1tangtem168 {
    background: linear-gradient(180deg, #ff942e, #ff416c) !important;
    border-radius: 3px !important;
}

.inner-btn.-entersiteform1tangtem168 a {
    color: #fff;
}

/***** Set-Button-Entersite *****/
.inner-btn.-entersiteallbet24hr {
    background: linear-gradient(180deg, #B50604 0%, #E81805 100%);
}

.inner-btn.-entersiteallbet24hr a {
    color: #fff;
}

.inner-btn.-entersiteslotxo24hr {
    background: #743111 !important;
    border: 3px solid #d89643 !important;
}

.inner-btn.-entersiteslotxo24hr a {
    color: #fff;
}

.inner-btn.-entersitejoker123th {
    border: 3px solid gold;
    display: none;
    background: linear-gradient(180deg, #c81c1c 0%, #6c0303 100%);
}

.inner-btn.-entersitejoker123th a {
    color: #fff;
}

.inner-btn.-entersitepussy888fun {
    border: 3px solid #fff;
    display: none;
    background: linear-gradient(180deg, #B50604 0%, #E81805 100%) !important;
}

.inner-btn.-entersitepussy888fun a {
    color: #fff;
}

.inner-btn.-entersiteavenger98th {
    border: 3px solid #fff;
    background: linear-gradient(180deg, #090704 0%, #202020 100%);
}

.inner-btn.-entersiteavenger98th a {
    color: #fff;
}

.inner-btn.-entersitepgslot99 {
    background: linear-gradient(180deg, #B50604 0%, #E81805 100%);
}

.inner-btn.-entersitepgslot99 a {
    color: #fff;
}

.inner-btn.-entersitekingcrab168 {
    display: none;
    background: linear-gradient(180deg, #FFE936 0%, #E6342B 100%) !important;
}

.inner-btn.-entersitekingcrab168 a {
    color: #fff;
}

.inner-btn.-entersitehengjing168 {
    display: none;
    background: linear-gradient(92.07deg, #9a00b3 1.62%, #6d36e3 48.17%, #2bc1f0) !important;
}

.inner-btn.-entersitehengjing168 a {
    color: #fff;
}

.inner-btn.-entersitesexy168auto {
    display: none;
   background: #0C0047 !important; 
   border:3px solid #FF00C8 !important;
}

.inner-btn.-entersitesexy168auto a {
    color: #fff;
}

.inner-btn.-entersitehappyangpao {
    background: linear-gradient(180deg, #b50604 0%, #e81805 100%);
}

.inner-btn.-entersitehappyangpao a {
    color: #fff;
}

.inner-btn.-entersitetangtem168 {
    display: none;
    background: linear-gradient(180deg, #ff942e, #ff416c) !important;
    border-radius: 3px !important;
}

.inner-btn.-entersitetangtem168 a {
    color: #fff;
}


/***** Set-Button-Line-Form1 *****/
.btnlineform1-allbet24hr {
    background: linear-gradient(180deg, #00b900 0%, #008300 100%);
    color: #fff;
}

.btnlineform1-slotxo24hr {
    background: #743111 !important;
    border: 3px solid #d89643 !important;
}

.btnlineform1-joker123th {
    background: linear-gradient(180deg, #c81c1c 0%, #6c0303 100%) !important;
    border: 3px solid gold !important;
}

.btnlineform1-pussy888fun {
    border: 3px solid #fff !important;
    background: linear-gradient(180deg, #00B900 0%, #008300 100%) !important;
}

.btnlineform1-avenger98th {
    border: 3px solid #fff !important;
    background: linear-gradient(180deg, #090704 0%, #202020 100%) !important;
}

.btnlineform1-kingcrab168 {
    border: 3px solid #fff !important;
    background: linear-gradient(180deg, #F9EC50 0%, #18C402 100%) !important;
}

.btnlineform1-hengjing168 {
    background: linear-gradient(92.07deg, #9a00b3 1.62%, #6d36e3 48.17%, #2bc1f0) !important;
}

.btnlineform1-sexy168auto {
    
    border: 3px solid #FF00C8 !important;
    background: #0C0047 !important;
}

.btnlineform1-tangtem168 {

}

/***** Set-Button-Line *****/
.btnline-allbet24hr {
    background: linear-gradient(180deg, #00b900 0%, #008300 100%);
    color: #fff;
}

.btnline-slotxo24hr {
    background: #743111 !important;
    border: 3px solid #d89643 !important;
}

.btnline-joker123th {
    background: linear-gradient(180deg, #c81c1c 0%, #6c0303 100%) !important;
    border: 3px solid gold !important;
    display: none;
}

.btnline-pussy888fun {
    display: none;
    border: 3px solid #fff !important;
    background: linear-gradient(180deg, #b8267a 0%, #ef83b2 0.01%, #b90a70 100%) !important;
}

.btnline-avenger98th {
    border: 3px solid #fff !important;
    background: #000 !important;
}

.btnline-kingcrab168 {
    display: none;
    background: linear-gradient(180deg, #579aff 0%, #4f32eb 100%) !important;
}

.btnline-hengjing168 {
    display: none;
    background: linear-gradient(92.07deg, #9a00b3 1.62%, #6d36e3 48.17%, #2bc1f0) !important;
}

.btnline-sexy168auto {
    display: none;
    background: linear-gradient(180deg, #d409ff 0%, #8b00ff 100%) !important;
}

.btnline-tangtem168 {
    display: none;
}


/***** Set-Button-Primary *****/
.colormain-allbet24hr {
    color: #000 !important;
    background: linear-gradient(180deg, #f3e68c 0%, #b08729 100%) !important;
}

.colormain-slotxo24hr {
    color: #000 !important;
    background: linear-gradient(180deg, #ffeea2 0%, #ffc305 100%) !important;
}

.colormain-joker123th {
    color: #fff !important;
    background: #000 !important;
    border: 2px solid #fef494 !important;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%), 0 4px 4px rgb(0 0 0 / 25%);
}

.colormain-pussy888fun {
    color: #fff !important;
    background: linear-gradient(180deg, #b8267a 0%, #ef83b2 0.01%, #b90a70 100%) !important;
}

.colormain-avenger98th {
    color: #fff !important;
    background: linear-gradient(180deg, #2a85b5 0%, #00164d 100%) !important;
    border: 3px solid #47f9fc !important;
}

.colormain-pgslot99 {
    color: #000 !important;
    background: linear-gradient(180deg, #ffe936 0%, #e6342b 100%) !important;
}

.colormain-kingcrab168 {
    color: #fff !important;
    background: linear-gradient(180deg, #579aff 0%, #4f32eb 100%) !important;
}

.colormain-hengjing168 {
    color: #fff !important;
    background: linear-gradient(92.07deg, #9a00b3 1.62%, #6d36e3 48.17%, #2bc1f0) !important;
}

.colormain-sexy168auto {
    color: #fff !important;
    background: linear-gradient(180deg, #d409ff 0%, #8b00ff 100%) !important;
}

.colormain-happyangpao {
    color: #000 !important;
    background: linear-gradient(180deg, #ffe936 0%, #e6342b 100%) !important;
}

.colormain-tangtem168 {
    color: #fff !important;
    background: linear-gradient(180deg, #ff942e, #ff416c) !important;
}


/***** Set-Step-Button *****/
.stepsite-allbet24hr {
    color: #000 !important;
    background: linear-gradient(180deg, #f3e68c 0%, #b08729 100%) !important;
}

.stepsite-slotxo24hr {
    color: #000 !important;
    background: linear-gradient(180deg, #ffeea2 0%, #ffc305 100%) !important;
}

.stepsite-joker123th {
    color: #fff !important;
    background: #000 !important;
    border: 1px solid #fef494 !important;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%), 0 4px 4px rgb(0 0 0 / 25%);
}

.stepsite-pussy888fun {
    color: #fff !important;
    background: linear-gradient(180deg, #b8267a 0%, #ef83b2 0.01%, #b90a70 100%) !important;
}

.stepsite-avenger98th {
    color: #fff !important;
    background: linear-gradient(180deg, #2a85b5 0%, #00164d 100%) !important;
    border: 1px solid #47f9fc !important;
}

.stepsite-pgslot99 {
    color: #000 !important;
    background: linear-gradient(180deg, #ffe936 0%, #e6342b 100%) !important;
}

.stepsite-kingcrab168 {
    color: #fff !important;
    background: linear-gradient(180deg, #579aff 0%, #4f32eb 100%) !important;
}

.stepsite-hengjing168 {
    color: #fff !important;
    background: linear-gradient(92.07deg, #9a00b3 1.62%, #6d36e3 48.17%, #2bc1f0) !important;
}

.stepsite-sexy168auto {
    color: #fff !important;
    background: linear-gradient(180deg, #d409ff 0%, #8b00ff 100%) !important;
}

.stepsite-happyangpao {
    color: #000 !important;
    background: linear-gradient(180deg, #ffe936 0%, #e6342b 100%) !important;
}

.stepsite-tangtem168 {
    color: #fff !important;
    background: linear-gradient(180deg, #ff942e, #ff416c) !important;
}


/***** Set-Switch *****/
.allbet24hrbonus input:checked+.slider {
    background-color: #f3e68c !important;
}

.allbet24hrbonus input:focus+.slider {
    box-shadow: 0 0 1px #f3e68c !important;
}

.slotxo24hrbonus input:checked+.slider {
    background-color: #d89643 !important;
}

.slotxo24hrbonus input:focus+.slider {
    box-shadow: 0 0 1px #d89643 !important;
}

.joker123thbonus input:checked+.slider {
    background-color: #e81805 !important;
}

.joker123thbonus input:focus+.slider {
    box-shadow: 0 0 1px #e81805 !important;
}

.pussy888funbonus input:checked+.slider {
    background-color: rgba(184, 38, 122, 1) !important;
}

.pussy888funbonus input:focus+.slider {
    box-shadow: 0 0 1px rgba(184, 38, 122, 1) !important;
}

.avenger98thbonus input:checked+.slider {
    background-color: #47f9fc !important;
}

.avenger98thbonus input:focus+.slider {
    box-shadow: 0 0 1px #47f9fc !important;
}

.pgslot99bonus input:checked+.slider {
    background-color: rgba(230, 52, 43, 1) !important;
}

.pgslot99bonus input:focus+.slider {
    box-shadow: 0 0 1px rgba(230, 52, 43, 1) !important;
}

.kingcrab168bonus input:checked+.slider {
    background-color: #f2c94c !important;
}

.kingcrab168bonus input:focus+.slider {
    box-shadow: 0 0 1px #f2c94c !important;
}

.hengjing168bonus input:checked+.slider {
    background-color: #9a00b3 !important;
}

.hengjing168bonus input:focus+.slider {
    box-shadow: 0 0 1px #9a00b3 !important;
}

.sexy168autobonus input:checked+.slider {
    background-color: #d409ff !important;
}

.sexy168autobonus input:focus+.slider {
    box-shadow: 0 0 1px #d409ff !important;
}

.happyangpaobonus input:checked+.slider {
    background-color: rgba(230, 52, 43, 1) !important;
}

.happyangpaobonus input:focus+.slider {
    box-shadow: 0 0 1px rgba(230, 52, 43, 1) !important;
}

.tangtem168bonus input:checked+.slider {
    background-color: #ff942e !important;
}

.tangtem168bonus input:focus+.slider {
    box-shadow: 0 0 1px #ff942e !important;
}





.bg-page-form1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-slide-main-page{
    padding: 0 7rem;
}
.blog-slide-main-page img{
    width: 100%;
    height: auto;
}

.lSSlideOuter .lSPager.lSpg > li a {
    display: none !important;
}
.stepregis{
  margin: 0 auto !important;
}
.form1-main-blog{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    z-index: 99;
    display: flex;
    align-items: center;
    overflow-y: auto;
    justify-content: center;
}
.form1-main-blog.-form3{
    align-items: flex-start;
    justify-content: center;
}
.form1-main-blog{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .form1-main-blog::-webkit-scrollbar {
    display: none;
}
.form-inner-form1 {
    max-width: 550px;
    width: 550px;
    padding: 15px;
}
.blog-in-form1{
    text-align: center;
}
.form-inner-form1 img {
    width: 350px;
    height: auto;
    margin: -2rem 0 0;
}

.wrap-over-inner{
    max-height: 100vh;
    margin: 0 !important;
    overflow-y: auto;
}
.wrap-over-inner::-webkit-scrollbar {
    display: none;
}
.wrap-over-inner{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.show-flex{
    display: flex !important;
}
.show-none{
    display: none !important;
}
.show-block{
    display: block !important;
}
.logo-form3 img{
width: 300px;
height: auto;
}























@media only screen and (max-width:600px) {
    .logo-form3 img {
        width: 200px;
        height: auto;
    }
    .blog-slide-main-page{
        padding: 0rem;
    }
    .form-inner-form1 img {
        width: 250px;
        height: auto;
    }
    .blog-in-form1 {
        padding: 0 15px;
    }
    .bg-main-inner {
        background-position: right !important;
    }

    .formotp input {
        width: 40px;
        height: 40px;
    }

    .blog-sw-main p {
        margin: 0;
        font-size: 0.9rem;
    }

    .item-mobile {
        display: block;
    }

    .item-pc {
        display: none;
    }

    .header-form-register .blog-in-head {
        width: 100%;
        text-align: center;
    }

    .header-form-register .button-main {
        width: 50%;
        padding: 0 5px;
    }

    .header-form-register {
        flex-wrap: wrap;
    }

    .blog-in-head img {
        width: 120px;
        height: auto;
    }

    .blog-in-head {
        margin: 0 10px;
    }

    .blog-form-inner {
        padding: 1rem
    }

    .inner-btn.-confirmphone {
        width: 120px;
        padding: 6px 0;
    }

    .form-bonus p {
        font-size: 0.6rem;
    }

    .inner-btn {
        font-size: 1rem;
        width: 100%;
        padding: 10px 15px;
    }

    .inner-btn i {
        font-size: 1rem;
        margin-right: 10px;
        font-weight: 600;
    }
}

.blog-wrap-select-true {
    padding-left: 20px;
    margin-top: 25px;
}

.show-bank {
    display: block;
}

.show-bank {
    display: none;
}

.blog-wrap-select-true p {
    margin: 0;
}

.blog-wrap-select-true img {
    width: 30px;
    height: auto;
    margin-left: 10px;
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.2rem !important;
    left: -1rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    cursor: pointer;
}

.custom-control {
    padding-left: 1rem;
}
.step-log-btn{
    max-width: 80px;
    text-align: center;
    margin:15px auto;
}
@media only screen and (max-width:320px) {
    .logo-form3 img {
        width: 120px;
        height: auto;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .container {
        max-width: 691px;
        width: 691px
    }
}


@media only screen and (min-width:1367px) {
    .container {
        max-width: 1344px;
        width: 1344px
    }
}

/*# sourceMappingURL=style.min.css.map */