﻿body {
    height: 100vh;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background: radial-gradient(at 100% 90%, #fff 7%, #000 95%);
    overflow: hidden;
}

img {
    vertical-align: middle;
    max-height: 100%;
}

.mainForm {
    height: 100%;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

#mainLogonDiv {
    position: relative;
    width: 100%;
    height: 100%;
}

.mainlogo {
    width: 20%;
    position: absolute;
    height: 6%;
    margin: auto;
    left: 3%;
    top: 3%;
}

.mainlogoAnim {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35%;
    transition: all 0.5s ease;
}

.MainLogostart {
    animation: MainLogostart 1s ease-out both;
}

@keyframes MainLogostart {
    0% {
        transform: translate3d(190%, 680%, 0) scale3d(1, 1, 1);
        opacity: 0;
    }


    100% {
        transform: translate3d(190%, 680%, 0) scale3d(2, 2, 2);
        opacity: 1;
    }
}

.MainLogomove {
    animation: MainLogomove 0.5s ease both;
}

@keyframes MainLogomove {
    0% {
        transform: translate3d(190%, 680%, 0) scale3d(2, 2, 2);
    }

    100% {
        transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1);
    }
}

@keyframes highlightLogo {
    0% {
        filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0));
    }

    50% {
        filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 1));
    }

    100% {
        filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0));
    }
}


#logo_D {
    position: relative;
    float: left;
    top: 6px;
    left: 0vw;
    height: 80%;
    animation: highlightLogo 1s 0.8s linear both;
}

#logo_I {
    position: relative;
    float: left;
    top: 6px;
    left: 0.2vw;
    height: 80%;
    animation: highlightLogo 1s 0.9s linear both;
}

#logo_A {
    position: relative;
    float: left;
    top: 6px;
    left: 0.4vw;
    height: 80%;
    animation: highlightLogo 1s 1s linear both;
}

#logo_C {
    position: relative;
    float: left;
    top: 6px;
    left: 0.4vw;
    height: 80%;
    animation: highlightLogo 1s 1.1s linear both;
}

#logo_O {
    position: relative;
    float: left;
    top: 6px;
    left: 0.6vw;
    height: 80%;
    animation: highlightLogo 1s 1.2s linear both;
}

#logo_R {
    position: relative;
    float: left;
    top: 6px;
    left: 1vw;
    height: 80%;
    animation: highlightLogo 1s 1.3s linear both;
}

#logo_E {
    position: relative;
    float: left;
    top: 6px;
    left: 1.4vw;
    height: 80%;
    animation: highlightLogo 1s 1.4s linear both;
}

.logonContainer {
    width: 60%;
    height: 65%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 1vw;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 0px 20px 0px rgb(255 255 255 / 50%);
}

.diamondSlider {
    width: 50%;
    position: relative;
    height: 100%;
    background: radial-gradient(at 50% 20%, rgb(0 0 0 / 50%) 30%, #000);
    border-top-left-radius: 1vw;
    border-bottom-left-radius: 1vw;
    overflow: hidden;
}

.logonDiv {
    width: 50%;
    position: relative;
    height: 100%;
    background: #fff;
    border-top-right-radius: 1vw;
    border-bottom-right-radius: 1vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .logonDiv::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(at bottom right, rgb(116 116 116), rgb(0 0 0 / 0%) 50%);
        border-top-right-radius: 1vw;
        border-bottom-right-radius: 1vw;
    }

    .logonDiv::after {
        content: '';
        position: absolute;
        right: 0.1vw;
        top: -0.1vw;
        width: 100%;
        height: 100%;
        background: #fff;
        border-top-right-radius: 1vw;
        border-bottom-right-radius: 1vw;
    }

#footer {
    position: fixed;
    bottom: 2%;
    width: 100%;
    color: rgb(255 255 255);
}

#btnFaceBook:hover {
    color: #000000;
}

#btnYoutube:hover {
    color: #000000;
}

