:root{
	--darkblue: #004b4a;
	--blue: #2A9DAC;
	--green: #016362;
}
@font-face {
    font-family: montserrat;
    src: url(fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: montserratb;
    src: url(fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: montserratbl;
    src: url(fonts/Montserrat-Black.ttf);
}
@font-face {
    font-family: montserratl;
    src: url(fonts/Montserrat-Light.ttf);
}
body{
    font-family: montserrat;
    color: var(--darkblue);
    font-size: 14px;
    line-height: 1.3;
    position: relative;
    padding: 0px;
    overflow-x: hidden;
}
.imglogin{
    background-image: url(images/Login_banner.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-block{
    max-width: 400px;
    z-index: 10;
    position: relative;
}
.login-wrap{
    /* background-color: red; */
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20%;
}
.logo_login{
    width: 100%;
    max-width: 250px;
    display: block;
    /* margin: 0 auto; */

}

.login-block{
    margin-top: 0px;
}

.login-block > span{
    font-size: 18px;
    font-weight: bold;
    color: #004b4a;
}
.login-block > p{
    font-size: 16px;
    color: #004b4a;
    text-align: center;
    font-weight: bold;
}
.login-block h1{
    font-family: montserratbl;
    font-size: 3em;
    line-height: 1;
    /* color: var(--blue); */
    /* margin-bottom: 20px; */
}

a{
    color: #004b4a;
    display: block;
    text-align: right;
    font-weight: bold;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
}

.pegadas{
    position: absolute;
    right: -30px;
    bottom: 0px;
    max-width: 250px;
    opacity: .1;
}
.btn_login{
    background-color: var(--green);
    color: #fff;
    display: block;
    width: 100%;
    /* font-weight: bold; */
    padding: 10px;
    /* border-radius: 0px; */
    transition: all .25s linear;
    box-shadow: 0px 20px 20px -12px #008483;
}
.btn_login:hover{
    background-color: var(--darkblue);
    color: #fff;
    font-weight: bold;
    transform: scale(1.05);
    box-shadow: none;
}
.login-block hr{
    /* opacity: 1; */
    color: var(--green);
}
.qdpet{
position: absolute;
bottom: 0px;
right: -10%;
background-color: var(--darkblue);
border-radius: 30px 30px 0 0;
width: 250px;
height: 240px;
background: linear-gradient(to top, var(--darkblue) 20%, var(--blue) 80%);
}
.qdpet img{
    position: absolute;
    max-width: 250px;
    width: 100%;
    right: -10%;
    bottom: 0%;;
transform: scaleX(-1);
}
.form-group{
    margin-bottom: 15px;
}



/* .input__field:focus-visible{
    border-color: red;
} */
