* {
    margin: 0;
    padding: 0;
    font-family: 'El Messiri', sans-serif;
}

body {
    background: #031323;
    overflow: hidden;
}

.fas {
    width: 32px;
}
/* Demo styles */
.demo {
    margin: 10px 10px;
    text-align: center;
    margin-top:-14px;
}
.blockUI {
    color: #dfe1e8 !important;
    opacity: 0.7 !important;
    padding: 0px 0px 8px 0px !important;
    z-index: 10000 !important;
    position: fixed;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border: 3px solid rgb(170, 170, 170);
    background-color: rgb(38, 58, 74);
    cursor: wait;
}

.blockuibotom {
    margin-bottom: 0px !important;
    /* border-radius: 10px; */
    margin-bottom: 0px !important;
    height: 1.5em !important;
    padding-top: 16px;
}
    .demo .or {
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: white;
        font-size: 0.75em;
        font-weight: 800;
    }

    /*.demo .or--x {
        max-width: 30em;
    }
*/
    .demo .or--y {
        height: 4em;
    }
.WidthSecondCol{
    width:100%;
    margin-top:1em;
}
.widthCol{
    width:100%;
}
/*.row {
    display: ruby-text;
}*/
section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.box {
    position: relative;
}

    .box .square {
        position: absolute;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(5px);
        box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 15px;
        animation: square 10s linear infinite;
        animation-delay: calc(-1s * var(--i));
    }

@keyframes square {
    0%, 100% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(20px);
    }
}

.box .square:nth-child(1) {
    width: 100px;
    height: 100px;
    top: -15px;
    right: -45px;
}

.box .square:nth-child(2) {
    width: 150px;
    height: 150px;
    top: 105px;
    left: -125px;
    z-index: 2;
}
.login-logo{
    color:white!important;
    width:1.8em;
}
.logo-div {
    text-align: center;
    font-size: 4em;
    color: white !important;
}
.box .square:nth-child(3) {
    width: 60px;
    height: 60px;
    bottom: 85px;
    right: -111px;
    z-index: 2;
}

.box .square:nth-child(4) {
    width: 50px;
    height: 50px;
    bottom: 35px;
    left: -95px;
}

.box .square:nth-child(5) {
    width: 50px;
    height: 50px;
    top: -15px;
    left: -25px;
}

.box .square:nth-child(6) {
    width: 85px;
    height: 85px;
    top: 165px;
    right: -155px;
    z-index: 2;
}

.container {
    position: relative;
    padding: 50px;
    width: 95%;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
}

    .container::after {
        content: '';
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border-radius: 5px;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 2%);
    }

