.i-btn-big {
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    text-align: center;
    background: #3598db;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px
}

.i-btn-big:hover {
    background: #1a6395
}

.i-btn-big {
    display: block;
    width: 100%;
    box-sizing: border-box
}

.auth-login-wrapper {
    position: absolute;
    top: 130px;
    right: 0;
    bottom: auto;
    left: auto;
    width: 303px;
    padding: 30px 25px 50px;
    background: #e8eff8;
    border-radius: 3px;
}

.auth-login-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 35px;
}

.clearfix {
    zoom: 1
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.img-wrapper {
    margin-bottom: 35px;
}

.img-wrapper_item {
    float: left;
    text-align: center;
    width: 33.33333%;
}

.img-wrapper_item > img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

img.login-forward {
    width: 50px;
    height: 50px;
    margin-top: 10px;
}
