.login__background{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    min-width: 600px;
    z-index: -10;
    background: url(../img/loginbg.jpg) no-repeat 0 0;
    background-position: center center;
    background-size: cover;
    zoom: 1;
}
.login__form{
    position: fixed;
    top: 0;
    width: 356px;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}
.login__form-lan{
    left: 20px;
    top: 20px;
    position: absolute;
    border: 1px solid transparent;
    border-radius: .25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 112px;
    cursor: pointer;
}
.login__form-info{
    position: absolute;
    top: 26%;
    left: 46px;
}
.login__form-logo{
    width: 265px;
    height: 80px;
    position: relative;
    text-align: center;
    padding: 10px 28px;
    line-height: 84px;
    padding-top: 4px;
}
.login__form-info-group{
    background: rgba(0, 0, 0, 0.2);
    float: left;
    margin-bottom: 25px;
    border-radius: 17px;
    width: 264px;
    border: 1px solid transparent;

}
.login__form-info-input{
    background: transparent;
    border: 0;
    height: 32px;
    color: #fff !important;
    outline:none;
    width: 67%;
}
.login__form-info-icon{
    color: rgba(255,255,255,0.8);
    border: 0;
    width: 32px;
    height: 32px;
    margin: 0 10px;
    padding: 0;
    background: transparent;
    border-radius: 17px;
    text-align: center;
    float: left;
    line-height: 29px;
}
:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 500000000s ease-in-out 0s;
}
.login__form-info-input::-webkit-input-placeholder{
    color:#fff;
}
.login__form-info-input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
.login__form-info-input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
.login__form-info-input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#fff;
}
.login__form-group{
    width: 264px;
    float: left;
    margin-top: 25px;
}
.login__form-info-submit{
    background-color: rgba(26,179,148,0.8);
    color: #fff;
    border-radius: 20px;
    width: 100%;
    height: 36px;
    border: 1px solid transparent;
    outline:none;
    line-height: 33px;
    cursor: pointer;
}
.login__form-lan-span{
    color: #fff;
}
.login__form-lan-span>.icon_arrow-down{
    margin-left: 6px
}
.login__form-group-arrow {
    height: 25px;
    width: 25px;
    border-radius: 12.5px;
    background-color: #1b947b;
    float: right;
    margin-top: 4px;
    line-height: 25px;
}
.nav-dropdown{
    padding: 10px 0;
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .2);
    list-style: none;
    display: none;
    position: relative;
    z-index: 1;
}
.popper__arrow{
    top: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #ebeef5;
    border-width: 6px;
}
.popper__arrow::after{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: " ";
    border-width: 6px;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.nav-dropdown__item{
    list-style: none;
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    outline: 0;
}
.nav-dropdown__item:hover{
    background-color:#e8f8fd;
    color:#1c83c6
}