.form {
    position: relative;
    width: 100%;
    height: 100%;
}

    .form h2 {
        color: #fff;
        text-align:center;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .form .inputBx {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }
    .form .inputBxSocial {
        position: relative;
        width: 100%;
        margin-bottom: 0px;
    }
@font-face {
    /*  font-family: 'permanentmarker-regular';*/
    font-family: 'Permanent Marker';
    src: url('../fonts/permanentmarker-regular.ttf') format('truetype');
}
.MainBlazor_Online {
    /*font-size: 24px;*/
    /*font-weight: 900;*/
    font-family: 'Permanent Marker';
    font-size: 23px;
    /*font-family: Permanent Marker !important;*/
}
.marginrighttxt {
    margin-right: 8px;
}
.form .inputBx input {
    width: 85%;
    outline: none;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 10px;
    padding-left: 35px;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
    .form .inputBxSocial button {
        width: 100%;
        outline: none;
        border: none;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.2);
        padding: 8px 10px;
        padding-left: 15px;
        border-radius: 15px;
        color: #fff;
        font-size: 16px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

        .form .inputBx .password-control {
            position: absolute;
            top: 11px;
            right: 10px;
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url(https://snipp.ru/demo/495/view.svg) 0 0 no-repeat;
            transition: 0.5s;
        }

        .form .inputBx .view {
            background: url(https://snipp.ru/demo/495/no-view.svg) 0 0 no-repeat;
            transition: 0.5s;
        }

.form .inputBx .fas {
    position: absolute;
    top: 7px;
    font-size: 1.4em;
    left: 10px;
}

        .form .inputBx input[type="submit"] {
            background: linear-gradient(115deg, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.25));
            color: #111;
            width:100%;
            /* max-width: 100px;*/
            padding: 8px 10px;
            box-shadow: none;
            letter-spacing: 1px;
            cursor: pointer;
            transition: 1.5s;
        }

            .form .inputBx input[type="submit"]:hover {
                background: linear-gradient(115deg, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.25));
                color: #fff;
                transition: 0.5s;
            }

        .form .inputBx input::placeholder {
            color: #fff;
        }

        .form .inputBx span {
            position: absolute;
            left: 30px;
            padding: 10px;
            display: inline-block;
            color: #fff;
            transition: 0.5s;
            pointer-events: none;
        }

.inputBx input:focus ~ span,
.inputBx input:valid ~ span,
.inputBx input.has-value ~ span {
    transform: translateX(-30px) translateY(-32px);
    font-size: 12px;
    font-weight: 700;
}

    .form p {
        color: #fff;
        font-size: 15px;
        margin-top: 5px;
        text-align:center;
    }

        .form p a {
            color: #fff;
        }

            .form p a:hover {
                background-color: #000;
                background-image: linear-gradient(to right, #434343 0%, black 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

.remember {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}
.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 400px;
    background-color: #a2dae6;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.modal-content {
    text-align: center;
}
.padBtm{
    padding-bottom:12px;
}
button {
    /* width: 100%;*/
    outline: none;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 10px;
    padding-left: 15px;
    border-radius: 15px;
    cursor:pointer;
    color: black;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
input {
    width: 61%;
    outline: none;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 10px;
    padding-left: 40px;
    border-radius: 15px;
    color: black;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.close {
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 34px;
    cursor: pointer;
}

.resend-section {
    margin-top: 20px;
}

#timer {
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 1100px) {
    section {
        min-height: 81vh !important;
    }
    }
    @media (min-width: 300px) and (max-width: 760px) {
        .blockUI {
            z-index: 10511;
            position: fixed;
            padding: 0px;
            margin: 0px;
            width: 76% !important;
            top: 40%;
            left: 12% !important;
            text-align: center;
            color: rgb(0, 0, 0);
            border: 3px solid rgb(170, 170, 170);
            background-color: rgb(38, 58, 74);
            cursor: wait;
        }

        .blockuibotom {
            margin-bottom: 0px !important;
             border-radius: 10px; 
            margin-bottom: 0px !important;
            height: 1.5em !important;
            padding-top: 13px;
        }
        .inputBx input:focus ~ span, .inputBx input:valid ~ span, .inputBx input.has-value ~ span {
            /*  transform: translateX(-30px) translateY(-66px)!important;*/
            font-size: 12px;
            top: 0%;
            font-weight: 700;
        }
        .box .square:nth-child(2) {
            width: 150px;
            height: 150px;
            top: 105px;
            left: -153px !important;
            z-index: 2;
        }
        .form .inputBx input {
            width: 80%;
        }
            .widthCol {
            width: 100%;
            margin-bottom: 10px;
        }

        section {
            min-height: 86vh !important;
            overflow-x: hidden;
        }

        .WidthSecondCol {
            width: 100%;
        }

        .displaay {
            display: contents !important;
        }

        .form .inputBxSocial {
            position: relative;
            width: 100%;
            margin-bottom: 0px !important;
        }

        .container {
            width: 100%;
            padding: 32px;
            margin-left: -32px;
        }

        .form {
            position: relative;
            width: 90% !important;
            height: 100%;
        }

        .MainBlazor_Online {
            font-size: 15px !important;
        }
    }