html,body {
    font-family: 'Questrial', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.hero.is-success {
    background: #F2F6FA;
}
.hero .nav, .hero.is-success .nav {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.box {
    margin-top: 5rem;
}
.avatar {
    margin-top: -70px;
    padding-bottom: 20px;
}
.avatar img {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    padding: 5px 0 15px 0;
}
input {
    font-weight: 300;
}
p {
    font-weight: 700;
}
p.subtitle {
    padding-top: 1rem;
}

.login-hr{
    border-bottom: 1px solid black;
}

.has-text-black{
    color: black;
}

.field{
    padding-bottom: 10px;
}

.fa{
    margin-left: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
b,
th,
td,
div,
sub {
    font-family: 'Roboto Condensed', sans-serif !important;
}

/*************************

        header

*************************/
.header{
    /*
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;

    box-shadow: 0 0.5em 1em -0.125em rgb(0 80 234 / 10%);
    */
    background-color: #ffffff;
    border-bottom: 1px solid #e3e3e3;
}



/*************************

        bulma

*************************/
.navbar-item img {
    max-height: 5rem;
}

.icon-text {
    align-items: center;
}

.box.bg-blue {
    background: linear-gradient(137.96deg,#e8f9ff 23.4%,#eafff7 76.61%);
    box-shadow: 6px 6px 12px rgb(0 71 255 / 6%);
    border-radius: 4px;
    height: 100%;
}

.is-150x150 {
    height: 128px;
    width: 128px;
}

/*************************

      Helper

*************************/
.is-full-height{
    min-height: 100vh;
}

.is-full-width{
    width: 100%;
}

.has-background-blue-bis{
    background-color: #f4f6fb !important;
}

.is-border-grey {
    border:1px #e3e3e3 solid !important;
}

.is-border-right-grey{
    border-right: 1px solid #e3e3e3;
}

.is-border-top-grey{
    border-top: 1px solid #e3e3e3;
}

