.su-input-icon + .su-input-icon {
    margin-left: 0;
}

.su-input-icon {
    font-size: 22px;
    cursor: pointer;
}

.su-input-icon.black {
    color: #656668;
}

.su-input-icon.blue {
    color: #3394E1;
}

.sw-login  {
    font-size: 20px;
}

.sw-login-wrapper {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.sw-login-logo-container {
    position: absolute;
    top: 28px;
    left: 0;
    width: 340px;
    height: 72px;
    /*background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.61) 46%, rgba(255, 255, 255, 0) 90%);*/
}
.sw-login-main {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    min-width: 560px;
    height: 100%;
    box-shadow: -1px 0 8px 0 rgba(199, 199, 199, 0.5);
    background-color:rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.sw-login-main-content{
    position:absolute;
    min-height: 640px;
    height: 100%;
    width: 100%;
    bottom: 0;
    top:0;
}

.sw-login-logo-main {
    top: 0;
    width: 100%;
    height: inherit;
    background: url("../images/logo.png") no-repeat;
    background-size: 80% 85%;
}

.sw-login-menu{
    padding-top: 50px;
    border-bottom: solid 1px #e6e6e6;

}

.sw-login-menu-item{
    font-size: 18px;
    padding: 0;
    margin: 0 20px 0 80px;
    height: 60px;
    line-height: 60px;
    float: left;
}

.is-active{
    color: rgb(51, 148, 225);
    border-bottom: 2px solid #3394E1;
}


@media screen and (max-height: 640px) {
    .sw-login .sw-login-main {
        overflow: auto;
    }
    .sw-login .sw-login-main .sw-login-main-content .sw-login-menu {
        padding-top: 20px;
    }

    .sw-login .sw-login-main .sw-login-main-content {
        position:absolute;
        min-height: 640px;
        height: 100%;
        bottom: 0;
        top:0;
        background-color: rgba(255, 255, 255, 0);
    }

}

.main-form{
    margin: 30px 80px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .sw-login-main {
        width: 100%;
        min-width: 320px;
    }
    .main-form{
        margin: 30px 10px;
    }
}
