﻿body {
    margin: 0 !important;
    color: #b1b3bf !important;
    background: #293a66 !important
}

*, :after, :before {
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none
}

    a:hover, a:focus {
        color: #b0e0e6;
    }

.modal a:hover {
    color: #1161ee
}

h2 {
    color: #fff !important;
    font-size: 30px !important;
}

    h2.swal2-title {
        color: #595959 !important;
    }

.swal2-input.number {
    letter-spacing: 10px;
    text-align: center;
    width: 100%;
}

.swal2-styled.swal2-confirm {
    font-size: 16px !important;
}

p {
    line-height: 30px;
    color: #fff;
    font-weight: normal;
    text-align: justify;
}

.login-wrap {
    width: 100%;
    margin: 10px auto;
    max-width: 525px;
    min-height: 540px;
    position: absolute;
    /* background: url() no-repeat center; */
    left: 0;
    right: 0;
    top: 14%;
}

.login-html {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    padding: 20px;
    background: #283965;
}

    .login-html
    .sign-in-htm, .login-html .sign-up-htm {
        top: 20px;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        transform: rotateY(180deg);
        backface-visibility: hidden;
        transition: all .4s linear;
    }

    .login-html .sign-in, .login-html
    .sign-up, .login-form .group .check {
        display: none;
    }

    .login-html .tab,
    .login-form .group .label, .login-form .group .button {
        text-transform: uppercase;
    }

    .login-html .tab {
        font-size: 20px;
        /* margin-right: 15px; */
        padding: 5px;
        /* margin: 0 15px 10px 0; */
        display: inline-block;
        border-bottom: 2px solid transparent;
        width: 49%;
        text-align: center;
        color: rgba(255, 255, 255, 0.6);
        border-radius: 10px;
    }

    .login-html .sign-in:checked + .tab, .login-html .sign-up:checked + .tab {
        color: #fff;
        background-color: rgba(255, 255,255, 0.4);
    }

.login-form {
    min-height: 310px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin-top: 5px;
    border-top: 2px solid rgba(255, 255, 255, .2);
}

    .login-form .group {
        margin-bottom: 15px;
    }

        .login-form .group .label, .login-form .group
        .input, .login-form .group .button {
            width: 100%;
            color: #fff;
            display: block;
        }

            .login-form .group .input::placeholder {
                color: rgba(255, 255, 255, 0.6);
            }

        .login-form .group .input, .login-form .group .button {
            border: none;
            padding: 15px 20px;
            border-radius: 25px;
            background: rgba(255,255,255,.3);
        }

        .login-form .group input[data-type=password] {
            text-security: circle;
            -webkit-text-security: circle;
        }

        .login-form .group .label {
            color: rgba(255, 255, 255, 0.8);
            font-size: 16px;
            text-align: right;
            font-weight: normal;
        }

        .login-form
        .group .button {
            background: #1161ee;
        }

        .login-form .group label {
            color: rgba(255,255,255,.5);
        }

            .login-form .group label .icon {
                width: 15px;
                height: 15px;
                border-radius: 2px;
                position: relative;
                display: inline-block;
                background: rgba(255,255,255,.5);
            }

                .login-form .group label .icon:before, .login-form
                .group label .icon:after {
                    content: '';
                    width: 10px;
                    height: 2px;
                    background: #fff;
                    position: absolute;
                    transition: all .2s ease-in-out 0s;
                }

                .login-form .group label .icon:before {
                    left: 3px;
                    width: 5px;
                    bottom: 6px;
                    transform: scale(0) rotate(0);
                }

                .login-form .group label .icon:after {
                    top: 6px;
                    right: 0;
                    transform: scale(0) rotate(0);
                }

        .login-form .group
        .check:checked + label {
            color: #fff;
        }

            .login-form .group .check:checked + label .icon {
                background: #1161ee;
            }

                .login-form .group .check:checked + label .icon:before {
                    transform: scale(1) rotate(45deg);
                }

                .login-form
                .group .check:checked + label .icon:after {
                    transform: scale(1) rotate(-45deg);
                }

.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm {
    transform: rotate(0);
}

.login-html .sign-up:checked + .tab + .login-form
.sign-up-htm {
    transform: rotate(0);
}

.hr {
    height: 2px;
    margin: 20px 0 30px 0;
    background: rgba(255,255,255,.2);
}

.foot-lnk {
    text-align: center;
}

@media (max-width: 400px) {
    body {
        background-color: rgba(40, 57, 101, .9) !important;
    }

    .login-html .tab {
        width: 100%;
    }

    .seprator {
        margin-top: 50px;
    }

    .login-wrap {
        box-shadow: none;
        position: relative;
    }

    .login-html {
        background-color: transparent;
    }
}
