﻿body, html {
    height: 100%;
    /*background-image: url(../../Content/images/bg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: rgba(128, 128, 128, 0.5);
}

body {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
}

.card-container.card {
    max-width: 550px;
    padding: 20px 20px;
    border-radius: 10px;
}

.card {
    background-color: white;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 100%;
    margin: 0 auto 10px;
    display: block;
    border-radius: 50%;
}

.loginLogoSage, .loginLogoNectari {
    font-size: 2.5em;
    text-align: center;
    padding-top: 52px;
    padding-bottom: 15px;
}

.logoSage {
    background-image: url(/Content/images/svg/SageLogos/SVG_SEI_Black_202211.svg);
    background-repeat: no-repeat;
    height: 70px;
    width: 350px;
    display: inline-flex;
    vertical-align: middle;
}

.logoNectari {
    background-image: url(/Content/images/svg/NectariLogos/nectari_black_text_soft.svg);
    background-repeat: no-repeat;
    height: 70px;
    width: 350px;
    display: inline-flex;
    vertical-align: middle;
}

#languageContainer {
    float: right;
    width: 125px;
}

    #languageContainer > span {
        width: 100%;
    }

#version {
    float: left;
    text-align: left;
}

.change-password {
    color: #7db0f2;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    padding-left: 15px;
    margin: 10px 0;
}

    .change-password a {
        cursor: pointer;
        color: #7db0f2;
    }

#changePasswordBtn {
    color: #7db0f2;
    text-decoration: none;
    background: transparent;
    border: none;
}

#login-btn, #submit-btn {
    background-color: #7db0f2;
    color: white;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.form-control:focus {
    border-color: #7db0f2;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

form input:not(#changePasswordBtn) {
    direction: ltr;
    height: 35px;
    font-size: 12px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
