﻿body {
    background-color: #fff;
}

.lyear-login-box {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.lyear-login-left {
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    height: 100%;
    z-index: 555;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.lyear-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #4481eb;
}

.lyear-logo {
    margin-bottom: 20px;
}

.lyear-featured {
    z-index: 12;
    position: absolute;
    bottom: 0;
    padding: 30px;
    width: 100%;
}

    .lyear-featured h4 {
        color: #fff;
        line-height: 32px;
    }

        .lyear-featured h4 small {
            color: #fff;
            display: block;
            text-align: right;
            margin-top: 15px;
        }

.lyear-login-right {
    margin-left: 50%;
    position: relative;
    z-index: 999;
    padding: 100px;
    background-color: #fff;
}
.lyear-login-language {
    position: absolute;
    right: 80px;
    top: 24px;
}

    .lyear-login-language img {
        position: relative;
        top: -1px;
        border-radius: 2px;
        height: 16px;
        width: 24px;
    }

.error-tip {
    width: 100%;
    color: #f96868;
    text-align: center;
    line-height: 20px;
    min-height:20px;
}
.form-group.has-error label {
    color: #f96868;
}
.form-group.has-success .error-tip {
    color: #15c377;
}
@media screen and (max-width: 1024px) {
    .lyear-login-right {
        padding: 50px;
    }
}

@media screen and (max-width: 820px) {
    .lyear-login-left {
        width: 100%;
        position: relative;
        z-index: 999;
        height: 300px;
    }

    .lyear-login-right {
        margin-left: 0;
    }
    .lyear-login-language {
        position: absolute;
        right: 48px;
        top: 16px;
    }
}

@media screen and (max-width: 480px) {
    .lyear-login-right {
        padding: 50px;
    }
    .lyear-login-language {
        position: absolute;
        right: 49px;
        top: 12px;
    }
}

@media screen and (max-width: 320px) {
    .lyear-login-right {
        padding: 30px;
    }
    .lyear-login-language {
        position: absolute;
        right: 49px;
        top: 12px;
    }
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden
}

ul.logon-switcher,ul.logon-switcher li {
    list-style: none;
    margin: 0px;
    padding:0px;
}
ul.logon-switcher {
    margin-bottom: 20px;
}
    ul.logon-switcher li {
        padding: 0px;
        line-height: 42px;
        color: #333;
        font-size: 16px;
        float: left;
        cursor: pointer;
        width: 218px;
        text-align: center;
    }
        ul.logon-switcher li a {
            color: #333;
            font-size: 16px;
            display: block;
        }
        ul.logon-switcher li.selected {
            color: #337ab7;
            font-weight: 700;
            border-bottom: 2px solid #337ab7;
        }

            ul.logon-switcher li.selected a {
                color: #337ab7;
                font-weight: 700;
            }
.none{display:none;}
#regionCode-flagstrap button, #regionCode-flagstrap ul {
    width: 100%;
}
.input-group {
    position: relative;
}
label.error, span.error {
    top: 10px;
}
.input-group label.error, .input-group span.error {
    right: 10px;
}
.tooltip {
    font-size: 14px;
}
.is-required:before {
    content: '* ';
    color: red;
    margin-left: 5px;
}
