﻿@font-face {
    font-family: Gellix;
    /*src: url('/fonts/Gellix-Regular.ttf') format(truetype);*/
    src: url('/fonts/Gellix-Regular.otf') format(opentype);
}
@font-face {
    font-family: GellixBoldItalic;
    /*src: url('/fonts/Gellix-BoldItalic.ttf') format(truetype);*/
    src: url('/fonts/Gellix-BoldItalic.otf') format(opentype);
}
* {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: normal;
}

#navegacao {
    background-color: #000 !important;
}
.logo-confia-mag > div:first-child {
    width: 131px;
}
.logo-confia-mag > div:last-child {
    width: 200px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    font-family: Gellix;
    line-height:26px;
}
.logo-confia-mag {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 400px;    
    position: absolute;
    top: 50px;
    left: 25px;    
}
input.form-control.input-validation-error {
    border-color: #dc3545  ; 
    border-width: 2px ;
    border-style: solid ;
}

@media only screen and (max-width: 1500px) {
    body {
        background-size: 65%;
        background-position-x:-50px;
    }
    .container-login img{
        max-width:400px;
        
    }
    .container-login {
        text-align: center;
    }
        .container-login > div{
            margin-right:0px !important;
        }
}
body {
    font-size: 54px;
    font-family: GellixBoldItalic;
    background-color: black;
    background-image: url("/img/capa-login.png");
    background-repeat: no-repeat;
    background-size:contain;
}


#erros {
    font: normal normal normal 16px Gellix;
    color: #dc3545;
}
h1 {
    text-align: left;
    font-family:GellixBoldItalic;
    font-size: 54px;
    font-style:italic;
    letter-spacing: 0px;
    color: #F07D00;
    text-transform: uppercase;
    opacity: 1;
    line-height:42px;
}
input.form-control {
    text-align: left;
    font: normal normal normal 25px/30px Gellix;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    border-radius: 0px;
    height: 67px;
    padding: 0px 20px;
    margin-bottom:25px;
    width:452px;
    box-sizing:border-box;
    border:0px;
    outline:none;
}
    input.form-control::placeholder {
        color: #000000;
        opacity: 1;
    }
.container-login > div {
    width: 710px;
    margin-right:60px;
}
.container-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:end;
    height:100vh; 
}
.form-login-container{
    width:500px;
    margin:0px auto 0px auto;

}
.card {
    padding: 60px 20px 40px 20px;
}
.btn-login {
    font: normal normal 600 35px/42px Gellix;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
    background: #F07D00 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 180px;
    padding-top: 10px;
    padding-bottom: 12px;
    line-height: 42px;
    margin-top: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    border: 2px solid #F07D00;
}
    .btn-login:hover {
        transition: all .3s ease-in-out;
        color: #F07D00;
        background: #FFF 0% 0% no-repeat padding-box;
        border:2px solid #F07D00;
    }
.text-center{
    text-align:center
}