﻿@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap' );

@font-face {
    font-family: 'Comfortaa';
    src: url("../../Index_Asset/fonts/Comfortaa-Bold_0.eot");
    src: url("../../Index_Asset/fonts/Comfortaa-Bold_0-1.eot") format("embedded-opentype"), url("../../Index_Asset/fonts/Comfortaa-Bold_0.woff") format("woff"), url("../../Index_Asset/fonts/Comfortaa-Bold_0.ttf") format("truetype");
    src: url("../../Index_Asset/fonts/Comfortaa-Light.eot");
    src: url("../../Index_Asset/fonts/Comfortaa-Light-1.eot") format("embedded-opentype"), url("../../Index_Asset/fonts/Comfortaa-Light.woff") format("woff"), url("../../Index_Asset/fonts/Comfortaa-Light.ttf") format("truetype");
    src: url("../../Index_Asset/fonts/Comfortaa-Regular.eot");
    src: url("../../Index_Asset/fonts/Comfortaa-Regular-1.eot") format("embedded-opentype"), url("../../Index_Asset/fonts/Comfortaa-Regular.woff") format("woff"), url("../../Index_Asset/fonts/Comfortaa-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Lato", sans-serif;
    color: #a1abbd;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: -0.001em;
}

.main-bg {
    /*background: url('../images/b4.jpg') no-repeat center;*/
    background: #000000;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 100vh;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

/* text align right */
.txt-lt {
    text-align: left;
}

/* text align left */
.txt-center {
    text-align: center;
}

/* text align center */
.float-rt {
    float: right;
}

/* float right */
.float-lt {
    float: left;
}

/* float left */
.clear {
    clear: both;
}

/* clear float */
.pos-relative {
    position: relative;
}

/* Position Relative */
.pos-absolute {
    position: absolute;
}

/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}

/* vertical align top */
nav.vertical ul li {
    display: block;
}

/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}

/* horizontal menu */
img {
    max-width: 100%;
}

/* //end reset */


