/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/*
    Created on : 8 de out. de 2022, 12:03:18
    Author     : diego.rodrigues
*/

body{
    background-image: url("/assets/images/bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    margin: 3px auto 0;
    position: relative;
}

a{
    color: #ee7623;
}

a:hover{
    color: #e86810;
}

.btn-primary{
    background-color: #ee7623;
    border-color: #ee7623;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #e86810;
    border-color: #e86810; /*set the color you want here*/
}

::-moz-selection { /* Code for Firefox */
    color: #ee7623;
    background: #502c1e;
}

::selection {
    color: #ee7623;
    background: #502c1e;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #ee7623;
    box-shadow: 0 1px 1px #e86810 ;
    outline: 0 none;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    color: #502c1e;
}