﻿
.login-block {
    background-image: -webkit-gradient(linear, left top, right top, from(#123b83), to(#12a1d5));
    background-image: -o-linear-gradient(left, #123b83 0%, #12a1d5 100%);
    background-image: linear-gradient(to right, #123b83 0%, #12a1d5 100%);
    float: left;
    width: 100%;
    padding: 50px 0;
    min-height: 625px;
    height: 100vh;
}

.banner-sec {
    /*background: url(../../Content/img/loginPage/pexels-photo.jpg) no-repeat left bottom;*/
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.container {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec {
    padding: 50px 30px;
    position: relative;
}

    .login-sec .copy-text {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec .copy-text i {
            color: #FEB58A;
        }

        .login-sec .copy-text a {
            color: #E36262;
        }

    .login-sec h2 {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 30px;
        color: #DE6262;
    }

        .login-sec h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FEB58A;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto
        }

.btn-login {
    background: #DE6262;
    color: #fff;
    font-weight: 600;
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            /*background: #FFF;*/
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }

label.error {
    color: red;
}
/* The container */
.containerChekbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containerChekbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 9px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #bbb;
}

/* On mouse-over, add a grey background color */
.containerChekbox:hover input ~ .checkmark {
    background-color: #aaa;
}

/* When the checkbox is checked, add a blue background */
.containerChekbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerChekbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerChekbox .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#pass {
    position: relative;
}

.togglePass {
    position: absolute;
    bottom: 6px;
    right: 11px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .login-sec {
        padding: 26px 30px;
    }

    .banner-sec {
        min-height: unset;
    }

    .carousel-inner {
        border-radius: unset;
    }
}



@media only screen and (min-width: 480px) and (max-width: 640px) {
    .login-sec {
        padding: 26px 30px;
    }

    .banner-sec {
        min-height: unset;
    }

    .carousel-inner {
        border-radius: unset;
    }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
    .login-sec {
        padding: 26px 30px;
    }

    .banner-sec {
        min-height: unset;
    }

    .carousel-inner {
        border-radius: unset;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .banner-sec {
        min-height: unset;
    }

    .login-sec {
        padding: 20px 30px;
    }

        .login-sec h2 {
            font-size: 22px;
        }

    .img-fluid {
        height: 357px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .banner-sec {
        min-height: unset;
    }

    .login-sec {
        padding: 45px 30px;
    }
}
