﻿ .c-checkbox {
    margin-right: 4px;
}

.c-checkbox * {
    cursor: pointer;
}

.c-checkbox input {
    opacity: 0;
    position: absolute;
    margin-left: 0 !important;
}

    .c-checkbox span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-left: -20px;
        width: 18px;
        height: 18px;
        border-radius: 2px;
        margin-right: 5px;
        text-align: center;
        background: #ccc;
    }

/* the icon */
.c-checkbox span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    text-align: center !important;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
}

.c-checkbox input[type=checkbox]:checked + span:before {
    color: #333;
    opacity: 1;
    transition: color 0.3s ease-out;
}

html {
    direction: ltr;
    height: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

html, body {
    height: 100%;
}

.bc_app {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    /*color: #ffffff;*/
    /*background-color: #45acd3;*/
    /*background-image: -webkit-radial-gradient(50% 0px, #C42FB7, #2081f0);
    background-size: 100% 100%;*/
}

a {
    color: #ffffff !important;
}

.panel-heading {
    padding: 15px;
}

.panel,
.form-control {
    margin-top: 20px;
    background-color: rgba(255,255,255,.5);
    box-shadow: none;
    border: none;
}

.btn-login {
    color: #fff;
    background-color: #E0721D;
    border-color: #E0721D;
    border:none !important;
}
/*input:hover {
    color: #fff;
    background-color: #E0721D;
    border-color: #E0721D;
    border: none !important;
}*/
.mt-lg {
    margin-top: 15px !important;
}

.lockmain {
    width: 320px;
    margin: 30px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -160px;
}

.code {
    width:110px;
}
.feedback-right {
    right:115px !important;
}
.checkcode-img {
    cursor:pointer;
    position:absolute;
    top:1px;
    right:5px;
}
.getcheckcode {
    position: absolute;
    right: 10px;
    top: 18px;
    background: #fff;
    border: none !important;
    cursor: pointer;
    color:red;
    width:100px;
    text-align:right;
}
.checkcode-tel {
    margin-bottom:5px !important;
    margin-top:10px;
}
.bottom-title {
   /* position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;*/
   margin-top:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    font-size:16px;
    z-index:3;
    color:#fff;
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        /*color: #F3E934 !important;*/
    }

a:active {
    text-decoration: none;
    
}
