﻿body {
    font-family: Verdana;
    font-size: 0.8em;
    position: relative;
}

#logo-box {
    text-align: center;
    margin-top: 7em;
}

#login-box {
    width: 300px;
    margin: 0 auto 0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    text-align: left;
    z-index: 9999;
    border: solid 1px;
}

.img-ftrader {
    display: none;
}

.img-fincs {
    width: 250px;
}

#login-box input[type="text"],
#login-box input[type="password"] {
    padding: 10px;
    margin-bottom: 10px;
    width: -webkit-fill-available;
    width: -moz-available
}

#login-box input[type="submit"] {
    padding: 10px;
    width: -webkit-fill-available;
    width: -moz-available;
    cursor: pointer;
    margin: 20px 0 0 0;
}

#login-box input[type="button"] {
    padding: 10px;
    width: -webkit-fill-available;
    width: -moz-available;
    cursor: pointer;
    margin: 20px 0 0 0;
}

#login-box button {
    padding: 10px;
    width: -webkit-fill-available;
    width: -moz-available;
    cursor: pointer;
    margin: 20px 0 0 0;
    min-height: 39px;
}

#login-box label {
    display: inline-block;
    margin-bottom: 5px;
}

#login-box a:hover {
    text-decoration: underline;
}

#footer {
    text-align: center;
    margin-top: 20px;
}

    #footer social-links {
        display: block;
    }

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/img/bg3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2; /* Ajuste o valor da opacidade de 0 (totalmente transparente) a 1 (totalmente opaco) */
    z-index: -2;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: -1;
}

hr {
    border: 0;
    border-top: solid 1px #e9e9e9;
    margin-bottom: 20px
}
