﻿/*Blink Text*/
.sign2 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    /* height: 50%;*/
    background-image: radial-gradient( ellipse 50% 35% at 50% 50%, #6b1839, transparent );
    transform: translate(-75%, -50%);
    letter-spacing: 2;
    /*  left: 50%;*/
    top: 50%;
    font-family: "IRANSans";
    text-transform: uppercase;
    font-size: 2em;
    color: #f6bea7;
    text-shadow: 0 0 0.6rem #f6bea7, 0 0 1.5rem #f88e61, -0.2rem 0.1rem 1rem #f88e61, 0.2rem 0.1rem 1rem #f88e61, 0 -0.5rem 2rem #e5561a, 0 0.5rem 3rem #e5561a;
    animation: shine2 2s forwards, flicker2 3s infinite;
    margin-top: 10px !important;
    padding-right:20px;
}

@keyframes blink {
    0%, 22%, 36%, 75% {
        color: #f7e5dd;
        text-shadow: 0 0 0.6rem #f6bea7, 0 0 1.5rem #f88e61, -0.2rem 0.1rem 1rem #f88e61, 0.2rem 0.1rem 1rem #f88e61, 0 -0.5rem 2rem #e5561a, 0 0.5rem 3rem #e5561a;
    }

    28%, 33% {
        color: #f88e61;
        text-shadow: none;
    }

    82%, 97% {
        color: #e5561a;
        text-shadow: none;
    }
}

.flicker2 {
    font-family: "IRANSans";
    animation: shine2 2s forwards, blink 3s 2s infinite;
}

.fast-flicker2 {
    animation: shine2 2s forwards, blink 10s 1s infinite;
}

@keyframes shine2 {
    0% {
        color: #84310e ;
        text-shadow: none;
    }

    100% {
        color: #f7e5dd;
        text-shadow: 0 0 0.6rem #f6bea7, 0 0 1.5rem #f88e61, -0.2rem 0.1rem 1rem #f88e61, 0.2rem 0.1rem 1rem #f88e61, 0 -0.5rem 2rem #e5561a, 0 0.5rem 3rem #e5561a;
    }
}

@keyframes flicker2 {
    from {
        opacity: 1;
    }

    4% {
        opacity: 0.9;
    }

    6% {
        opacity: 0.85;
    }

    8% {
        opacity: 0.95;
    }

    10% {
        opacity: 0.9;
    }

    11% {
        opacity: 0.922;
    }

    12% {
        opacity: 0.9;
    }

    14% {
        opacity: 0.95;
    }

    16% {
        opacity: 0.98;
    }

    17% {
        opacity: 0.9;
    }

    19% {
        opacity: 0.93;
    }

    20% {
        opacity: 0.99;
    }

    24% {
        opacity: 1;
    }

    26% {
        opacity: 0.94;
    }

    28% {
        opacity: 0.98;
    }

    37% {
        opacity: 0.93;
    }

    38% {
        opacity: 0.5;
    }

    39% {
        opacity: 0.96;
    }

    42% {
        opacity: 1;
    }

    44% {
        opacity: 0.97;
    }

    46% {
        opacity: 0.94;
    }

    56% {
        opacity: 0.9;
    }

    58% {
        opacity: 0.9;
    }

    60% {
        opacity: 0.99;
    }

    68% {
        opacity: 1;
    }

    70% {
        opacity: 0.9;
    }

    72% {
        opacity: 0.95;
    }

    93% {
        opacity: 0.93;
    }

    95% {
        opacity: 0.95;
    }

    97% {
        opacity: 0.93;
    }

    to {
        opacity: 1;
    }
}


.flicker2, .sign2 {
    font-family: 'IRANSans' !important;
    font-weight: 400;
    font-size: 40px;
}

.flicker2 {
    padding-right: 10px;
}


.darkOrange {
    background-color: darkorange !important;
}
.auth-wrap .icon {
    border: 3px solid darkorange !important;
}
.authFormIcon {
    font-size: 45px !important;
    color: darkorange;
}
.greenBlue {
    color: #2cc0b2 !important;
}
.deepGreenBlueBackground {
    background-color: #2cc0b2 !important;
}

#tumsRegister {
    background-color: #ff8c00 !important;
    color: #000000 !important;
}

@media (max-width: 767px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        /*  margin-left: 35px;*/
        width: auto !important;
        padding-right: 100px !important;
       /* position: relative !important;*/
    }
}