﻿* {
    font-family: 'Verdana', sans-serif;
}

body {
    background: url("../images/banner-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.login-container {
    display: flex;
    display: -webkit-flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
}

.login-box {
    flex: 1 0 auto;
}

.login-panel {
    padding: 40px 50px;
    width: 450px;
    /*opacity: 0.95;*/

    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    border-radius: 10px;
}

.login-button {
    border-width: 0px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-button img {
    position: absolute;
    left: 20px;
    height: 20px;
}
        .btn-width-full {
    width: 100%;
}

.register-button {
    border-width: 0px;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 12px;
    background-image: linear-gradient(to bottom right, #94C11F, #078ED1);
}

#external-login-btn {
    background-color: #00ADEF;
}

.vsuite-login-btn {
    background-image: linear-gradient(to bottom right, #94C11F, #078ED1);
}

.login-container .checkbox {
    padding-top: 10px;
}

.login-container .checkbox label {
    font-size: 14px;
    font-weight: bold;
    color: #787878;
}

.welcome-text {
    font-size: 16px;
    color: #787878;
    padding: 0px 0px 10px 0px;
}

.signin-text {
    font-size: 18px;
    color: #787878;
    margin-bottom: 10px;
}

.text-danger ul {
    margin-bottom: 5px;
}
.vlogo {
    margin-top: 0rem;
    margin-bottom: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vlogo img {
    height: 35px;
}
.input-group {
    padding: 10px 0px;
}

.inovx-copyright {
    bottom: 40px;
    position: absolute;
    color: #000000;
    text-align: center;
    font-size: 12px;
}

.vsuite-login-hide {
     display:none;
}

.error-dialog {
    width: 520px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.error-dialog .close {
    position: relative;
    top: -23px;
}

.error-dialog .modal-footer {
    display: flex;
    justify-content: center;
}

.logout-checkbox {
    margin-top: 15px;
    margin-bottom: 5px;
}
