﻿/*COMMON*/

.content {
    background-color: #f0f2f5 !important;
}

.footer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
}

.card-title .text-small {
    font-size: 1rem;
}

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

    .card-signin .card-body {
        padding: 1.75rem 2rem;
    }

        .card-signin .card-body .card-title {
            margin-bottom: 1rem;
            font-size: 1.5rem;
            letter-spacing: 0rem !important;
        }

.slim-text {
    font-weight: 350;
}

/*LOGIN PAGE*/

.form-signin .btn {
    border-radius: 0.82rem;
    font-size: 1rem;
    transition: all 0.2s;
}

.form-signin a{
    font-size: 0.9rem;
}

.form-floating input {
    border-radius: 0.82rem !important;
    font-size: 1rem !important;
    height: 2.85rem !important;
    padding-left: calc(1rem - 0.05rem) !important;
}

.form-floating input, .form-floating label {
    font-size: 0.85rem;
    padding: 0.85rem 1rem;
    padding-bottom: 0;
}

/* HEADER */
.logo {
    align-items: center !important;
    display: inline-flex !important;
    justify-content: space-between !important;

    width: 100%;
    height: 100%;
}

    .logo .logo-links {
        text-decoration: none;
        font-size: x-large;
        color: black;
    }

    .logo .logo-header-text {
        color: #727a9c;
        margin-left: 10px;
        margin-bottom: 0px;
    }
