﻿@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

body {
    background: #FAFAFA;
}

.imgL64 {
    width: 25%;
    border: 2px solid black;
}

.imgCopy{
    width:60%;
}

.login-block {
    background: #FAFAFA;
    float: left;
    width: 100%;
    padding: 100px 0;
}

.banner-sec {
    background: url("../images/photo.jpg") no-repeat left bottom;
    opacity: 0.5;
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.container {
    background: #FAFAFA;
    border-radius: 5px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec {
    padding: 100px 30px;
    position: relative;
}

.login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 10px;
    font-size: 13px;
    text-align: center;
}

.btn-login {
    background: #006f3d;
    color: #fff;
    font-weight: 600;
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 50px;
    padding-left: 20px;
}

.banner-text h2 {
    color: #fff;
    font-weight: 600;
}

.banner-text h2:after {
    content: " ";
    width: 400px;
    height: 5px;
    background: #FFF;
    display: block;
    margin-top: 5px;
    border-radius: 3px;
}

.banner-text p {
    color: #fff;
}
