﻿/****************************************/
/*            DEFAULT.ASPX              */
@import url(//fonts.googleapis.com/css?family=Marcellus+SC);

html {
    font-size: 100%;
    background: #E8F9CE;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.background.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background.jpg', sizingMethod='scale')";
}

body {
    font-size: 62.5%;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.footer-part {
    margin-top: 32px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.footer-label {
    font-size: 14px;
    color: #333138;
    opacity:0.7;
    text-decoration:underline;
}

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20em;
}

.lblSmall {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.12px;
    margin-bottom:5px;
}

.lblMedium {
    font-Size: 2.5em;
    color: Black;
}

.lblError {
    font-size: 1.7em;
    font-weight: bold;
    color: #ff4040;
}

.text-red {
    color: #ff4040;
}

#lblResult {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Spinner Settings */
.spinner {
    position: absolute;
    top: 0%;
    right: 0%;
    float: none;
}

.userLogin {
    display: flex; 
    padding: 48px 32px;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    background: var(--White, #FFF);
    /* Card */
    box-shadow: 0 4px 4px 0 rgba(30, 12, 61, 0.03), 0 12px 28px 0 rgba(30, 12, 61, 0.07);
}
     .group-input {
         display:flex;
         flex-direction:column;
         gap:2px;
         width:100%;
     }

    .userLogin .lblSmall {
        margin-top: 0.6em;
        text-align: left;
        outline: none;
    }

    .userLogin .txtMyPort {
        display: flex;
        flex:1;
        padding: 12px;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid var(--Divider, rgba(91, 125, 124, 0.30));
        background: var(--White, #FFF);
    }

    .password-wrapper-eye {
        border-radius : 8px 0px 0px 8px !important;
        border-right: none !important;
    }

        .userLogin .txtMyPort:focus {
            outline: none !important;
            border-color: #2F83EE;
            box-shadow: 0 0 5px #2F83EE;
        }

        .userLogin .txtMyPort:disabled {
            cursor: not-allowed !important;
        }

.btnMyPort {
    font-size: 1.8em;
    color: #050505;
    padding: 15px 40px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#62ba83, endColorstr=#027a43,GradientType=0);
    -webkit-appearance: none;
    background-color: var(--CTA, #EF9000);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #EF9000;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 1px 0px #EF9000;
    width: -webkit-fill-available;
    text-align:center;
}

    .btnMyPort:hover {
        cursor: pointer;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
        background-color: #EF9000;
    }

    .btnMyPort:active {
        position: relative;
        top: 1px;
    }

.password-input {
    display:flex;
    align-items:center;
}

    .password-input .icon-font {
        cursor: pointer;
    }

    .password-input:focus-within {
        border-radius:8px;
        box-shadow: 0 0 5px #2F83EE;
    }
    .password-input:focus-within .icon-font {
        border-color: #2F83EE;
        box-shadow: none !important;
    }

    .password-input:focus-within .password-wrapper-eye {
        border-right: none !important;
        box-shadow: none !important;
    }

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.wrapper-merchant {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #5F6368;
    font-size:16px;
}

.color-green {
    color: #22A276;
    text-decoration:none;
}

.icon-font {
    font-size: 1rem;
    border: 1px solid var(--Divider, rgba(91, 125, 124, 0.30));
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right:10px;
    border-left: none;
    border-radius:0px 8px 8px 0px;
}

h1 {
    position: relative;
    font-size: 7em;
    margin-top: 0;
    margin-bottom: 5px;
    text-shadow: 2px 3px 3px #292929;
    letter-spacing: -1px;
    -webkit-text-stroke: 1px #BBE5D7;
    float: none;
}

    h1 a {
        text-decoration: none;
        color: #f2f2f2;
        position: absolute;
        position: static\9;
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottombottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,1)));
        text-shadow: 0 2px 0 #BBE5D7;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    /*h1 a:hover {
    color: #2F83EE;
}*/

    h1:after {
        color: #dbdbdb;
        content: attr(data-title);
    }

.logOut {
    font-size: 3em;
    margin: 5% 10%;
}

.clear {
    clear: both;
}

.loginFooter {
    margin: 0px auto;
    text-align: left;
    max-width: 450px;
}

.leftFooter {
    width: 49%;
    float: left;
}

    .leftFooter img {
        height: 100%;
        width: 100%;
    }

.rightFooter {
    padding: 20px;
}

    .rightFooter span {
        font-size: 3.8em;
        color: #C0C1C3;
        text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
    }

.loginFooterAgent {
    text-align: center;
    min-width: 20%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

    .loginFooterAgent img {
        max-height: 88px;
    }

.MyPortfolioLink {
    margin: 5% 10%;
}

.hlForgot {
    margin-top: 10px !important;
    border: none;
    background-color: transparent;
    color: #1B4F30;
    font-size:16px;
    text-decoration:underline;
}

    .hlForgot:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.Hide {
    display: none;
}

.marT20 {
    margin-top: 20px !important;
}

body.standAlonePage .Main .recaptchaLoginContainer {
    text-align: center;
    min-width: 20%;
    max-width: 450px;
    padding: 10px 15px;
    margin: 0px auto;
}

body.standAlonePage .Main .altRecaptchaContainer {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 16px;
    text-align: center;
}

    body.standAlonePage .Main .altRecaptchaContainer .altRecaptchaLink {
        padding: 0.25em;
        background-color: #E0DDDD;
        border: 1px solid #999;

    }
    body.standAlonePage .Main .altRecaptchaContainer .altRecaptchaLink .lblSmall {
        font-size:14px;
        line-height:130%;
    }

body.standAlonePage .Main #recaptchaLogin {
    margin:0;
    padding:1.25em 0;
}
body.standAlonePage .Main #recaptchaLogin > div:first-child {
    margin: 0 auto
}

body.standAlonePage .Main .altRecaptchaContainer a {
    color: #009;
    text-decoration: underline;
}

body.standAlonePage .Main .altRecaptchaContainer a:hover {
    color: #494;
    text-decoration: none;
}

body.standAlonePage .Main .altRecaptchaContainer .lblSmall {
    font-size: 16px;
    color: #52585D;
}

/*Preloader*/
/*#region Preloader*/
#preloader {
    background-color: rgba(244, 244, 244, 0.49);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.spinner {
    margin: 100px auto 0;
    text-align: center;
    width: 70px;
}

    .spinner > div {
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
        border-radius: 100px;
        display: inline-block;
        height: 18px;
        width: 18px;
    }

    .spinner .bounce1 {
        -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
        -o-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
        animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
    }

    .spinner .bounce2 {
        -webkit-animation: 1.4s ease-in-out .16s normal both infinite bouncedelay;
        -o-animation: 1.4s ease-in-out .16s normal both infinite bouncedelay;
        animation: 1.4s ease-in-out .16s normal both infinite bouncedelay;
    }

    .spinner .bounce3 {
        -webkit-animation: 1.4s ease-in-out .32s normal both infinite bouncedelay;
        -o-animation: 1.4s ease-in-out .32s normal both infinite bouncedelay;
        animation: 1.4s ease-in-out .32s normal both infinite bouncedelay;
    }

    .spinner > div {
        background-color: #2C3E50;
    }

@-moz-keyframes bouncedelay {
    0%, 80%, 100% {
        -moz-transform: scale(0);
    }

    40% {
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

/*#endregion*/

/*#region Toastr - overwrite stylings*/
#toast-container .toast-title {
    font-size: 18px;
    padding-bottom: 5px;
}

#toast-container .toast-message {
    font-size: 16px;
}

#toast-container > div {
    opacity: 0.9;
}
/*#endregion*/