/* title */
h1 {
    font-size: 3vw;
    color: #fff;
    text-align: center;
    padding: 2.5vw 1vw 1vw;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

/* //title */

.sub-main-w3 {
    margin: 1.5vw 16vw;
    margin: 2vw auto;
    max-width: 1067px;
}

.image-style {
    background: url('../images/login-image.jpg') no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 323px;
}

/* vertical tabs */
.vertical-tab {
    color: #333;
    display: block;
    margin: auto;
    position: relative;
    float: left;
    /* width: 70%; */
}

.image-style {
    float: left;
    width: 25%;
}

.vertical-tab input[name="sections"] {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.vertical-tab .section-w3ls {
    display: block;
}

    .vertical-tab .section-w3ls label {
        background: #fff;
        border-right: 1px solid #dcdcdc;
        cursor: pointer;
        display: block;
        font-size: 17px;
        padding: 48px 20px;
        position: relative;
        width: 230px;
        z-index: 100;
        color: #111;
        text-align: center;
    }

    .vertical-tab .section-w3ls article {
        display: none;
        left: 230px;
        min-width: 570px;
        position: absolute;
        top: 0;
    }

/* .vertical-tab .section-w3ls article:after {
            background-color: #fff;
            bottom: 0;
            content: "";
            display: block;
            left: -229px;
            position: absolute;
            top: 0;
            width: 220px;
            z-index: 1;
        } */

.vertical-tab input[name="sections"]:checked + label {
    background: #1cadc4;
    color: #fff;
}

.vertical-tab input[name="sections"]:checked ~ article {
    display: block;
}

label.icon-left-w3pvt span {
    display: block;
    font-size: 30px;
    margin-bottom: 7.8px;
}

/* //vertical tabs */

/* form style */
.sub-main-w3 form {
    background-color: #1a1a1a;
    border: 1px solid #162531;
    box-shadow: 0 3px 10px rgba(255, 153, 0, 0.05);
    padding: 38px;
}

.legend {
    color: #000;
    font-size: 24px;
    text-align: center;
    margin-bottom: 1.2em;
    font-weight: 400;
}

p.para-style {
    margin-bottom: .8em;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 1.8;
}

p.para-style-2 {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 1.8;
    margin-bottom: 2em;
}

    p.para-style-2 a {
        color: blue;
    }

.input {
    margin-bottom: 1em;
    padding: 13px 15px;
    border: 1px solid #eee;
    background: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .input span {
        font-size: 15px;
        color: #464646;
        margin-right: 10px;
    }

    .input input {
        color: #000;
        font-size: 14px;
        letter-spacing: 1px;
        box-sizing: border-box;
        border: none;
        outline: none;
        background: transparent;
        width: 100%;
    }

.submit {
    margin: 2.3em auto 0;
    background: #00ad45;
    border: none;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    display: block;
    color: #fff;
    padding: 14px 30px;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    letter-spacing: 2px;
    width: 100%;
}

    .submit:hover {
        opacity: .8;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }

a.bottom-text-w3ls {
    color: #757474;
    font-size: 14px;
    display: inherit;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 3.2em;
}

/* //form style */

/* copyright */
.copyright {
    margin-top: 9vw;
    padding-bottom: 1.5vw;
}

    .copyright h2 {
        font-size: 15px;
        color: #fff;
        letter-spacing: 1px;
        text-align: center;
        line-height: 1.8;
    }

        .copyright h2 a {
            color: #fff;
            font-weight: bold;
            -webkit-transition: 0.5s all;
            -o-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -ms-transition: 0.5s all;
            transition: 0.5s all;
        }

            .copyright h2 a:hover {
                opacity: .8;
                -webkit-transition: 0.5s all;
                -o-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -ms-transition: 0.5s all;
                transition: 0.5s all;
            }

/* //copyright */

/* responsive */
@media(max-width: 1080px) {
    h1 {
        font-size: 4vw;
    }
}

@media(max-width: 1050px) {
    .sub-main-w3 {
        max-width: 900px;
    }

    .vertical-tab .section-w3ls article {
        min-width: 445px;
    }

    p.para-style-2 {
        font-size: 14px;
        margin-bottom: 1em;
    }

    p.para-style {
        margin-bottom: .7em;
        font-size: 14px;
    }
}

@media(max-width: 900px) {
    .sub-main-w3 {
        max-width: 768px;
    }

    .vertical-tab .section-w3ls article {
        min-width: 400px;
        left: 175px;
    }

    .vertical-tab .section-w3ls label {
        width: 134px;
        font-size: 15px;
        padding: 34px 20px;
    }

    h1 {
        font-size: 5vw;
        padding: 4.5vw 1vw 1vw;
    }
}

@media(max-width: 768px) {
    .sub-main-w3 {
        max-width: 575px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .image-style {
        float: none;
        width: 100%;
        min-height: 300px;
        order: 2;
    }

    .vertical-tab {
        float: none;
        width: 100%;
    }
}

@media(max-width: 667px) {
    h1 {
        font-size: 6vw;
    }
}

@media(max-width: 640px) {
    .copyright h2 {
        font-size: 14px;
    }
}

@media(max-width: 600px) {
    .sub-main-w3 {
        max-width: 500px;
    }

    .vertical-tab .section-w3ls article {
        min-width: 365px;
        left: 135px;
    }

    .vertical-tab .section-w3ls label {
        width: 114px;
        font-size: 15px;
        padding: 31px 10px;
    }

    h1 {
        font-size: 7vw;
    }
}

@media(max-width: 480px) {
    .vertical-tab .section-w3ls article {
        min-width: 291px;
        left: 109px;
    }

    .vertical-tab .section-w3ls label {
        width: 89px;
        font-size: 14px;
        padding: 26.8px 10px;
    }

    .sub-main-w3 {
        max-width: 400px;
    }

    .image-style {
        min-height: 220px;
    }

    .sub-main-w3 form {
        padding: 1.5em;
    }

    .submit {
        font-size: 14px;
    }

    .input input {
        font-size: 13px;
    }

    p.para-style {
        margin-bottom: .4em;
        font-size: 13px;
    }

    p.para-style-2 {
        font-size: 13px;
    }

    .input {
        padding: 12px 12px;
    }

    a.bottom-text-w3ls {
        margin-top: 3em;
    }

    .last-btn {
        margin: 1em auto 0;
    }

    .copyright h2 {
        font-size: 12px;
    }
}

@media(max-width: 414px) {
    .sub-main-w3 {
        max-width: 320px;
    }

    .vertical-tab .section-w3ls article {
        position: static;
    }

    .vertical-tab .section-w3ls label {
        width: 100%;
        font-size: 14px;
        padding: 20px 0;
        border-right: none;
        border-bottom: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc;
    }

    .vertical-tab input[name="sections"]:checked + label {
        border-right: none;
        border-bottom: 1px solid #000;
        border-top: none;
    }

    .image-style {
        min-height: 190px;
    }

    h1 {
        font-size: 1.8em;
        padding: 6.5vw 1vw 3vw;
    }

    .copyright h2 {
        font-size: 13px;
    }

    .last-btn {
        margin: 1.5em auto 0;
    }

    p.para-style {
        margin-bottom: 1em;
    }

    p.para-style-2 {
        margin-bottom: 2em;
    }
}

@media(max-width: 320px) {
    .sub-main-w3 {
        max-width: 270px;
    }

    .vertical-tab .section-w3ls article {
        min-width: 270px;
    }
}
/*----------------------*/
#connectBtn {
    background: #1cc343;
    color: #fff;
}

#disconnectBtn {
    background: #dc3545;
    color: #fff;
    display: none;
    border-radius: 0.5rem;
}
#connectBtn, #disconnectBtn {
    font-size: 15px;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    margin-bottom: 8px;
    width: 100%;
}
.primary-btn {
    color: #fff;
    background: linear-gradient(173deg, #00224F 0%, #5CC0E3 100%);
    border-color: #00224F;
    border-radius: 0.5rem;
}
.primary-btn:hover {
    color: #fff;
    background: linear-gradient(173deg, #00224F 0%, #5CC0E3 100%);
    border-color: #00224F;
    border-radius: 0.5rem;
}
.primary-btn:active {
    color: #fff !important;
    background: linear-gradient(173deg, #00224F 0%, #5CC0E3 100%);
    border-color: #00224F;
    border-radius: 0.5rem;
}