﻿/*.toggle-div {
    display: none;
}

.py-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
}

@media(min-width:576px) {
    .py-sm-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:768px) {
    .py-md-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:992px) {
    .py-lg-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:1200px) {
    .py-xl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:1400px) {
    .py-xxl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

.bsb-btn-xl {
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-font-size: calc(1.26rem + 0.12vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-xl {
        --bs-btn-font-size: 1.35rem
    }
}

.bsb-btn-2xl {
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: calc(1.27rem + 0.24vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-2xl {
        --bs-btn-font-size: 1.45rem
    }
}

.bsb-btn-3xl {
    --bs-btn-padding-y: 0.875rem;
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-font-size: calc(1.28rem + 0.36vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-3xl {
        --bs-btn-font-size: 1.55rem
    }
}

.bsb-btn-4xl {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 2rem;
    --bs-btn-font-size: calc(1.29rem + 0.48vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-4xl {
        --bs-btn-font-size: 1.65rem
    }
}

.bsb-btn-5xl {
    --bs-btn-padding-y: 1.125rem;
    --bs-btn-padding-x: 2.25rem;
    --bs-btn-font-size: calc(1.3rem + 0.6vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-5xl {
        --bs-btn-font-size: 1.75rem
    }
}

.bsb-btn-circle {
    align-items: center;
    backface-visibility: hidden;
    border-radius: 50% !important;
    display: inline-flex;
    height: 2.5rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 2.5rem
}

    .bsb-btn-circle.bsb-btn-circle-sm {
        height: 2rem;
        width: 2rem
    }

    .bsb-btn-circle.bsb-btn-circle-lg {
        height: 3rem;
        width: 3rem
    }

    .bsb-btn-circle.bsb-btn-circle-xl {
        height: 3.5rem;
        width: 3.5rem
    }

    .bsb-btn-circle.bsb-btn-circle-2xl {
        height: 4rem;
        width: 4rem
    }

    .bsb-btn-circle.bsb-btn-circle-3xl {
        height: 4.5rem;
        width: 4.5rem
    }

    .bsb-btn-circle.bsb-btn-circle-4xl {
        height: 5rem;
        width: 5rem
    }

    .bsb-btn-circle.bsb-btn-circle-5xl {
        height: 5.5rem;
        width: 5.5rem
    }

    .bsb-btn-circle.bsb-btn-circle-6xl {
        height: 6rem;
        width: 6rem
    }

    .bsb-btn-circle.bsb-btn-circle-7xl {
        height: 6.5rem;
        width: 6.5rem
    }

    .bsb-btn-circle.bsb-btn-circle-8xl {
        height: 7rem;
        width: 7rem
    }

    .bsb-btn-circle.bsb-btn-circle-9xl {
        height: 7.5rem;
        width: 7.5rem
    }

    .bsb-btn-circle.bsb-btn-circle-10xl {
        height: 8rem;
        width: 8rem
    }
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box;
    margin: 0px auto;
    padding: 0px;
}

html, body {
    height: 100vh;
}

body {
    background: #392381;
    margin: 0 auto;
    /*background-image: url(back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}
.eform {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #392381;
    margin: 0 auto;
    height:100vh
}
#signin {
    /*width: 50%;*/
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0px 0px;
    padding: 0px 100px;
    position: relative;
    height: 100%;
    flex: 0 0 35%;
    max-width: 35%;
    margin: 0px 0px;
    padding: 0px 40px;
    position: relative;
    /* overflow: hidden;*/
    padding-bottom: 40px;
    height: auto;
    background: rgb(255 255 255 / 18%);
    border-radius: 20px;
    border: 2px solid #ffffff;
}

    #signin h2 {
        font-size: 36px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
    }

    #signin .form-title {
        font: 500 32px/1 'Roboto', sans-serif;
        color: #33fdff;
        margin: 35px 0;
        /*margin-top: 40%;*/
    }

    #signin .input-field {
        position: relative;
        height: 50px;
        margin: 35px 0;
        transition: all 300ms;
    }

        #signin .input-field i {
            position: absolute;
            bottom: 28px;
            left: 15px;
            color: #BBBBBB;
            height: 0;
            visibility: hidden;
            font-size: 100%;
            transition: height 250ms;
        }

        #signin .input-field label {
            width: 100%;
            height: 100%;
            position: absolute;
            margin-top: 20px;
            left: 4px;
            font: 400 16px/1 'Roboto', sans-serif;
            color: #fff;
            opacity: 1;
            transition: all 300ms;
            font-weight: 700;
        }

        #signin .input-field input, #signin .input-field select {
            width: calc(100% - 70px);
            width: 100%;
            height: 4px;
            font: 500 16px/1 'Roboto', sans-serif;
            padding: 0 20px 0 50px;
            border: none;
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
            color: #606060;
            border-radius: 6px;
            outline: 0;
            overflow: hidden;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all 300ms;
            background: #eee;
        }
        
            #signin .forgot-pw {
        font: 600 14px/1 'Roboto', sans-serif;
        color: #fff;
        text-decoration: none;
        float: right;
        margin: 0 0 25px 0;
        display: block;
    }


    #signin button.login {
        min-height: 40px;
        font: 500 16px/1 'Roboto', sans-serif;
        width: 100%;
        padding: 20px;
        display: block;
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
        background: #324192;
        color: #FFF;
        border: none;
        outline: 0;
        cursor: pointer;
        border-radius: 60px;
        background: #ffffff;
        box-shadow: 1px 5px 4px #ccc;
        color: #392381;
    }
     input.login {
        height: 30px;
        font: 500 16px/1 'Roboto', sans-serif;
        width: 100%;
        padding: 7px;
        display: block;
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
        background: #324192;
        color: #FFF;
        border: none;
        outline: 0;
        cursor: pointer;
        border-radius: 60px;
        background: #ffffff;
        box-shadow: 1px 5px 4px #ccc;
        color: #392381;
    }

    #signin .check {
        width: 100%;
        height: 100%;
        background: #324192;
        position: absolute;
        top: 100%;
        left: 0;
        text-align: center;
        visibility: hidden;
        transition: all 1s;
    }

        #signin .check.in {
            visibility: visible;
            top: 0;
        }

        #signin .check i {
            color: #FFF;
            font-size: 64px;
            line-height: 7.4;
        }

    #signin .input-field input:focus {
        color: #333;
    }
