﻿@import url('../fonts/font-awesome.css');

.login-block {
    background: #DE6262; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #caced2, rgba(0.25, .50, 0, 0));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    float: left;
    width: 100%;
    padding: 50px 0;
}

.resultErr {
    -webkit-box-shadow: 5px 5px 7px 5px #dee2e6;
    box-shadow: 5px 5px 7px 5px #dee2e6;
    padding: 10px 5px;
    background-color: #f9e8e8;
}

.resultZip {
    -webkit-box-shadow: 5px 5px 7px 5px #dee2e6;
    box-shadow: 5px 5px 7px 5px #dee2e6;
    padding: 10px 5px;
    background-color:azure;
}

.resultOk {
    -webkit-box-shadow: 5px 5px 7px 5px #dee2e6;
    box-shadow: 5px 5px 7px 5px #dee2e6;
    padding: 10px 5px;
    background-color: #B9EFDA;
    align-content:center;
    text-align:center;
}

.contenedor {
    -webkit-box-shadow: 5px 5px 7px 5px #dee2e6;
    box-shadow: 5px 5px 7px 5px #dee2e6;
    padding: 10px 5px;
    background-color: #F5F6F6;
    align-content: center;
    text-align: center;
}

.banner-sec {
    background: url('../images/LOGO.png') no-repeat left 10%;
    /*background-image: url();*/
    background-size: contain;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.banner-help {
	/*background: url('../images/help.png') no-repeat right bottom;*/
	/*background-image: url();*/
	background-size: cover;
	min-height: 50px;
	border-radius: 0 10px 10px 0;
	padding: 0;
}

.Text-help {	 
	font-weight: bold; 
}

.container {
    background: #fff;
    border-radius: 10px;
    padding-bottom: 20px;
    box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}

.container-form {
    background: #fff;
    border-radius: 10px;
    padding-bottom: 20px;
    padding-top:20px;
    padding-left:40px;
    padding-right:100px;
  
  
}

.container-head {
    background:rgba(0,0,0,0.1);
    border-radius: 10px;
    padding:100px;
    padding-bottom: 10px;
    padding-top: 10px;
    
   
}

.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;
    }

        .login-sec h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #ff4b4b;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto
        }

.btn-login {
    background: #DE6262;
    color: #fff;
    font-weight: 600;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.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;
    }


/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 5px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

body-login {
    background-size: cover;
    background-image: url('images/wallAteb.jpg');
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;
}


.header {
    position: relative;
    margin: 0px;
    padding: 10px;
    background: #fff;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 10px;
        padding: 0px 0px 0px 20px;
        color: #666666;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }
