﻿body {
    /*margin: 40px 0px;*/
}

.logo {
    text-align: center;
}


.phoneNumber, .password {
    text-indent: 25px;
    border-top: none;
    border-left: none;
    border-right: none;
}

input:focus {
    border-color: #5AC994!important;
}

.login, .register {
    padding: 0 15px;
}

.tipbox {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    margin:auto;
    width:250px;
}

.tip {
    padding: 0 10px; 
    float: left;
}

.tipOn {
    font-weight:bold;
     border-bottom:3px solid #5AC994;
     color:#5AC994
}

.login button {
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    background-color: #5AC994;
    width: 100%;
    border: 0px;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 30px;
}

.register button {
    text-align: center;
    line-height: 40px;
    color: #5AC994;
    width: 100%;
    border: 1px solid #5AC994;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 10px;
    background-color: #fff;
}

.linkBottom {
    line-height: 40px;
    text-align: center;
}

.well, .navbar-inner, .popover, .btn, .tooltip,
input, select, textarea, pre, .progress, .modal,
.add-on, .alert, .table-bordered, .nav > li > a,
.dropdown-menu, .tooltip-inner, .badge, .label,
.img-polaroid, .thumbnail, .dropdown-toggle {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border-collapse: collapse !important;
    background-image: none !important;
}

.btn {
    border: none;
}


/**/

.toptipbox {
    width: 100%;
    padding: 7px 15px;
    font-size: 12px;
    height: 50px;
    line-height: 18px;
    overflow: hidden;
    background: #353538;
    color: #fff;
    position: fixed;
}

.toptiptxt {
    float: left;
    width: 93%;
    background: url(../images/tongzhi.png) no-repeat left;
    padding-left: 40px;
    background-size: 25px;
    word-break: break-all;
    padding-right: 15px;
}

.toptipClose {
    float: left;
    width: 5%;
    margin-top:8px;
}