@font-face {
    font-family: PoetsenOne;
    src: url("../../Fonts/PoetsenOne-Regular.ttf");
}

* {
    box-sizing: border-box;
}

body {
    font-size: 14px;
}

.form-control:focus, .dataTable-input:focus {
    border-color: #fff;
    box-shadow: 0px 6px 5px 0px #00000040;
}

.link_login{
    color: #aaa;
    font-weight: 500;
    text-decoration: none;
}

.btn_login{
    background: rgba(0,120,240,1);
    border: 1px solid rgba(0,120,240,1);
    color: #fff;
    font-size: 20px;
    width: 80%;
    font-size: 16px;
    padding-top: 2% !important;
    padding-bottom: 2% !important;
    transition: 0.3s ease all;
}

.btn_login:hover{
    background: rgba(0,120,240,1);
    border: 1px solid rgba(0,120,240,1);
    transition: 0.3s ease all;
    transform: scale(1.05);
}

.btn_login:focus, .btn_login:active {
    background: rgba(0,120,240,1);
    border: 1px solid rgba(0,120,240,1);
    transition: 0.3s ease all;
}

.labels_login{
    font-weight: 500;
    color:rgba(51, 51, 51, 1);
}

.caixa_login {
    background-color: #fff;
    margin: auto;
    box-shadow: 0px 1px 20px rgb(0 0 0 / 25%);
    border-radius: 10px;
    width: 50%;
    padding: 3rem;
}

@media (max-width: 991px) {
    .caixa_login {
        width: 100%;
        margin: 0;
        padding: 3rem 0;
    }
}

.login_form_title{
    text-align: center;
    font-family: PoetsenOne;
    font-weight:normal;
    font-style:normal;
    color: goldenrod;
    font-size: 24px;
    padding-top: 32px;
}

.input_login{
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.44);
    border-radius: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-right: 25px;
    padding-left: 4px;
}

.inputs_size{
    width: 55%;
    margin: auto;
}

.back_login {
    width: 100%;
    height: 100%;
    background: url('../imagens/fundo_4k.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#control_password:hover{
    cursor: pointer;
}

a:hover {
    color: rgba(0,120,240,1);
}

.centra_formulario{
    position: relative;
    transform: translatey(-25%);
    top: 25%;
}

.logo-login {
    height: 80px;
}