body {
    font-family: open sans, sans-serif;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    background: #f4f7fa;
    position: relative
}

*:focus {
    outline: none
}

.auth-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh
}

.auth-wrapper a,
.auth-wrapper p>a {
    color: #111;
    font-weight: 600
}

.auth-wrapper .btn-auth-gen .btn-icon {
    width: 140px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 45px
}

.auth-wrapper .btn-auth-gen .btn-icon small {
    font-size: 15px
}

.auth-wrapper .input-group {
    background: 0 0
}

.auth-wrapper .card {
    margin-bottom: 0
}

.auth-wrapper>div {
    z-index: 5
}

.auth-wrapper .auth-content {
    position: relative;
    width: 390px;
    padding: 15px;
    z-index: 5
}

.auth-wrapper .auth-content.multyform,
.auth-wrapper .auth-content.subscribe {
    width: 750px
}

@media only screen and (max-width:768px) {
    .auth-wrapper {
        max-width: 360px
    }
}

@media only screen and (max-width:575px) {
    .auth-wrapper .card .card-body {
        padding: 30px 15px
    }
}

.auth-wrapper .auth-icon {
    font-size: 30px
}

.auth-wrapper .auth-icon:before {
    background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.auth-wrapper.offline {
    background-image: none
}

.auth-wrapper.offline:before {
    display: none
}

.auth-wrapper .auth-bg .r {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%
}

.auth-wrapper .auth-bg .r:first-child {
    top: -100px;
    right: -100px;
    background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%)
}

.auth-wrapper .auth-bg .r:last-child {
    left: -100px;
    bottom: -100px;
    background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%)
}

.auth-wrapper .auth-bg .r.s {
    width: 20px;
    height: 20px
}

.auth-wrapper .auth-bg .r.s:nth-child(2) {
    top: 150px;
    right: -150px;
    background: #04a9f5
}

.auth-wrapper .auth-bg .r.s:nth-child(3) {
    left: -150px;
    bottom: 150px;
    background: #1de9b6
}

.auth-wrapper .auth-bg .r:nth-child(odd) {
    -webkit-animation: floating 7s infinite;
    animation: floating 7s infinite
}

.auth-wrapper .auth-bg .r:nth-child(even) {
    -webkit-animation: floating 9s infinite;
    animation: floating 9s infinite
}

/* .aut-bg-img {
    background-image: url(../images/bg-images/bg4.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center
}
 */
.aut-bg-img-side p {
    line-height: 2
}

.aut-bg-img .custom-select,
.aut-bg-img .form-control,
.aut-bg-img-side .custom-select,
.aut-bg-img-side .form-control {
    background: 0 0
}

.auth-tabs .tab-content {
    overflow: hidden;
    position: relative
}

.auth-tabs .tab-content .tab-pane>* {
    position: relative;
    z-index: 5
}

.auth-tabs .tab-content .auth-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 180px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    z-index: 1;
    opacity: .2
}


@-webkit-keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg)
    }
}

@keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg)
    }
}

svg.feather.feather-unlock.icon-unlock.auth-icon {
    color: #1dc4e9 !important;
}