/*#signin .input-field input {
    font-size: 0px;
}
    #signin .input-field input.not-empty {
        font-size: 16px;
    }
#signin .input-field input::placeholder {
    font-size: 0px;
}*/
#signin .input-field input:focus, #signin .input-field input.not-empty {
    height: auto;
    padding: 14px 20px 14px 50px;
}

        #signin .input-field input:focus + i, #signin .input-field input.not-empty + i {
            font-size: 24px;
            bottom: 26px;
            height: 10px;
            visibility: visible;
        }

            #signin .input-field input:focus + i + label, #signin .input-field input.not-empty + i + label {
                font-size: 12px;
                margin-top: -15px;
                opacity: 0.7;
                animation: label 300ms 1;
            }

@keyframes label {
    0% {
        margin-top: -15px;
    }

    50% {
        margin-top: -25px;
    }

    100% {
        margin-top: -15px;
    }
}

#gif {
    /*width: 50%;*/
    flex: 0 0 50%;
    max-width: 50%;
}

    #gif a img {
        max-width: 100%;
        /*box-shadow: 0 0 64px rgba(0, 0, 0, 0.5);*/
        max-height: 90vh;
        opacity: 0.4;
        position: absolute;
        top: -20%;
        left: -10%;
    }

        #gif a img.img-a {
            max-width: 100%;
            /* box-shadow: 0 0 64px rgba(0, 0, 0, 0.5); */
            max-height: 40vh;
            opacity: 0.9;
            position: absolute;
            top: 0%;
            left: 0%;
            transform: rotate(180deg);
        }
.text-danger {
    position: absolute;
    bottom: -20px;
    color: #fdc4c4;
}