.navbar-inverse {
    background-color: #fff;
    border: none;
    min-height: 74px;
}

.navbar-brand img {
    max-width: 270px;
    min-width: 150px;
    max-height: 145px;
    margin-top: 5px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: #dbdbdb;
  width: 50px;
  height: 24px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
svg {
    padding: 4px;
}
.fa-moon {color: #f1c40f;}

.fa-sun {color: #f39c12;}

.checkbox-label .ball {
  background-color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}
.login-form p {
    color: #939393;
}


.checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}

ul.nav.navbar-nav.navbar-right li:nth-child(2) {
    margin: 10px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #000;
}

img.flag {
    width: 20px;
}

ul.dropdown-menu li {
    margin: 0 !important;
}

ul.dropdown-menu {
    min-width: auto;
}

ul.dropdown-menu li a {
    padding: 0 10px;
}
section#page-wrapper {
    padding: 50px 0;
}
.login-form {
    border: 4px solid #e8e8e8;
}

.header-wrap {
    text-align: center;
    padding: 15px 0;
    display: block;
}

.header-wrap img {
    margin: 0px auto;
    padding: 10px 0;
}

    .header-wrap span {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        display: block;
    }
form.loginform {
    padding: 20px 15px;
}

input.form-control {
    background: #eaf0fe;
    border-radius: 0;
    height: 40px;
}

.form-group label {
    color: #474453;
}

.form-group {
    margin-bottom: 25px;
}

.btn-primary {
    border: none;
    border-radius: 0;
    padding: 10px 45px;
}
.qr-image {
    padding: 36px 0;
	text-align:center;
}
.form-group {
    position: relative;
}
a.navbar-brand img {
    width: 250px;
}
.qr-image img {
    margin: 0px auto;
    padding: 25px;
    width: 50%;
}
.qr-image p {
    text-align: center;
    margin: 0;
}
li.mode-btn {
    margin-top: 14px !important;
}

.d-none {
	display: none!important;
}

/* .cp_footer { */
    /* position: fixed; */
    /* bottom: 0px; */
    /* left: 0px; */
	/* width:100%; */
    /* height: 54px; */
    /* padding-top: 0!important; */
/* } */

.fa-toggle-on {
	cursor: pointer;
}

footer.cp_footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
	width:100%;
    height: 50px;
}
.cp_footer .cp_footer_top .copyright {
    min-height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;

}

.cd-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: inline-block;
    height: 60px;
    width: 60px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    background: url(/img/cd-top-arrow.svg) center 50% no-repeat #00be2f;
    border-radius: 50%;
}

div#navbarNav {
    float: right !important;
    display: block !important;
    flex-grow: unset !important;
}







.form-group {
    padding: 0 15px;
    margin-bottom: 15px
}

    .cp-form-main form .form-group label, .form-group label {
        text-transform: uppercase;
        font-weight: 500;
        color: #3c3950;
        font-size: 16px;
        margin-top: 10px
    }

        .cp-form-main form .form-group label.error, .form-group label.error {
            color: red;
            font-weight: 500;
            font-size: 12px;
            margin-top: 2px;
            text-transform: capitalize
        }

    .cp-form-main form .form-group .form-control, .form-group .form-control {
        box-shadow: none;
        min-height: 50px;
        border-radius: 0;
        border-color: #dcdcdc;
        padding-left: 20px;
        font-weight: 400;
        letter-spacing: .5px
    }

    .cp-form-main form .form-group.cp-full-w-block, .form-group.cp-full-w-block {
        width: 100%
    }

    .form-group.cp-form-content {
        padding: 30px 30px 0;
        font-size: 16px;
        letter-spacing: .5px;
        line-height: 31px
    }

.cp-form-main {
    /*background-color: #f3f3f3;*/
    background-color: rgb(243, 243, 243);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.2);
    margin: 70px 0
}

    .cp-form-main .cp-heading-login {
        background-color: #00be2f;
        text-align: center;
        padding: 15px
    }

        .cp-form-main .cp-heading-login h2 {
            margin: 0;
            display: inline-block;
            width: 100%;
            text-align: center;
            color: #fff;
            font-size: 28px;
            font-weight: 600
        }

            .cp-form-main .cp-heading-login h2 img {
                display: inline-block
            }

            .cp-form-main .cp-heading-login h2 span {
                float: left;
                width: 100%;
                margin-top: 20px
            }

    .cp-form-main form {
        padding: 30px 15px;
        display: inline-block;
        width: 100%
    }

        .cp-form-main form .form-group {
            width: 50%;
            float: left;
            padding: 0 15px;
            min-height: 120px;
            margin-bottom: 0
        }

        .cp-form-main form .cp-login-form-footer {
            width: 100%;
            display: inline-block;
            margin-top: 20px;
            border-top: 1px solid #dcdcdc;
            padding-top: 30px;
            padding-left: 30px;
            padding-right: 30px
        }

            .cp-form-main form .cp-login-form-footer .btn-primary {
                font-size: 18px;
                color: #fff;
                text-align: left;
                display: block;
                padding: 12px 50px;
                /*background: #00be2f;*/
                text-decoration: none;
                border: none;
                font-weight: 500
            }

                .cp-form-main form .cp-login-form-footer .btn-primary:hover {
                    /*background: #fff;*/
                    /*color: #00be2f;*/
                    box-shadow: 0 0 30px 0 rgba(0,0,0,.1)
                }

            .cp-form-main form .cp-login-form-footer .footInfo {
                color: #777;
                font-size: 16px;
                margin-top: 11px
            }

    .cp-form-main.cp-login-main {
        margin-top: 90px !important
    }

    .cp-form-main .cp-heading-login {
        /*background-color: #00be2f;*/
        text-align: center;
        padding: 15px
    }

        .cp-form-main .cp-heading-login h2 {
            margin: 0;
            display: inline-block;
            width: 100%;
            text-align: center;
            color: #fff;
            font-size: 28px;
            font-weight: 600
        }

            .cp-form-main .cp-heading-login h2 img {
                display: inline-block
            }

            .cp-form-main .cp-heading-login h2 span {
                float: left;
                width: 100%;
                margin-top: 20px
            }

    .cp-form-main form .form-group.cp-full-w-block, .form-group.cp-full-w-block {
        width: 100%
    }

    .cp-form-main.cp-login-main {
        width: 60%;
        margin: 70px auto
    }