@font-face {
    font-family: 'Gotham-Black';
    src: url('./assets/lelisfonts/Gotham-Black.otf');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('./assets/lelisfonts/Gotham-Bold.otf');
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('./assets/lelisfonts/Gotham-Light.otf');
}

@font-face {
    font-family: 'Gotham-Thin';
    src: url('./assets/lelisfonts/Gotham-Thin.otf');
}

body {
    background: url(assets/images/bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    height: 100vh;
    align-items: center;
    display: flex;
}

.logo-lelis{
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.form-login {
    border: solid 5px #9b9381;
    background-color: #ffffff;
    width: 35%;
    margin: 0 auto;
    padding: 30px;
}

.form-login label{
    font-family: 'Gotham-Bold';
    font-size: 15.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 5.5px;
    text-align: left;
    color: #9b9381;
    display: block;
    padding-left: 10px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 10px;
}

.input-form{
    border: solid 1px #a1a1a1;
    width: 100%;
    height: 35px;
    line-break: 35px;
    padding: 0px 10px;
    font-family: 'Gotham-Light';
    color: #000;
    margin-bottom: 15px;
}

.entrar-form{
    border-radius: 24.8px;
    background-color: #9b9381;
    font-family: 'Gotham-Light';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: left;
    color: #ffffff;
    width: 80%;
    margin-left: 10%;
    padding: 0px;
    border: 0px;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}


@media (max-width: 767.98px) {
    .form-login {
        border: solid 5px #9b9381;
        background-color: #ffffff;
        width: 100%;
        margin: 0 auto;
        padding: 30px;
    }
}