﻿
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?yhhgx0');
    src: url('../fonts/icomoon.eot?yhhgx0#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?yhhgx0') format('truetype'), url('../fonts/icomoon.woff?yhhgx0') format('woff'), url('../fonts/icomoon.svg?yhhgx0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-visibility_off:before {
    content: "\e900";
}

.icon-remove_red_eye:before {
    content: "\e901";
}

/*--fim de fontes--*/

.fullpage-background {
    background: url(/bg_magni_platfom.jpg) no-repeat center fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background-color: #ECE9E2;
}

.body-container {
    margin-top: 60px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 10px;
}

    .body-container:has([class^="login-wrapper"]) {
        width: 462px;
    }

.login-wrapper {
    padding: 0px;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold; }
    .grants-page .card .card-title img {
      width: 100px;
      height: 100px; }
  .grants-page .card label {
    font-weight: bold; }


.centralizer {
    display: block;
    margin: auto;
}

.logo {
    margin-bottom: 30px;
}

    .logo img {
        margin-top: 30px;
    }

label{
font-size:12px;
color:#555;

}
.form-line {
    margin-bottom: 8px;
}

input[type=text], input[type=password], input[type=number]{
    border-radius:0px;
    border:none;
    border-bottom: 1px solid #ccc;

}

    input[type=text]:focus, input[type=password]:focus, input[type=number]:focus {
        border: none;
        border-bottom: solid 2px #4286f4;
        color: #4286f4;
        box-shadow:none;
    }
    input::placeholder {
        color:#bbb!important;
    }

    .btn-primary {
        text-transform: uppercase;
        background: #87B33A;
        color: #FFF;
        border: 0;
        width: 100%;
        height:36px;
    }
    .btn-primary:hover {
        background: #76A12B;
    }
    .btn-primary:active {
        background-color: #96d130!important;
    }

    .btn-primary:focus {
        background: #76A12B;
    border:solid 2px rgb(58, 128, 241);
    }

#recoverpassword {
    color: #87B33A;
    text-align:center;
    width:100%;
    display:block;
    margin-top:36px;
}

input[type=checkbox]{
    width:18px;
    height:18px;
}

    input[type=checkbox] + label {
        margin-left: 16px;
        font-size:14px;
        color:#555;
    }


.toggle-password {
    color: #ccc;
    font-size: 26px;
    margin-left: -25px;
    display: inline-block;
    position: relative;
    top: -34px;
    float: right;
    z-index: 2;
}

/* Login hint / read-only username styles */
.username-readonly-container {
    position: relative;
    display: flex;
    align-items: center;
}

.username-readonly {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
    padding-right: 35px !important;
}

.username-readonly:focus {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    border-bottom: solid 2px #6c757d !important;
    box-shadow: none !important;
}

.username-lock-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
}

/* Ensure password field gets focus when username is readonly */
.username-readonly-container + .form-line input[type=password] {
    /* This will be focused via JavaScript if needed */
}
