﻿/* VALIDATION STYLES */
.field-validation-error {
    color: red;
    font-weight: bold;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
}

/* LOGIN STYLES */
.Login-text {
    color: white !important;
}

.Login-icons {
    color: rgb(177, 183, 201) !important;
}

/* LAYOUT SPECIFIC STYLES */
.index-login-bg {
    background-image: url('/assets/images/login/login_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.index-logo {
    margin-left: 40px;
    margin-top: 20px;
}

.index-ai-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.index-ai-image {
    height: 80%;
    margin-left: 6%;
}

.index-footer-text {
    bottom: 30px;
    left: 50px;
    position: absolute;
}

.index-form-container {
    height: 100vh;
}

.index-spacer-row {
    height: 20px;
}

/* MODAL STYLES */
.index-modal-content {
    width: 71%;
}

.index-modal-bg {
    background-image: url('/assets/images/welcomepopup/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.index-modal-form {
    right: 46px;
}

.index-modal-close {
    top: 1px;
    right: -29px;
}

.index-modal-title {
    white-space: nowrap;
    margin-top: -10px;
}

.index-modal-options {
    margin-top: 15px;
}

.index-sso-button {
    width: 244px;
    cursor: pointer;
}