﻿
body {
    background-image: url('../images/login/login-img.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.theme_danger {
    color: red !important;
}

.login_icon {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
}

.login_title {
    font-weight: bold;
    font-size: 3em;
    margin-bottom: .5em;
}

.login_description {
    font-size: 1.5em;
    margin-bottom: .5em;
}

#divMainContent {
    padding: 0px !important;
    float: none;
}

#refreshCaptcha {
    bottom: 0;
    display: inline-block;
    cursor: pointer;
    padding: .2em;
    transition: all .2s ease;
}

#captcha {
    display: flex;
    position: relative;
    width: 100%;
    align-items: flex-end;
}

    #captcha > img {
        height: 3.7em;
        width: 30%;
    }

    #captcha > * {
        float: left;
    }

    #captcha input {
        display: inline-block !important;
        width: 55% !important;
        margin-left: 1.7em;
        margin: 0 0.2em;
    }

.loginFormPanel {    
    width: 29em;
    max-width: calc(100% - 5em);
    min-height: 21em;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#continueWithoutPassword, #resendOTP {
    display: none;
}

#loginPanel input {
    display: none;
    width: 92%;
    width: calc(100% - 2em);
    font-size: 1.1em;
    border-radius: 0px;
    border: none;
    outline: none;
    background-color: #fff;
    padding: 1em;
}

#forgotPassword {
    display: none;
}

#logInBtn, #continueBtn, #renewPasswordBtn, #forgotPasswordBtn, #OTPBtn, #disconnectOtherUserButtonYes, #disconnectOtherUserButtonNo {
    display: none;    
    text-align: center;
    margin-top: 1em;
    padding: 1em;
    text-transform: uppercase;
    font-size: 1.1em;
    cursor: pointer;    
    outline: none;    
    -webkit-appearance: none;
}

    #continueBtn span {
        color: #000;
        position: relative;
        top: .1em;
    }


#loginTable {
    width: 100%;
    padding: 1.5em;
    border-radius: 1em;
}

#loginTable img[alt="Captcha"] {
    max-width: 100%;
}

.invalidInput {
    border-bottom: 1px solid red !important;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 61%;
    }

    50% {
        background-position: 100% 40%;
    }

    100% {
        background-position: 0% 61%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 61%;
    }

    50% {
        background-position: 100% 40%;
    }

    100% {
        background-position: 0% 61%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 61%;
    }

    50% {
        background-position: 100% 40%;
    }

    100% {
        background-position: 0% 61%;
    }
}

.mobileAppsCont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    border-radius: 1em;
}
.mobileLinksDiv {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    padding: 1.2em;
}

.mobileLinksDiv .mobileAppsSpan {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 11px;
}

.mobileLinksDiv .mobileAppsSpan.mobileLinkSpan {
    margin-right: 10px;
    width: 35%;
    border-radius: 5px;
}

.mobileLinksDiv .mobileAppsSpan.mobileLinkSpan .mobileDownloadImg{
    width: 100%;
}

.mobileDownloadModal {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.mobileDownloadModal .modalContent {
    background-color: #fefefe;
    margin-top: 5%;
    margin-left: 25%;
    border-radius: 5px;
    padding: 40px;
    border: 1px solid #888;
    width: 40%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.mobileDownloadModal .modalContent .mobileLinksSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
    text-align: center;
}

.mobileDownloadModal .modalContent .mobileLinksSection .scanQrHeader {
    display: flex;
    flex-direction: column;
    font-size: 17px;
}

.mobileDownloadModal .modalContent .mobileLinksSection .scanQrSubheader {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    color: gray;
}

.mobileDownloadModal .modalContent .mobileLinksSection .qrCodeDiv {
    margin-top: 40px;
}

.mobileDownloadModal .modalContent .mobileLinksSection .qrCodeDiv #qrcode {
    display: flex;
    justify-content: center;
}

.mobileDownloadModal .modalContent .mobileLinksSection .qrCodeDiv #qrcode img {
    width: 50%;
    border: 5px solid #DBDBDB;
}

.mobileDownloadModal .modalContent .mobileLinksSection .mobileLinksModalDiv {
    margin-top: 40px;
}

.mobileDownloadModal .modalContent .mobileLinksSection .mobileLinksModalDiv .mobileLinksDesc {
    color: gray;
    font-size: 9px;
}

.mobileDownloadModal .modalContent .mobileLinksSection .mobileLinksModalDiv .mobileLinks {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.mobileDownloadModal .modalContent .mobileLinksSection .mobileLinksModalDiv .mobileLinks .mobileLinkSpan {
    border-radius: 5px;
    min-width: 100px;
    margin-right: 5px;
    margin-left: 5px;
}

.mobileDownloadModal .modalContent .mobileDownloadImgSection {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobileDownloadModal .modalContent .mobileDownloadImgSection .mobileDownloadImg {
    width: 100%;
}

.mobileDownloadModal .modalContent .closeButton {
    float: right;
    font-size: 25px;
    position: absolute;
    right: 3%;
    top: 3%;
    cursor: pointer;
}