
/* -- */
.body-wrapper {
    max-width:1200px;
    padding:40px;
}

@media (max-width:1024px) {
    .body-wrapper {
        padding:20px
    }
}

#logo_v2016 {
    display: block;
    padding-left: 5px;
    background-size: auto;
    margin-right: 10px;
    max-width: 180px;
    max-height: 60px;
}

#header-offline {
    height: 60px;
    background: #FFFFFF;
}
#header-offline .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 490px;
}
#logo-column {
    display: flex;
    align-items: center;
    height: 60px;
}
#header-offline .btn-login-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}

#header-offline .btn {
    border-radius: 50px;
    background: #F06473;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    border-color: transparent !important;
    text-transform: uppercase;
    color: #fff !important;

    background: #F06473;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    max-width: 175px;
}


.body-wrapper {
    display:flex;
    flex-wrap: wrap;
    color:#000000;
    font-size:16px;
    background:#F7F7F7;
    font-family: Lato, Helvetica, Arial, sans-serif;
    line-height: 1;
}
.body-wrapper * {
    font-family: Lato, Helvetica, Arial, sans-serif;
}
.body-wrapper label {
    margin-bottom: 0px;
}

.sidebar-wrapper {
    width:25%;
    display:flex;
}

.sibebar-container {
    background: #ffffff;
    margin-right:20px;
    padding:30px;
    width: 100%;
}

.form-wrapper {
    width: 75%;
}

.form-details {
    width: 50%;
    text-align:center;
}

.signup-form-content {
    width: 50%;
}

.form-content {
    display:flex;
    flex-wrap: wrap;
}


/* sidebar */

.sidebar-wrapper img {
    width: 100%;
}

.profile-name {
    font-size:24px;
    font-weight:800;
    float: left;
}
.profile_status {
    float: right;
    height: 24px;
    padding-top: 6px;
}

.profile-info {
    /*display:flex;*/
    align-items: center;
    justify-content: space-between;
    margin:10px 0 40px 0;
}

.profile_status span {
    border-radius:50px;
    width:10px;
    height:10px;
    background:#2CB279;
    display:inline-block;
    margin-right:10px;
}

.profile-details {
    display:flex;
    align-items: center;
    margin-bottom: 10px;
    clear: both;
}

.profile-details img {
    width:15px;
    margin-right: 20px;
}

.profile-search {
    margin: 20px 0;
}

.profile-search .label {
    color:#7F7D7D;
    font-weight:800;
}


/* form */

.form-header {
    background:url('../img/offline/form_bg.png');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
    justify-content: center;
    padding:60px;
}

.form-header img {
    width:25px;
    margin-right: 20px;
}

.form-header-title {
    color:#ffffff;
    font-weight:800;
    font-size:30px;
}

.form-header-title span {
    color:#2CB279;
}

.form-content {
    background:#ffffff;
    padding:30px;
}

.form-details-container, .signup-form-container {
    padding:30px;
}

.form-details-subtitle {
    color:#2CB279;
    font-weight:800;
    margin-bottom:20px;
}

.form-details-description {
    padding:20px;
    margin:20px 0;

}

.online-users {
    border: 2px solid #3197DE;
    border-radius:3px;
    padding:20px 50px;
    color:#3197DE;
    margin-top:30px;
    display:inline-block;
}

.online-users div:nth-child(1) {
    font-weight:800;
    font-size:20px;
    margin-bottom:10px;
}

.signup-form-label {
    display:flex;
    align-items: center;
    margin-bottom:15px;
}

.error-message {
    color:#FA0C06;
    font-weight:800;
    font-size:12px;
    margin-left:10px;
}

.error-input {
    border: 1px solid #FA0C06 !important;
}

.signup-form-content input {
    width: 100%;
    border-radius: 3px;
    background: #F2F4F6;
    height: 25px;
    font-size:14px;
    border-style: none;
}

.signup-form-fields {
    margin-bottom:20px;
}

.checkbox-wrapper {
    display:flex;
    align-items: center;
}

.checkbox-wrapper input {
    width:auto;
    margin-right:10px;
}

.checkbox-section {
    margin-bottom: 30px;
}

.signup-form-btn input {
    background:#2CB279;
    color:#ffffff;
    font-weight:800;
    height: 30px;

}

/* Responsive */

@media (max-width:500px) {
    .form-header {
        background:url('../img/offline/form_header_mobile.png');
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
        padding:30px;
    }
}

@media (min-width:501) and (max-width:767px) {
    .form-header {
        padding:60px;
    }
}


@media (max-width:768px) {
    .sidebar-wrapper, .form-wrapper, .form-details, .signup-form-content {
        width:100%;
    }

    .sibebar-container {
        margin-right:0px;
    }

    .form-header-title {
        font-size:20px;
    }

    .form-content {
        padding:0px;
    }

    .online-users{
        margin-top:0px;
        padding: 20px;
    }

    .checkbox-wrapper {
        margin-bottom:10px;
        font-size:14px;
    }

    .form-wrapper {
        margin-top:30px;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .profile-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .sibebar-container {
        padding:15px;
    }
}

#btn_signin_offline_form {
    cursor: pointer;
}