#btnLinkedIn:hover {
    color: #000000;
}

#btntwitter:hover {
    color: #000000;
}

.inputArea {
    position: absolute;
    width: 70%;
    height: 70%;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.signInInputText {
    border: none;
    color: #333 !important;
    background: rgba(0, 0, 0, 0) !important;
    height: 72%;
    width: 79%;
    float: left;
    position: relative;
    text-indent: 20px;
    outline: none;
    font-size: 1.2rem;
    outline: none;
    margin-top: 0.3vw;
}

    .signInInputText::placeholder {
        font-size: 1.4rem;
        color: rgb(209, 209, 209);
    }

    .signInInputText:focus {
        border: none;
        outline: none;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.signInInputLabel_1 {
    font-size: 14px;
    color: #2c82c9;
    height: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    margin-top: 30px;
    position: relative;
    float: left;
    box-shadow: inset 0px 0px 5px 1px rgb(0 0 0 / 20%);
    /*    border: 1px solid #c7c7c7;*/
    border-radius: 0.5vw;
    overflow: hidden;
}

.signInInputLabel_2 {
    font-size: 14px;
    color: #2c82c9;
    height: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    margin-top: 30px;
    position: relative;
    left: 0;
    float: left;
    box-shadow: inset 0px 0px 5px 1px rgb(0 0 0 / 20%);
    /*    border: 1px solid #c7c7c7;*/
    border-radius: 0.5vw;
    overflow: hidden;
}

.userNameIcon {
    position: relative;
    float: left;
    background: rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 100%;
}

    .userNameIcon img {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
        width: 50%;
    }

.signIntext {
    position: relative;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.5vw;
}

#showPasswordCheck {
    position: absolute;
    right: 0.3vw;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.btnLogin {
    color: #ffffff;
    position: relative;
    outline: none;
    border: none;
    right: 0;
    font-size: 1rem;
    cursor: pointer;
    background: rgb(0 0 0);
    padding: 0.7vw 1vw;
    float: right;
    margin-top: 5vw;
    letter-spacing: 0.125em;
    border-radius: 0.5vw;
}

    .btnLogin span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .btnLogin span::after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: -7px;
            right: -20px;
            transition: 0.5s;
            font-size: 1.4vw;
        }

    .btnLogin:hover span {
        padding-right: 25px;
    }

        .btnLogin:hover span:after {
            opacity: 1;
            right: 0;
        }

#banners {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 4%;
}

    #banners img {
        width: 100%;
        min-height: 100%;
    }

.diamondTxt {
    position: absolute;
    bottom: 3%;
    color: #ffffff;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
}

    .diamondTxt p:nth-child(1) {
        font-family: impact;
        font-size: 1vw;
    }

    .diamondTxt p:nth-child(2) {
        font-family: Trebuchet MS;
        font-size: 0.8vw;
    }



@-webkit-keyframes autofill {
    0%,100% {
        color: #666;
        background: transparent;
        font-size: 1.2rem;
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
    }

.dotArea {
    position: absolute;
    right: 0.8vw;
    width: 0.4vw;
    margin: auto;
    top: 0;
    height: 37%;
    bottom: 0;
    display: none;
}

    .dotArea span {
        position: relative;
        float: left;
        width: 100%;
        height: 0.4vw;
        border-radius: 50%;
        margin-bottom: 0.4vw;
        border: 0.1vw solid #fff;
        transition: all 0.3s ease;
        opacity: 0.2;
    }

.loaderDiamond {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    top: 0;
    width: 3.9%;
    height: 8%;
    background: #fff;
    border-radius: 50%;
}

    .loaderDiamond img {
        width: 100%;
    }

.overlayBorder {
    position: absolute;
    top: -0.1vw;
    left: -0.1vw;
    width: 97%;
    height: 97%;
    border: 0.2vw solid #007bd3;
    /* background: #fff; */
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgb(0 149 255 / 58%);
}
