﻿@charset "utf-8";




[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

/* ---------- GENERAL ---------- */

body {
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    
    /* The image used */
    background-image: url("../../Content/images/ewellness_screen_bg_06.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*NEW LOGIN STYLE*/
#main-container {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    width: 960px;
    margin: 90px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 88px 0 rgba(0, 0, 0, 0.1607843137);
}

.auth-sidebar {
    flex: 1;
}

.auth-sidebar-bg {
    position: relative;
    top: 0;
    left: 0;
    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
}

.auth-content {
    flex: 2;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
}

.auth-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 30px 30px 0 30px;
    position: relative;
}

.auth-content-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    flex-direction:column;
}

    .auth-content-main form {
        width: 100%;
        max-width: 380px;
    }

.auth-form .control-label {
    font-weight: bold !important;
    color: #565A64;
}

form fieldset {
    margin: 0 0 12px 0;
}

.auth-form-title {
    margin-bottom: 36px !important;
    font: bold 24px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #3E475E;
}

.auth-btn {    
    padding-right: 36px;
    padding-left: 36px;
}

.auth-content-main-footer {
    display: -ms-flexbox;
    display: flex;
    flex-direction:column;
    margin: 26px auto;
    align-items: center;
}

.auth-copyright {
    font-size: 12px;    
    color: #A6A9B3;
}