﻿.top-padding {
    padding-top: 4.8rem;
}

.social-logged-in a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.6rem;
    margin-bottom: 0.5rem;
    border-radius: 0.3rem;
}

.social-logged-in .fb {
    background: #3a5898;
}

.social-logged-in .twitter {
    background: #55acee;
}

.social-logged-in a i {
    margin-left: 0.6rem;
    font-size: 1.2rem;
}

    .social-logged-in a i.icon-fb {
        font-size: 1.3rem;
    }

.logged-in-page .sticky-header .icon-exit {
    color: #bdc8d1;
}

.logged-in-page .seperator {
    position: relative;
    border-bottom: 0.0625rem solid #d3e0e5;
    margin: 2.5rem 0 2rem;
}

    .logged-in-page .seperator span {
        position: absolute;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        background: #d3e0e5;
        color: #96aeb5;
        width: 2.25rem;
        height: 2.25rem;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 50%;
    }

.logged-in-page .big-btn {
    background: #f75239;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
}

.logged-in-page .forget-password {
    border-bottom: 0.0625rem solid #d3e0e5;
    padding-bottom: 0.7rem;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
}

.logged-in-page .link {
    color: #158cfb;
    display: block;
    text-align: center;
}

.register-text {
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 0.4rem;
}

.forget-password .register-text {
    text-align: right;
}

.profile-edit .big-btn {
    background: #10a4b8;
}

.with-label label, .with-label .label {
    color: #707b84;
    display: block;
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.with-label input, .with-label .input {
    margin-bottom: 1.1rem !important;
}

    .with-label .input input {
        margin-bottom: 0 !important;
    }

.profile-edit .img-wrapper {
    background: #dfe7ea;
    text-align: center;
    margin-bottom: 2.5rem;
    margin-top: -1.8rem;
}

.profile-edit .change-img {
    display: inline-block;
    border: 2px solid #ffffff;
    width: 5.563rem;
    height: 5.563rem;
    position: relative;
    top: 2.2rem;
}

    .profile-edit .change-img img-wrapper {
        border-radius: 100%;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .profile-edit .change-img i {
        position: absolute;
        left: 0.1rem;
        z-index: 12;
        bottom: 0.3rem;
        background: #949a9b;
        color: #fff;
        width: 1.375rem;
        height: 1.375rem;
        border-radius: 100%;
        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: 0.7rem;
    }

.bottom-padding {
    padding-bottom: 3.4rem;
}

.change-password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
    color: #158cfb;
}

    .change-password i {
        font-size: 0.5rem;
        margin-right: 0.2rem;
    }
