body {
    font-family: "Lato", sans-serif !important;
    background-color: white !important;
}

.bluebg {
    background-color: #9fbfdf !important;
}

.userInfos {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: inherit;
    justify-content: center;
    height: 100%;
}

.tab-content {
    overflow: initial;
}

.ui.grid {
    margin-left: 0!important;
}

.name {

    color: #5a7391;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 7px;
}

.date {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}

.badges {
    font-size: 30px;
}


label {
    color: #3973AC;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sidenav {
    height: 100%;
    background-color: white;
    overflow-x: hidden;
    padding-top: 20px;
}


.main {
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
    .login-form{
        margin-top: 10%;
    }

    .register-form{
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px){
    .main{
        margin-left: 40%;
    }

    .sidenav{
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .login-form{
        margin-top: 60%;
    }

    .register-form{
        margin-top: 20%;
    }
}


.login-main-text{
    margin-top: 20%;
    padding: 60px;
    color: #2a547f;
    text-align:center;
}

.login-main-text h2{
    font-weight: 300;
}

.button {
    background-color: black;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

.mt-1 {
    margin-top: 20px !important;
}

#dt-buttons {
    padding-right: 10px !important;
}

th:first-child {
    border-left: 1px solid #dddddd;
}

.absolute-center{
    position: absolute !important;
    width: 100% !important;
}
