﻿/*    --------------------------------------------------
	:: Login Section
	-------------------------------------------------- */

#header {
    height: 130px;
    background-image: url('../Images/Header.jpg');
}

#header img{
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 10%;
    float: left;
}

.content {
    background-image: url('../Images/fondo_banner_bienvenida.jpg'); 
    background-repeat: no-repeat;
    width: 100%; 
    height: 100%; 
    background-size: 100%;
}

#login {
    padding-top: 40px;
    filter: alpha(opacity=90); 
    opacity: 0.90;
}
#login .form-wrap {
    padding: 20px;
    border-radius: 5px;
    max-width: 350px;
    width: 100% !important;
    margin: 0 auto;
    background-color: white;
}
#login h1 {
    color: #009AD9;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login .form-group {
    margin-bottom: 25px;
}
#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#login .checkbox.show:before {
    content: '\e013';
    color: #1fa67b;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}
#login .checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}
#login .btn.btn-custom {
    font-size: 14px;
	margin-bottom: 20px;
}
#login .forget {
    font-size: 13px;
	text-align: center;
	display: block;
}

/*    --------------------------------------------------
	:: Inputs & Buttons
	-------------------------------------------------- */
.form-control {
    color: #212121;
}
.btn-custom {
    color: #fff;
	background-color: #009AD9;
}
.btn-custom:hover,
.btn-custom:focus {
    color: #fff;
}

/*    --------------------------------------------------
    :: Footer
	-------------------------------------------------- */
#footer {
    color: white;
    font-size: 12px;
    text-align: center;
    background-image: url('../Images/footer.jpg');
    width: 100%;
    height: 82px;
    position: fixed;
    bottom: 0;
}
#footer p {
    margin-bottom: 0;
    padding: 10px;
}
#footer a {
    color: inherit;
}