@import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&family=Shrikhand&display=swap');
.menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .menu .footer_logo img {
        width: 52px;
    }
    .menu .footer_logo {
        display: inline-block !important;
    }
.auth_middle_content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

    .auth_middle_content .logo_brand {
        margin-top: 4px;
    }

.healine {
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
    font-family: "Shrikhand", Sans-serif;
    color: #000;
    text-align: center;
    line-height: 35px;
    margin-bottom: 30px;
}

.landing .healine {
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
    font-family: "Shrikhand", Sans-serif;
    color: #000;
    text-align: center;
    line-height: 35px;
    margin-bottom: 30px;
}

.landing {
    width: 100%;
    /*min-width: 1440px;*/
    padding: 0 0 45px 0;
    position: relative;
    overflow: hidden;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: rgba(255, 255, 255, 1.0);
}

.main_landing {
    background: rgba(0, 174, 239, 1.0)
}

a {
    text-decoration: none;
}

div {
    -webkit-text-size-adjust: none;
}

.anima-full-width-a {
    width: 100%;
}

.anima-full-height-a {
    height: 100%;
}

div {
    -webkit-text-size-adjust: none;
}




.landing .pills img {
    width: 80%
}

.landing .pills {
    display: none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 14%;
    z-index: 0;
}

.landing .learnmore {
    background-color: rgba(255,255,255,0.0);
    top: 560px;
    height: 45px;
    width: 351px;
    position: absolute;
    margin: 0;
    left: 545px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-family: "Roboto", Helvetica, Arial, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: center;
    letter-spacing: 0.4px;
    line-height: 19.0px;
}



.top-title {
    padding: 20px;
    color: white;
    font-size: 16px;
}

.ladning_logo {
    text-align: center;
    padding: 20px 0 0px 0
}

.landing .whitelogo400w {
    margin: 0px 0 40px 0;
}

.landing .button .rectangle {
    border-style: solid;
    border-width: 3px;
    border-color: rgba(255, 255, 255, 1.0);
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}




.sign_btn_block {
    text-align: center;
    margin: 20px 0
}

.singn_up_btn {
    border: #000 solid 3px;
    display: inline-block;
    padding: 12px 30px;
    background: #fff;
    color: #000 !important;
    box-shadow: 5px 5px #B3DDE5;
}

.main_landing {
    position: relative
}

.landing .healine br {
    display: none
}

/*
.wenoHomeBtn {
    white-space: normal !important;
    background: #fff !important;
    color: #000 !important;
    border: #000000 solid 2px !important;
    padding: 11px 11px !important;
    font-size: 15px !important;
    letter-spacing: -1px;
    box-shadow: 3px 3px #000 !important;
    font-weight: 600 !important;
}
*/

.landing .whitelogo400w {
    margin: 0;
}

.footer_logo {
    display: none
}

.landing {
    background: #efede2
}

.ladning_logo img {
    width: 250px;
}

.landing .wenoonlineiscerti2 {
    font-family: "Cutive Mono", Sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: center;
    letter-spacing: 0.46px;
    line-height: 21.0px;
    text-align: center;
    width: 90%;
    margin: 5% auto 0 auto;
    z-index: 2;
    position: relative;
}

.
.landing .wenoonlineiscerti a, .wenoonlineiscerti2 a {
    color: #FA9043;
}

.landing .wenoonlineiscerti {
    text-align: center;
    font-family: "Cutive Mono", Sans-serif;
    width: 80%;
    margin: 0 auto;
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}
/* .anima-animate-appear prefix for appear animations */
.anima-animate-appear {
    opacity: 0;
    display: block;
    -webkit-animation: anima-reveal 0.3s ease-in-out 1 normal forwards;
    -moz-animation: anima-reveal 0.3s ease-in 1 normal forwards;
    -o-animation: anima-reveal 0.3s ease-in-out 1 normal forwards;
    animation: anima-reveal 0.3s ease-in-out 1 normal forwards;
}

.anima-animate-disappear {
    opacity: 1;
    display: block;
    -webkit-animation: anima-reveal 0.3s ease-in-out 1 reverse forwards;
    -moz-animation: anima-reveal 0.3s ease-in 1 normal forwards;
    -o-animation: anima-reveal 0.3s ease-in-out 1 reverse forwards;
    animation: anima-reveal 0.3s ease-in-out 1 reverse forwards;
}

.anima-animate-nodelay {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}

@-webkit-keyframes anima-reveal {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

@-moz-keyframes anima-reveal {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

@-o-keyframes anima-reveal {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

@keyframes anima-reveal {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

.anima-valign-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media screen and (max-width: 1024px) {
    .access_btns {
        display: block;
        margin: 10px 0 0 0;
    }

    .landing .pills {
        display: none !important;
    }

    .landing .wenoonlineiscerti2 {
        width: 90%
    }
}
