/*body {
    background: #060a32;
}*/

/*color css start here*/
body.dark-mode {
    background-color: black;
    color: white;
}

    body.dark-mode .support-text h4 {
        color: #fff;
    }

    body.dark-mode .swap-token h2 {
        color: #fff;
    }

    body.dark-mode .main-title {
        color: white;
    }

    body.dark-mode .section-headline h2 {
        color: white;
    }

    body.dark-mode .section-bg-headline h2 {
        color: white;
    }

    body.dark-mode .section-bg-headline h3 {
        color: white;
    }

    body.dark-mode .section-bg-headline h5 {
        color: white;
    }

    body.dark-mode .left-headline h2 {
        color: white;
    }

    body.dark-mode .resulta a {
        color: white;
    }
    body.dark-mode .footer-section2 {
        color: white;
    }
body.dark-mode p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #fff;
   
}


.mode {
    position: fixed;
    z-index: 99999999;
    top: 348px;
    padding: 10px;
}

body.light-mode {
    background-color: white;
    color: black;
}



body.light-mode .mode {
    background-color: #000;
    color: #fff;
    border: none;
}

body.dark-mode .mode {
    background-color: #fff;
    color: #fff;
    border: none;
}
body.dark-mode  #reg-layout .reg-box {
    position: relative;
    background: #5c67ff00;
    max-width: 50rem;
    width: 100%;
    border-radius: 13px;
    margin: 2rem auto;
    box-shadow: 0 0 6px 2px #fff;
    box-sizing: border-box;
    padding: 6rem 3rem 2rem;
    text-align: center;
}
body.dark-mode .reg-box1 {
    position: relative;
    background: #fff0;
    /* max-width: 50rem; */
    width: 100%;
    border-radius: 13px;
    /* margin: 2rem auto; */
    box-shadow: 0 0 6px 2px #fff;
    box-sizing: border-box;
    padding: 8rem 3rem 7rem;
    text-align: center;
}
body.dark-mode #reg-layout .note {
    color:white;
}
body.dark-mode #reg-layout .subtitle {
    color: white;
}
.resulta a {
    color: black;
}


.ft {
    font-size: 45px;
}
/*color mode css legend here*/

.backss {
    /*background: #1d1604;*/
    margin: 35px;
    border-radius: 15px;
    box-shadow: inset 0 0 15px #ffffff;
    background-image: url('../login_bx.png');
    height: 501px;
    background-size: contain;
    background-position: center;
}
@media only screen and (max-width: 600px){
    .backss {
        background: #25293c;
        margin: 20px 0px 0px 0px;
        border-radius: 15px;
        box-shadow: inset 0 0 15px #ffffff;
        display: none;
    }
    .images_src {
        position: relative;
        top: 30px !important;
        width: 53%;
    }
}
/*.container-fluid{
    width:1330px;
}*/
.images_src {
    position: relative;
    top: 83px;
    width: 53%;
}
