﻿.login {
    top: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-image: url('../image/login-bg.jpg');
    background-size: cover;
}

    .login::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../image/pattern.png') top left repeat;
        z-index: -1;
    }

    .login .form-section {
        max-width: 500px;
        margin: 0 auto;
        padding: 70px;
        background: #f7f7f7ba;
        border-radius: 70px;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
        z-index: 999;
        position: relative;
        BACKDROP-FILTER: blur(5px);
        border: 2px solid white;
    }

        .login .form-section a {
            text-decoration: none;
        }

    .login #particles-js {
        background-size: cover;
        background-position: 50% 50%;
        position: fixed;
        min-height: 100vh;
        width: 100%;
        z-index: -999;
    }

    .login .form-section p {
        color: #535353;
        margin-bottom: 0;
        text-align: center;
        font-size: 16px;
    }


        .login .form-section p a {
            color: #535353;
        }

    .login .form-section ul {
        list-style: none;
        padding: 0;
        margin: 0 0 40px;
    }

    .login .logo-2 img {
        margin-bottom: 20px;
        height: 30px;
    }

    .login .form-section .social-list li {
        display: inline-block !important;
        margin-bottom: 5px;
    }

        .login .form-section .social-list li a {
            font-size: 14px;
            font-weight: 400;
            width: 130px;
            margin: 2px 0 3px 0;
            height: 40px;
            line-height: 40px;
            border-radius: 0;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            background: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            font-family: 'Jost', sans-serif;
        }

            .login .form-section .social-list li a i {
                height: 40px;
                width: 40px;
                line-height: 40px;
                float: left;
                color: #fff;
            }

            .login .form-section .social-list li a span {
                margin-right: 7px;
            }

    .login .form-section .thembo {
        margin-left: 4px;
    }

    .login h1 {
        margin: 0 0 30px;
        font-size: 24px;
        font-weight: 400;
        color: #040404;
    }

    .login .form-section .form-group {
        margin-bottom: 25px;
    }

    .login .form-section .form-control {
        font-size: 16px;
        outline: none;
        background: #99737354;
        color: #535353;
        border-radius: 0px 15px 15px 0px !important;
        /* border: 1px solid #fff; */
        /* box-shadow: 0 0 5px rgb(0 0 0 / 20%); */
        float: left;
    }

.input-group-prepend span {
    border-radius: 15px 0px 0px 15px;
    border: 1px solid white;
}

.login .form-section .checkbox .terms {
    margin-left: 3px;
}

.login .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login .form-section .terms {
    margin-left: 3px;
}

.login .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: #fff;
    margin-left: -22px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.login .form-section .form-check {
    float: left;
    margin-bottom: 0;
}

    .login .form-section .form-check a {
        color: #535353;
    }

.login .form-section .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.login .form-check-input:checked {
    background-color: #0022a7;
    border-color: #0025b7;
}

.login .form-section a.forgot-password {
    font-size: 16px;
    color: #535353;
}

.login .btn-theme {
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all .7s ease;
    border-radius: 15px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    width: 100%;
}

    .login .btn-theme:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all .7s ease;
        z-index: -1;
        border-radius: 3px;
    }

    .login .btn-theme:after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all .7s ease;
        z-index: -1;
    }

    .login .btn-theme:hover {
        background: transparent;
    }

        .login .btn-theme:hover:before {
            width: 0;
            opacity: 1;
            visibility: visible;
        }

        .login .btn-theme:hover:after {
            width: 0;
            opacity: 1;
            visibility: visible;
        }

.login .btn-lg {
    padding: 0 50px;
    line-height: 51px;
}

.login .btn {
    box-shadow: none !important;
}

.login .btn-md {
    padding: 0 45px;
    line-height: 41px;
}

.login .btn-primary {
    background: #ce0000;
}

    .login .btn-primary:before {
        background: #1d21bc;
    }

    .login .btn-primary:after {
        background: #1d21bc;
    }

    .login .btn-primary:hover {
        color: #1d21bc;
        border: 2px solid #1d21bc;
    }
