﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html, body {
    /*display: grid;*/
    height: 100%;
    width: 100%;
    place-items: center;
    background: #f2f2f2;
    /* background: linear-gradient(-135deg, #c850c0, #4158d0); */
}

::selection {
    background: #4158d0;
    color: #fff;
}

.wrapper {
    width: 380px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
}

    .wrapper .title {
        font-size: 35px;
        font-weight: 600;
        text-align: center;
        line-height: 100px;
        color: #fff;
        user-select: none;
        border-radius: 15px 15px 0 0;
        background: linear-gradient(-135deg, #c850c0, #4158d0);
    }

    .wrapper form {
        padding: 10px 30px 50px 30px;
    }

        .wrapper form .field {
            height: 50px;
            width: 100%;
            margin-top: 20px;
            position: relative;
        }

            .wrapper form .field input {
                height: 100%;
                width: 100%;
                outline: none;
                font-size: 17px;
                padding-left: 20px;
                border: 1px solid lightgrey;
                border-radius: 25px;
                transition: all 0.3s ease;
            }

                .wrapper form .field input:focus,
                form .field input:valid {
                    border-color: #4158d0;
                }

            .wrapper form .field label {
                position: absolute;
                top: 50%;
                left: 20px;
                color: #999999;
                font-weight: 400;
                font-size: 17px;
                pointer-events: none;
                transform: translateY(-50%);
                transition: all 0.3s ease;
            }

form .field input:focus ~ label,
form .field input:valid ~ label {
    top: 0%;
    font-size: 16px;
    color: #4158d0;
    background: #fff;
    transform: translateY(-50%);
}

form .content {
    display: flex;
    width: 100%;
    height: 50px;
    font-size: 16px;
    align-items: center;
    justify-content: space-around;
}

    form .content .checkbox {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    form .content input {
        width: 15px;
        height: 15px;
        background: red;
    }

    form .content label {
        color: #262626;
        user-select: none;
        padding-left: 5px;
    }

    form .content .pass-link {
        color: "";
    }

form .field input[type="submit"] {
    color: #fff;
    border: none;
    padding-left: 0;
    margin-top: -10px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(-135deg, #c850c0, #4158d0);
    transition: all 0.3s ease;
}

    form .field input[type="submit"]:active {
        transform: scale(0.95);
    }

form .signup-link {
    color: #262626;
    margin-top: 20px;
    text-align: center;
}

    form .pass-link a,
    form .signup-link a {
        color: #4158d0;
        text-decoration: none;
    }

        form .pass-link a:hover,
        form .signup-link a:hover {
            text-decoration: underline;
        }
/****************************************************************/
.login-pg {
    position: relative !important;
    background: url(/Images/login-pg-bg.jpg) no-repeat !important;
    height: 100% !important;
    width: 100% !important;
    background-size: cover !important;
    position: relative !important;
}

    .login-pg .logn-sid-img img {
        height: 100vh;
        display: initial;
    }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.logn-sid-img {
    text-align: right;
    width: 35rem;
    margin-left: 10.7%;
}

.logn {
    position: relative;
    top: 10vh;
    left: 5%;
    /*background: rgba(255, 255, 255, 0.95);*/
    background: #fff;
    padding: 40px 80px;
    border-radius: 20px;
    width: 90%;
    box-shadow: -7px 11px 33px 8px rgba(0, 0, 0, 0.4);
}

/*.logn-dtail {
    margin: 8% 30px;
    background: #fff;
    width: 50%;
    z-index: 9;
    padding: 10px 20px;
}*/

.lblmessagecss {
    font-family: 'Lucida Fax';
    color: #1ca9ff;
}

.logn h3 {
    background: #4c98b2;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 30px;
    font-size: 18px;
    padding-left: 10px;
}

.logn .form-group:nth-child(3) .form-control {
    /*border: 1px solid #4c98b2;
    border-top: 0;
    border-right: 0;*/
}

.logn .form-group:nth-child(4) .form-control {
    border: 1px solid #96be4d;
    border-left: none;
    border-top: 0;
    border-bottom: 1px solid #96be4d;
}

.logn .form-group:nth-child(5) .form-control {
    border: 1px solid #f39f40;
    border-top: 0;
    border-right: 0;
}

.logn-dtail .nav-menu {
    margin: 0;
    padding: 0;
    position: relative;
    background: #fff;
    min-height: 25px;
}

    .logn-dtail .nav-menu li {
        text-transform: uppercase;
        line-height: 30px;
    }

    .logn-dtail .nav-menu li {
        float: left;
        list-style: none;
    }

        .logn-dtail .nav-menu li .fa {
            color: #f39f40;
            font-size: 20px;
            padding: 0 2px;
            line-height: 30px;
        }

        .logn-dtail .nav-menu li:nth-child(2) .fa {
            color: #158ca9;
        }

        .logn-dtail .nav-menu li:nth-child(3) .fa {
            color: #98c34c;
        }

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.card-body {
    box-shadow: -7px 11px 33px 8px rgba(0, 0, 0, 0.4) !important;
}