﻿/*-----------------------------------------------------
* Copyright 1999-2021 (c)
* Finastra Corporation
* Confidential and trade secret information.
-----------------------------------------------------*/

/*   LOGIN STYLES HERE */


/**************** New Login Style Starts *************/

.login-div {
    padding: 24px 64px !important;
    width: 100% !important;
    /*overflow-y: auto !important;*/
}

.login-content-blank-div {
    width: 10% !important;
    float: left !important;
}

.login-content-div {
    padding-right: 50px !important;
    width: 40% !important;
    float: left !important;    
}

.login-content-img-div {
    width: 60% !important;
    float: left !important;
}

.login-div .login-button {
    margin-top: 46px;
    background-color: #694ed6 !important;
    text-transform: capitalize !important;
    padding: 10px !important;
    max-width: 422px !important;
    width: 96% !important;
    border-radius: 25px !important;
    border: 1px solid #ccc !important;
    color: #fff !important;
}

.login-div .login-divider-div {
    margin-top: 42px !important;    
    max-width: 422px !important;
    width: 100% !important;
}

.login-div .login-divider {
    width: 50% !important;
    height: 0px !important;
    color: #ccc !important;
}

.login-div .login-divider-text {
    margin: -10px 5px !important;
    color: #777 !important;
}

.login-div .login-sso-button {
    margin-top: 42px !important;
    padding: 10px !important;
    max-width: 422px !important;
    width: 100% !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    background-color: #fff !important;
    color: #694ed6 !important;
    border: 1px solid #694ed6 !important;
}

.login-div .input-text-custom {    
    border: none !important;
    height: 60px;
    max-width: 422px !important;
    width:96% !important;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 32px !important;
    padding: 10px;
}

.login-div .logo-img {
    margin-top: -20px !important;
    margin-left: -12px !important;
    width: 100px !important;
}

