@font-face {
    font-family: "inherit";
    src: url("fonts/UniSansDemo-ThinCAPS.otf");
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.navbar-toggler {
    outline: none !important;
}

.navbar-toggler-icon {
    background-image: url("img/icon_menu.png") !important;
    transition: all .5s;
}

.navbar-toggler-icon:hover {
    background-image: url("img/icon_menu_hover.png") !important;
    transition: all .5s;
}

.main-banner {
    background: url("img/background.jpg") center fixed;
    background-size: cover;
}

.main-banner .bg-gradient {
    background: rgba(32, 34, 38, 0.7);
    background: -moz-linear-gradient(top, rgba(32, 34, 38, 0.7) 0%, rgba(32, 34, 38, 0.98) 74%, rgba(32, 34, 38, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(32, 34, 38, 0.7) 0%, rgba(32, 34, 38, 0.98) 74%, rgba(32, 34, 38, 1) 100%);
    background: -o-linear-gradient(top, rgba(32, 34, 38, 0.7) 0%, rgba(32, 34, 38, 0.98) 74%, rgba(32, 34, 38, 1) 100%);
    background: -ms-linear-gradient(top, rgba(32, 34, 38, 0.7) 0%, rgba(32, 34, 38, 0.98) 74%, rgba(32, 34, 38, 1) 100%);
    background: linear-gradient(to bottom, rgba(32, 34, 38, 0.7) 0%, rgba(32, 34, 38, 0.98) 74%, rgba(32, 34, 38, 1) 100%);
    padding: 200px 0 100px;
    min-height: 100vh;
}

.cardLogin {
    background: rgba(22, 24, 27, .35) !important;
    border: 0px solid black !important;
}

.cardLogin ._login-title {
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 25px;
    font-weight: bold;
    border-left: 5px solid #626ED4;
    padding-left: 10px;
}

.cardLogin ._alert {
    background: #EC4561;
    padding: 10px;
}

.cardLogin ._input-icon-user, .cardLogin ._input-icon-pass {
    background: #25262B;
    width: 40px;
    border-radius: 0px;
    border: 0px solid black;
    color: #707070;
    font-size: 20px;
}

.cardLogin ._separator-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.cardLogin ._input-user, .cardLogin ._input-pass {
    border: 0;
    border-radius: 0;
    background: #25262B;
    height: 70px;
    font-size: 20px;
    padding-left: 10px;
    color: #707070;
}

.cardLogin ._input-user:focus, .cardLogin ._input-pass:focus {
    box-shadow: none !important;
    background: #25262B;
    color: #626ED4;
}

.cardLogin ._input-user:link, .cardLogin ._input-pass:focus {
    box-shadow: none !important;
    background: #25262B;
    color: #626ED4;
}

.cardLogin ._button-login {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-align: center;
    padding: 25px;
    width: 100%;
    transition: all 0.25s;
    outline: none !important;
}

.cardLogin ._button-login:hover {
    color: #626ED4;
}

/*COLORS*/
.c-purple {
    color: #3A4994 !important;
}

.bg-purple{
    color: #3A4994 !important;
}