﻿@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');

body {
    background: #5fb5cb;
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    overflow: hidden;
    margin: 0;
    font-family: 'Comfortaa', cursive;
}
.forgot-wrapper1 {
    background: #fff!important;
}

.session {
    background:url('../images/session.jpg') no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
}

.duplicate {
    background: #1793b2ad;
    -webkit-background-size: cover !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
}

.login {
    padding-top: 10rem;
}

.forgot-img {
    width: 500px;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.session-container {
    margin: 0;
    position: absolute;
    top: 40%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.duplicate-container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.box {
    position: relative;
}
.box1 {
    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;
}

.box .square:nth-child(3) {
    width: 60px;
    height: 60px;
    bottom: 85px;
    right: -45px;
    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;
}

.wrapper {
    position: relative;
    padding: 50px;
    width: 345px;
    min-height: 380px;
    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);
}

    .wrapper::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%);
    }

.forgot-wrapper2 {
    position: relative;
    padding: 50px;
    width: 345px;
    min-height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fb7b82;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    background: linear-gradient(to bottom right, #5fb5cb, #1894b3);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
}

    .forgot-wrapper2::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%);
    }
.session-wrapper {
    position: relative;
    padding: 35px;
    min-height: 265px;
    justify-content: center;
    align-items: center;
    background: #1793b2ad;
    border: 2px solid #1793b2;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    box-shadow: 0 25px 45px rgb(0 0 0 / 20%);
}

.duplicate-wrapper {
    text-align: center;
    background: rgb(12 11 11 / 7%);
    font-weight: bold;
    padding: 2rem;
    border: 1px solid rgb(183 142 142 / 31%);
    -webkit-border-radius: 5px;
}

    .duplicate-wrapper h1 {
        font-size: 51px;
        font-weight: 700;
        margin-top: 15px;
        text-transform: uppercase;
        font-family: 'Fenix', serif;
    }

    .duplicate-wrapper p {
        margin-bottom: 0;
        font-size: 15px;
        font-family: 'Fenix', serif;
    }

.duplicatebtn {
    padding-top: 2rem;
    padding-bottom: 2.7rem;
}


.form {
    position: relative;
    width: 100%;
    height: 100%;
}
    .form h1 {
        color: #fff;
        font-size: 31px;
        letter-spacing: 1px;
        margin-bottom: 19px;
        text-align: center;
        line-height: 1.2;
        text-transform: uppercase;
    }
    .form h2 {
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 30px;
        text-align: center;
    }
    .form p {
        color: #fff;
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 28px;
    }
        .form .inputBx {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        color: #fff;
    }
    .form .sessionbtn {
        text-align: center;
    }

        .form .inputBx input {
            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: 40px;
            border-radius: 0px;
            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 img {
            position: absolute;
            top: 6px;
            left: 8px;
            transform: scale(0.6);
            filter: invert(1);
        }

        .form .inputBx input[type="submit"] {
            background: #fff;
            color: #111;
            max-width: 100%;
            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.10), rgba(255, 255, 255, 0.25));
                color: #fff;
                transition: 0.5s;
            }

        .form .inputBx input::placeholder {
            color: #fff;
        }

    .form #show_password {
        position: absolute;
        right: 3px;
        z-index: 999;
        top: -1px;
        padding: 10px;
        display: inline-block;
        color: #fff;
        transition: 0.5s;
    }

        .form .inputBx input:focus ~ span, .form .inputBx input:valid ~ span {
            transform: translateX(-30px) translateY(-25px);
            font-size: 12px;
        }

    .form p {
        color: #fff;
        font-size: 15px;
        margin-top: 5px;
    }

        .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;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-prepend, .input-group-append {
    display: flex;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

#show_password {
    background: transparent !important;
    border-color: transparent !important;
    border-radius: 5px;
    min-height: 100%;
}

.btn:not(:disabled):not(.disabled), .dual-listbox .dual-listbox__button:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

#show_password span {
    color: #31626e !important;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#LinkSendDiv{
    display:none;
}

#TokenExpireDiv {
    display: none;
}

.boxed-btn3 {
    width: 100%;
    padding: 8px;
    border: 1px solid #fff;
    color: #2b839a;
    border-radius: 7px;
}

.boxed-btn4 {
    width: 100%;
    padding: 8px;
    border: 1px solid #ffffff6b;
    color: #fff;
    background-color: #ffffff3b;
    border-radius: 7px;
    cursor: pointer;
}

.vh-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.error-wrapper {
    padding: 2rem;
    border: 1px solid rgb(183 142 142 / 31%);
    -webkit-border-radius: 5px;
}
marquee {
    color: #000;
    font-size: 36px;
    padding-top: 0px;
}

.errorbtn {
    text-align: center;
}

.info1 h1{
    color: #000;
    text-transform: uppercase;
    font: 200px 'Cinzel', serif;
}

.error-img {
    width: 100%;
}

.bg-white{
    background:#fff!important;
}

.boxed-btn2 {
    width: 100%;
    padding: 10px;
    border: 1px solid #fb7b82;
    color: #fff;
    background-color: #fb7b82;
    border-radius: 7px;
}

.mt-1 {
    margin-top: 1.5rem;
}

@media only screen and (max-width:576px) {
    body {
        background: linear-gradient( -45deg, #ee7752, #fb7b82, #fb7b82);
        animation: none;
    }
    .login .box {
        margin: 0 auto !important;
        width: 67% !important;
    }
    .forgot-wrapper2 {
        width: 368px;
    }
    .box .square:nth-child(1) {
        top: -70px;
    }
    .box .square:nth-child(3) {
        bottom: -36px;
    }
    .duplicate-container {
        left: 54%;
    }
}


 