﻿
.btn-return-mobile {
    display:none;
    color:white;
    font-size:38px;
    font-weight:normal;
    
}

    .btn-return-mobile,
    .btn-return-mobile:visited,
    .btn-return-mobile:hover {
        color: white;
        text-decoration:none;
    }

/*宽度小于760px时 绿色*/
@media screen and (max-width:760px) {
    html {
        width: 100% !important;
        min-width: 100% !important;
    }

    body {
        background: rgb(0, 164, 153);
    }

    /*placeholder reset */
    ::-webkit-input-placeholder { /* WebKit browsers */
        color: #ccc !important;
    }

    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #ccc !important;
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #ccc !important;
    }

    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #ccc !important;
    }

    .container {
        width: 100% !important;
    }

    .h-top,
    header.navbar,
    .content-top,
    footer,
    .signin-sub-title,
    #formSignin .form-group > label {
        display: none;
    }


    #main {
        padding: 20px 40px;
    }

    #formSignin .form-group input:text {
        border: 0px;
        background-color: transparent;
    }

    .logo-info {
        display: block !important;
        text-align: center;
        padding: 20px;
        margin-left: -50px;
    }

    .form-group > div {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .form-group > div1:after {
        display: block;
        content: " 323131";
        display: table;
        clear: both;
    }


    .btn-sign-container {
        margin: 0px !important;
        margin-top: 15px !important;
    }

        .btn-sign-container > button,
        .btn-sign-container,
        .btn-sign-container > button:active {
            background: white !important;
            color: #059a8b !important;
            border-radius: 20px !important;
            border: 1px solid transparent !important;
        }

    .btn-forgetpassword-container {
        display: none;
    }

    #forgetregister {
        display: flex !important;
        background: rgb(0, 164, 153) !important;
    }

    /*.signin-icon-user,
    .signin-icon-password
    {
        display:inline !important;
    }*/

    .form-group {
        position: relative;
        display: table;
        border-collapse: separate;
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
        color: white;
    }

        .form-group.tec-no-outerline {
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
            color: white;
        }

    .input-group-addon, .input-group-btn {
        display: table-cell !important;
    }

    .tec-no-outerline input[type=text],
    .tec-no-outerline input[type=password],
    .tec-no-outerline .input-group-addon {
        background: inherit;
        color: inherit;
        border: inherit;
        border-radius: inherit;
        outline: inherit;
        border-bottom: 1px solid white;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

        .tec-no-outerline .input-group-addon i {
            width: 20px;
            font-size: 20px;
        }


    .field-validation-error {
        margin-left: 0px;
        width: 100%;
        color: #e53935;
    }

    .errormsg-messsage {
        margin-left: 0px;
        width: 100%;
    }

    .error-msg-container {
        margin-top: 5px !important;
        margin-bottom: 30px !important;
    }


    /*生成信息返回界面*/
    .hybriddemo {
        color: white;
    }

        .hybriddemo a {
            color: blue;
        }

    .pctodetail {
        display: none;
    }

    .hybridtodetail {
        display: initial !important;
    }

    /* 找回密码界面 */
    .flowsteps {
        display: none;
    }

    .divhybrid {
        display: block !important;
        /*display: initial !important;*/
        /*color: rgb(218, 170, 148);*/
        color: white;
        font-size: 25px;
        font-weight: bold;
        margin-left: -17px;
        margin-top: -10px;
        position:relative;
    }

    .col-xs-12, .col-md-12 {
        color: white;
        padding-left: 0px;
        padding-right: 0px;
    }

    .divpack {
        padding-top: 10px;
    }

    .divbutton {
        width: 100%;
        border: 0px;
        border-radius: 8px;
    }

    .form-group {
        margin-top: 10px !important;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        color: white;
        font-size: 22px;
    }


    h3 {
        color: white;
    }

    label {
        color: white;
    }

    p {
        color: white;
    }

    .layout-hybrid-none {
        display:none;
    }

    .btn_signin_PC {
        display: none;
    }


    .btn_signin_Hybrid {
        display: initial !important;
        font-size: 20px;
        color: rgb(218, 170, 148);
    }

    .btn-return-mobile {
        display: inline-block;
        width:40px;
        height:40px;
        text-decoration:none;
    }

        .btn-return-mobile.adjust-position {
            position: absolute;
            right: -25px;
            text-align: center;
            top: -12px;
        }

    
}
