:root {
    --verde-geral: #a4ba3d;
    --verde-1: #9CBC2A;
    --verde-2: #9CBC2B;
}

body{
    background-color: white;
    background-image: url("../img/bg_png_circuitos.png");
}

.login-wrap{
    background-color: white;
    position: relative;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid black;
    border-bottom: none;
    background: transparent;

}

.complete{
    background-color: white;
    position: relative;
    border-radius: 5px;
    border: 1px solid black;
    border-top: none;
    margin-top: -10%;
    background: transparent;
}
.img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;  
}

h3{
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p, .mb-0{
    color: rgba(0, 0, 0, 0.9);
}


.form-group {
    position: relative;
    width: 100%;
    text-align: center;
}

.icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 48px;
    background: transparent;
    font-size: 18px;
     
}

span {
    color: #fff; 
}

.input-form {
    height: 48px;
    background: rgba(255, 255, 255, 1.0);
    color: black !important;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    border: none;
    border-bottom: 1px solid;
    padding-left: 30px;
    padding-right: 0;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn{
    background: var(--verde-1);
    color: white;
    border-color: var(--verde-2);
}

.btn:hover {
    background-color: var(--verde-2);
    color: black;
    border-color: var(--verde-1);
}

.spinner-border{
   color: white;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  border: 1px solid var(--verde-2);
  box-sizing: border-box;
  border-radius: 9px;
  text-align: center;
  background-color: #ECECEC;

}

/* Firefox */
input[type=tel] {
    -moz-appearance: textfield;
    border: 1px solid var(--verde-2);
    box-sizing: border-box;
    border-radius: 9px;
    text-align: center;
    background-color: #ECECEC;
}  

input[type=text] {
    -moz-appearance: textfield;
    border: 1px solid var(--verde-2);
    box-sizing: border-box;
    border-radius: 9px;
    text-align: center;
    background-color: #ECECEC;
}

a:link {
    color: cyan;
    background-color: transparent;
    text-decoration: underline;
}

a:hover {
    color: cyan;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: deepskyblue;
    background-color: transparent;
    text-decoration: underline;
}

.alert{
    text-align: center;
}