.login-div .login-img-div {
    width: 100% !important;
    height: 92vh !important;
    border-radius:20px !important;
    background-image: url("../../../Content/gifs/login_img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.login-div .analytics-title {
    color: #694ed6;
    margin-top: 18px !important;
    text-transform: capitalize !important;
    font-weight: 800 !important;
    font-size: 21px !important;
    font-family: sans-serif !important;
    background: var(--gradient-horizontal, linear-gradient(90deg, #B23BAC 0%, #7C49CB 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-div .login-label {
    margin-top: 10px !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #999;
}

.login-div .errorContainer {
    margin-top: 10px !important;
    color: #ff0000 !important;
    font-weight: 600;
    font-family: ui-serif;
}

.login-div .welcome-back {
    margin-top: 10px !important;
    padding-right: 10px !important;
    font-size: 34px !important;
    font-family: sans-serif !important;
    font-style: normal;
    font-weight: 800;
    line-height: 57px;
}

.login-div .login-form {
    margin-top: 32px !important;
    padding-right: 10px !important;
}

.login-div .forgot-password-div {
    margin-top: 10px !important;
}

.login-div .forgot-password-text {
    text-decoration: none !important;
    cursor: pointer !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    color: #C137A2 !important;
}

.login-div .forgot-password-text:hover {
    text-decoration: underline !important;
    color: #694ed6 !important;
}

.login-div .sso-div {
    text-align: center !important;
    margin-top: 10px !important;
}

.login-div .label-style1 {
    margin-top: 20px !important;
    font-size: 15px !important;
    color: #555 !important;
    text-align: center !important;
}

.login-div .label-style2 {
    text-decoration: none !important;
    color: #694ed6 !important;
    font-weight: 700 !important;
    margin-top: 10px !important;
}

.login-div .activate-account-div {
    text-decoration: none !important;
    color: #694ed6 !important;
    text-align: center !important;
    font-size: 13px !important;
    margin-top: 32px !important;
}

.login-div .activate-account-grid {
    text-align: center !important;
    width: 100% !important;
}

.login-div .activate-account-text1 {
    color: #666 !important;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.1px;
}

.login-div .activate-account-text2 {
    color: var(--secondary, #C137A2);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1px;
    cursor: pointer !important;
}

.login-div .activate-account-text2:hover {
    color: #694ed6 !important;
    text-decoration: underline !important;
}

/**************** New Login Style Ends *****************/


.oneLineErrorInvalid {
    color: #333;
    font-size: 18px;
    margin-top: 10%;
    padding: 10px;
}

.loginContainer input[type="text"], 
.changePassContainer input[type="text"],
.loginContainer input[type="password"],
.changePassContainer input[type="password"] {
    width: 150px;
    float:right;
    margin-bottom:3px;
}
.loginContainer input[type="submit"] {
    background: url("../../../Content/gifs/finastraArrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border: medium none;
    color: #fff;
    float: right;
    margin-top: 10px;
    text-indent: -7px;
    width: 73px;
}    
.oneLineErrorInvalid {
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-top: 10%;
    padding: 10px 30px 0px;
} 
.oneLineErrorInvalid .errorParagraph{
    text-align: justify;
    display: inline-block;
}
.changePassContainer input[type="submit"] {
    background: url("../../../Content/gifs/finastraArrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border: medium none;
    color: #fff;
    float: right;
    margin-top: 10px;
    width: auto;
	padding-right: 15px;
	text-transform: uppercase;
}

.loginContainer input[type="submit"]:hover,
.changePassContainer input[type="submit"]:hover {
    cursor:pointer;
    border:1px solid rgba(90, 104, 112,0.25)
}



.loginBody .loginContainer  .loginErrorMessage {
    border: 2px solid rgba(205, 60, 173 , .9);
    color: black;
    margin-bottom: 5px;
    padding:3px;
    text-align: center;
}
.oneLineErrorInvalid .linkGoto{
    text-align:center;
    font-size:13px;
    color:blue;
}
.loginBody .g-recaptcha.inputContainer {
    float:right;
    height: 74px;
    margin-bottom: 2px;
    margin-top:10px;
    width: 304px;
}
.button.disabled{
    opacity:0.5;
    cursor:default !important;
}
.notConfigured{
    color:#b04c9a
}
/* LOGIN STYLES END*/
/*  FUXP login */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.form {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 360px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.14), 0 2px 2px 0 rgba(0,0,0,.098), 0 1px 5px 0 rgba(0,0,0,.084);
    width: 100%;
    margin: auto;    
}

.form #error-message {
    color: #cc0000;
    display:none;
    font-weight: bold;
}

.form input {
    outline: 0;
    background: #fff;
    width: 100%;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #e0e0de;
    color: #c8c8c8;
}

.form input::placeholder {
    color: #c8c8c8;
}

.form input:focus {
    border-color: #694ED6;
}

.form .submit-button {
    text-transform: uppercase;
    outline: 0;
    background: #694ED6;
    width: 100%;
    border: 0;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    margin-top: 8%;
    text-align: center;
    height: 46px;
    transition: border-radius 0.3s, width 0.2s;
}

.form .submit-button:hover,
.form .submit-button:active,
.form .submit-button:focus {
    background: #C137A2;
}

.form .submit-button #loading-spinner {
    display: none;
}

.form .submit-button.processing {
    border-radius: 50%;
    width: 46px;
}

.form .submit-button.processing .sign-in-text {
    display: none;
}

.form .submit-button.processing #loading-spinner {
    display: inline-block;
}

.form .submit-button.success {
    transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.3s;
    transform: scale(50);
    background-color: #fff;
}

.form .submit-button.success #loading-spinner {
    display: none;
}

.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

.form .message a {
    color: #4CAF50;
    text-decoration: none;
}

.form .register-form {
    display: none;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}

.container:before,
.container:after {
    content: "";
    display: block;
    clear: both;
}

.form .sign-in-text {
    display: block;
}

/* loading spinner */
@keyframes spinner {
    to {transform: rotate(360deg);}
}

.spinner {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}


/**************** Custom Tooltip Starts *****************/
.customTooltip {    
    position: relative;
    text-align: left;
}

.customTooltip h3 {
    margin: 12px 0;
    text-align: center;
}

.customTooltip .right {
    min-width: 235px;
    max-width: 400px;
    top: 50%;
    left: 100%;
    margin-left: 15px;
    transform: translate(0, -50%);
    padding: 0;
    color: #444;
    background-color: #fff;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0,0,0,0.5);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s;
}

.customTooltip .right {
    visibility: hidden;
    opacity: 1;
}

.customTooltip ul {
    padding-left: 20px;
}
.customTooltip li {
    margin: 8px 0;
}
.customTooltip .text-content {
    padding: 10px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.customTooltip .right i {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;
}

.customTooltip .right i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(50%,-50%) rotate(-45deg);
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

/**************** Custom Tooltip Ends *****************/


.ui-dialog-title {
    color: #525252;
    font-size: 18px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}
.loginDialogue {
    margin-top: 10px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.loginDialogue .button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(105,78,214, 0.8);
    color: #fff;
    border: 1px solid #fff !important;
    font-size: 13px;
    cursor: pointer;
    font-weight: 400;
    min-width: 90px;
    padding: 4px 8px;
}


:root {
    --svg-eye-open: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj4gPHBhdGggZD0iTTEyIDRDNCA0IDEgMTIgMSAxMkMxIDEyIDQgMjAgMTIgMjBDMjAgMjAgMjMgMTIgMjMgMTJDMjMgMTIgMjAgNCAxMiA0IHogTSAxMiA3QzE0Ljc2MSA3IDE3IDkuMjM5IDE3IDEyQzE3IDE0Ljc2MSAxNC43NjEgMTcgMTIgMTdDOS4yMzkgMTcgNyAxNC43NjEgNyAxMkM3IDkuMjM5IDkuMjM5IDcgMTIgNyB6IE0gMTIgOSBBIDMgMyAwIDAgMCA5IDEyIEEgMyAzIDAgMCAwIDEyIDE1IEEgMyAzIDAgMCAwIDE1IDEyIEEgMyAzIDAgMCAwIDEyIDkgeiIgZmlsbD0iIzIxMjUyOWJmIiAvPjwvc3ZnPg==");
    --svg-eye-close: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj48cGF0aCBkPSJNNC4yMDcwMzEyIDIuNzkyOTY4OEwyLjc5Mjk2ODggNC4yMDcwMzEyTDUuMDc2MTcxOSA2LjQ5MDIzNDRDMi4xOTkzNDQ3IDguODM4MjAwNSAxIDEyIDEgMTJDMSAxMiA0IDIwIDEyIDIwQzE0LjA3NTU2OCAyMCAxNS44MDYwMDMgMTkuNDU0NzMgMTcuMjQyMTg4IDE4LjY1NjI1TDE5Ljc5Mjk2OSAyMS4yMDcwMzFMMjEuMjA3MDMxIDE5Ljc5Mjk2OUw0LjIwNzAzMTIgMi43OTI5Njg4IHogTSAxMiA0QzEwLjc4OCA0IDkuNzA1Nzk2OSA0LjE5OTcxODcgOC43MTY3OTY5IDQuNTExNzE4OEwxMS4yNzczNDQgNy4wNzIyNjU2QzExLjUxNDM0NCA3LjAzNzI2NTYgMTEuNzUzIDcgMTIgN0MxNC43NjEgNyAxNyA5LjIzOSAxNyAxMkMxNyAxMi4yNDcgMTYuOTYyNzM0IDEyLjQ4NTY1NiAxNi45Mjc3MzQgMTIuNzIyNjU2TDIwLjM1NzQyMiAxNi4xNTIzNDRDMjIuMjA0NDIyIDE0LjEwMjM0NCAyMyAxMiAyMyAxMkMyMyAxMiAyMCA0IDEyIDQgeiBNIDcuODMzOTg0NCA5LjI0ODA0NjlMOS4yOTY4NzUgMTAuNzEwOTM4QzkuMTA4MTU5NSAxMS4xMDA4MjkgOSAxMS41MzY1NjYgOSAxMkM5IDEzLjY1NyAxMC4zNDMgMTUgMTIgMTVDMTIuNDYzNDM0IDE1IDEyLjg5OTE3MSAxNC44OTE4NCAxMy4yODkwNjIgMTQuNzAzMTI1TDE0Ljc1MTk1MyAxNi4xNjYwMTZDMTMuOTYyMDM5IDE2LjY4OTc1OCAxMy4wMTkyNzEgMTcgMTIgMTdDOS4yMzkgMTcgNyAxNC43NjEgNyAxMkM3IDEwLjk4MDcyOSA3LjMxMDI0MTUgMTAuMDM3OTYxIDcuODMzOTg0NCA5LjI0ODA0NjkgeiIgZmlsbD0iIzIxMjUyOWJmIiAvPjwvc3ZnPg==");
}

.fa-input-password .btn-toggle-password-visibility,
.fa-input-oldpassword .btn-toggle-oldpassword-visibility,
.fa-input-newpassword .btn-toggle-newpassword-visibility,
.fa-input-confirmpassword .btn-toggle-confirmpassword-visibility {
    width: 29px;
    height: 29px;
    background-image: var(--svg-eye-open);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.fa-input-password .btn-toggle-password-visibilityClose,
.fa-input-oldpassword .btn-toggle-oldpassword-visibilityClose,
.fa-input-newpassword .btn-toggle-newpassword-visibilityClose,
.fa-input-confirmpassword .btn-toggle-confirmpassword-visibilityClose {
    width: 29px;
    height: 29px;
    background-image: var(--svg-eye-close);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.loginForm .fa-input-password,
.loginForm .fa-input-oldpassword,
.loginForm .fa-input-newpassword,
.loginForm .fa-input-confirmpassword {
    display: inline-block;
    margin-left: -50px;
}

.fa-input-password .btn,
.fa-input-oldpassword .btn,
.fa-input-newpassword .btn,
.fa-input-confirmpassword .btn {
    box-shadow: none !important;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}