body{
	background: url("../images/collage-guias.jpg") ;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	height: 100%;
}
#a-modal{
	float: right;
	color: #f0f0f0;
	font-weight: 500;
	font-size: 1.1em;
	text-shadow: 0px 0px 1px rgba(10, 10, 10, 0.8);
}
#d-general{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 380px;
	margin: 0 auto;
	transform: translate(-50%, -50%);
    background-color: rgba(240, 240, 240, 0.7);
    border-radius: 5px;
    padding-left: 1em;
    padding-top: 1em;
    padding-bottom: 1em;

}
.btn {
    font-weight: 700 !important;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    border-radius:0;
    background:#505050;
    height: 55px;
    margin-bottom:10px;
}

.btn-primary{
    border-color: #505050;
}

.btn-primary:hover{
    border-color: #505050;
    background-color: #fd7813;
}

.input_title{
    color:rgba(10, 10, 10, 0.9);
    font-size: 1.8em;
    font-weight: 800;
    padding-left:3px;
    margin-bottom: 2px;
    text-shadow: 0px 0px 1px rgba(200, 200, 200, 0.8);
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;

    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn-signin {
    background-color: #c0c0c0;
    margin-top: 1em;
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus{ 
    background-color: #fd7813;
    color: #f0f0f0;
}

.btn-consultar {
    background-color: #707070;
    margin-left: 1em;
    width: 25%;
    padding: 0px;
    font-weight: 700;
    font-size: 1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-consultar:hover,
.btn.btn-consultar:active,
.btn.btn-consultar:focus{ 
    background-color: #fd7813;
    color: #f0f0f0;
}

.login_box{
    background:#f7f7f7;
    width: 65%;
    border:3px solid #F4F4F4;
    padding-left: 15px;
    margin-bottom:25px;
    }

@media (max-aspect-ratio: 13/9) and (max-width: 1024px){

    html{
        height: 100%;
        min-height: 100%;
    }
    body{
        min-height: 100%;
    }

    .container{
        font-size: 2em;
    }

    #d-general{
        width: 80%;
        font-size: 1.5em;
    }

    .input-lg{
        font-size: 1.5em !important;
    }

    .btn-lg {
        font-size: 0.8em !important;
        line-height: 0 !important;
        padding: 1em !important;
        background-color: #fd7813;
        color: #f0f0f0;
    }

    .modal-dialog{
        max-width: 100% !important;
    }

    .modal-content{
        width: 80%;
        margin-left: 10%;
    }
}