﻿html, body {
    background: hsl(0, 0%, 98%) none repeat scroll 0 0;
    color: hsl(0, 0%, 20%);
    /*font-size: 12px;*/
    line-height: 1.5;
}

a {
    color: hsl(0, 0%, 55%);
}

    a:hover {
        color: rgb(4, 179, 34);
        text-decoration: none;
    }

.layout {
    /*min-height:780px;*/
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}



.form-container {
    text-align: left;
}

.ng-form-area {
    margin: 0 auto;
}

.ng-form-area {
    display: none;
}
input, select, textarea {
    max-width: 500px;
}


#accountForm label.error {
    color: red;
    font-size: 10px;
}

#accountForm input.error, #accountForm select.error {
    border: #d55e5e 1px solid;
}

#accountForm label {
    font-size: 16px;
    font-weight: 500;
}

.validation-summary-errors {
    border: #f53131 1px solid;
    background-color: #e4a8a8;
}

    .validation-summary-errors ul li {
        list-style: none;
    }

        .validation-summary-errors ul li::before {
            content: ""
        }

    .validation-summary-errors ul {
        margin-top: 2px;
        margin-bottom: 2px;
        padding-left: 5px;
    }
/*手机*/
@media (max-width:767px) {

    .validation-summary-errors {
        border: red 1px solid;
        border-radius: 6px;
    }

    .form-password {
        padding-top: 7px;
    }

    .ng-form-area {
        display: block !important;
        /*margin-left: 40px;*/
        padding-top: 10px;
        position: relative;
        max-width: 324px;
    }

    .forget-pass-registe {
        margin-top: 20px;
    }

    .forget-pass-registe-span {
        text-align: right;
    }

        .forget-pass-registe-span span {
            color: hsl(0, 0%, 55%);
        }

    .enter-btn {
        border-radius: 12px;
        height: 42px;
        line-height: 42px;
        font-size: 18px;
        width: 100%;
        padding: 0 12px !important;
        margin-top: 15px;
    }

    .enter-item {
        border-radius: 12px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        width: 100%;
    }


    .nl-content {
        margin-top: 20px;
        text-align: center;
    }

    #logoImage {
        display: none;
    }

    #custom_display_2 {
        display: none;
    }

    .nl-login-title {
        color: hsl(0, 0%, 0%);
        font-size: 17px;
        margin-bottom: 10px;
    }
}

/*电脑*/
@media (min-width:767px) {



    .nl-content {
        margin-top: 20px;
        text-align: center;
    }

    .form-password {
        padding-top: 10px;
    }

    .ng-form-area {
        display: block !important;
        /*margin-left: 40px;*/
        padding-top: 10px;
        position: relative;
        width: 324px;
    }

    .forget-pass-registe {
        margin-top: 20px;
    }

    .forget-pass-registe-span {
        text-align: right;
    }

        .forget-pass-registe-span span {
            color: hsl(0, 0%, 55%);
        }

    .enter-btn {
        border-radius: 0px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        width: 100%;
        padding: 0 12px !important;
        margin-top: 15px;
    }

    .enter-item {
        border-radius: 0px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        width: 100%;
    }

    .form-horizontal .control-label {
        text-align: left;
    }

    .validateCode {
        padding-left: 9px;
    }


    /*.enter-item-first
    {
         border-radius: 6px 6px 0 0;
    }

    .enter-item-second
    {
         border-radius: 0 0 6px 6px;
    }*/

    .nl-login-title {
        color: hsl(0, 0%, 0%);
        font-size: 26px;
        margin-bottom: 10px;
        font-weight: bold;
        line-height: 1.5;
    }
}


#slider {
    margin-left:90px;
    width:250px;
    height: 40px;
    position: relative;
    border-radius: 2px;
    background-color: #dae2d0;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#slider_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #7AC23C;
    z-index: 1;
}

#label {
    width: 46px;
    position: absolute;
    left: 0;
    top: 0;
    height: 38px;
    line-height: 38px;
    border: 1px solid #cccccc;
    background: #fff;
    z-index: 3;
    cursor: move;
    color: #ff9e77;
    font-size: 16px;
    font-weight: 900;
}

#labelTip {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: 'Microsoft Yahei', serif;
    color: #787878;
    line-height: 38px;
    text-align: center;
    z-index: 2;
}
/*www.sucaijiayuan.com*/