﻿@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

html {
    width: 100%;
    height: 100%;
}

.login-page {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #DE6262;
    background-repeat: no-repeat;
    background: -webkit-linear-gradient( to bottom, #FFB88C, #DE6262);
    background: -moz-linear-gradient( to bottom, #FFB88C, #DE6262);
    background: -ms-linear-gradient( to bottom, #FFB88C, #DE6262);
    background: -o-linear-gradient( to bottom, #FFB88C, #DE6262);
    background: linear-gradient( to bottom, #FFB88C, #DE6262);
}

.login-block {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    padding: 50px 0;
}

.banner-sec {
    background: url(/assets/pages/media/bg/1.jpg?2) no-repeat left bottom;
    background-size: cover;
    min-height: 500px;
    min-width: 700px;
    border-radius: 10px 0 0 10px;
    padding: 0;
}

.container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}

.carousel-inner {
    border-radius: 10px 0 0 10px;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.logo-image {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}


.login-sec {
    padding: 30px 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: 22px;
        font-weight: 600;
        font-size: 25px;
        color: #DE6262;
    }

        .login-sec h2:after {
            content: " ";
            width: 210px;
            height: 2px;
            background: #22ABBA;
            display: block;
            margin-top: 15px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto
        }

.btn-login {
    background: #DE6262;
    color: #fff;
    font-weight: 600;
}


.banner-text-heading {
    width: 90%;
    position: absolute;
    top: 20px;
    padding-left: 20px;
}

    .banner-text-heading h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text-heading h2:after {
            content: " ";
            width: 200px;
            height: 3px;
            background: #FFF;
            display: block;
            margin-top: 15px;
            border-radius: 3px;
        }


.banner-text {
    width: 90%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2:after {
            content: " ";
            width: 200px;
            height: 3px;
            background: #FFF;
            display: block;
            margin-top: 15px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }
