body{
    font-family: Kohinoor,"Microsoft YaHei", Arial, sans-serif;
    background-image: url("../images/background.jpg");
    /*background-color: #06799F;*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    min-width: 800px;
    min-height: 500px;
}
html, body {
    overflow: hidden;
}
.login-content {
    margin: 140px auto 0 auto;
}
.login-content p {
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.l-box{
    position: absolute;
    left: 50%;
    margin-left: -180px;
    top: 190px;
    width: 360px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    z-index: 100;
    background-color: #61b4cf;
}
.l-logo {
    padding: 20px 30px;
}
.l-box .input-prepend {
    margin: 0 30px 20px 30px;
}
.l-box .input-prepend input[type="text"],
.l-box .input-prepend input[type="password"] {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-left: 0;
    height: 30px;
    font-size: 16px;
    width: 248px;
}
.verification-code {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 2px solid #ccc;
    display: inherit;
    margin-left: -3px;
    padding: 4px 6px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 30px;
    width: 65px;
    background-color: #fff;
}
.verification-code img {
    width: 65px;
    height: 30px;
}
.l-box .input-prepend .add-on {
    height: 30px;
}
.l-attach {
    margin: -10px 30px 0 30px;
    color: #fff;
}
.l-attach label {
    float: left;
    line-height: 33px;
}
.l-attach label input {
    margin: 0 8px 0 0;
}
.l-attach .l-error {
    color: red;
    /*color: #fff;*/
    font-size: 15px;
}
.l-attach input span{
    font-size: 10px;
    color: #2d3e58;
    width: 110px;
}
.l-additional {
    margin: -5px 30px 40px 30px;
    font-size: 13px;
}
/*.l-additional #forgot {
    float: left;
}
.l-additional #create {
    float: right;
}*/
.l-buttons {
    margin: 0 30px;
}
.l-buttons .left {
    position: absolute;
    margin-top: 5px;
    background-color: #3468af;
    /*background-color: rgba(52, 104, 175, 0.3);*/
    height: 30px;
    width: 90px;
    padding: 10px 15px;
    display: inline;
    float: left;
}
.l-buttons .right {
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #06799F;
    /*background-color: rgba(23, 196, 187, 0.3);*/
    height: 50px;
    text-align: center;
    float: right;
    display: inline;
}
.l-buttons .right a:hover {
    background-color: rgba(23, 196, 187, 0.8);
}
.l-buttons .right a{
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 15px 0;
    width: 300px;
}

.l-buttons.hidden {
    display: none;
}

.l-lang {
    float: right;
    margin-bottom: 5px;
}
.l-lang-btn {
    overflow: auto;
}
.l-lang-btn .add-on {
    background-color: rgba(0,0,0,.2);
    height: 33px;
    display: block;
    float: left;
    border-radius: 2px 0 0 2px;
}
.l-lang-btn .add-on img {
    margin: 5px 7px;
}
.l-lang-btn .lang-btn {
    height: 33px;
    border: none;
    background-color: rgba(0,0,0,.2);
    background-image: url('../images/language-1-caret.png');
    background-repeat: no-repeat;
    background-position: 90% center;
    color: #fff;
    width: 120px;
    text-align: left;
    float: left;
    padding-left: 9px;
    border-left: 1px solid rgba(0,0,0,.2);
    font-size: 12px;
    border-radius: 0 2px 2px 0;
    outline: none;
}
.l-lang-btn .lang-btn:hover {
    background-color: rgba(40,40,40,.6);
}

.l-lang-dropdown {
    right: 0;
    left: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background-color: #232934;
    color: #fff;
    margin-top: 8px;
    min-width: 180px;
    padding: 0;
}
.l-lang-dropdown:before {
    position: absolute;
    top: -8px;
    right: 8px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #3f4247;
    border-left: 8px solid transparent;
    content: '';
}
.l-lang-dropdown:after {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #232934;
    border-left: 7px solid transparent;
    content: '';
}

.dropdown-menu.l-lang-dropdown>li>a, .dropdown-menu.l-lang-dropdown>li>span {
    color: #fff;
    display: block;
    padding: 13px 40px;
    font-size: 14px;
    border: 1px solid #3f4247;
    margin-top: -1px;
    white-space: nowrap;
}
.dropdown-menu.l-lang-dropdown>li .dropdown-title {
    font-size: 18px;
    padding: 15px 40px;
}
.dropdown-menu.l-lang-dropdown>li>a:hover {
    background-image: none;
    background-color: #383d47;
}



.l-logo img {
    /*padding-left: 40px;*/
    display: block;
    margin: 0 auto;
}
