@font-face {
    font-family: "RubikFont";
    src: url("../fonts/Rubik/static/Rubik-Medium.ttf");   
}

body{
    font-family: 'RubikFont';
}

.main-container{
    width: 100%;
    height: 94%;
    display: flex;
}

.main-btns{
    width: 15%;
    height: 100%;
    border-left: 2px solid;
    border-color: #ffd001;
    padding: 1%;
    background-color: #ffd100;
}

.main-display{
    width: 85%;
    height: 100%;
    background-color: #ffd001;
    padding: 1%;
}

.btns-menu{
    width: 100%;
    height: 10%;
    border: none;
    border-bottom: 1px solid rgb(156, 155, 155);
    color: #ffd100;
    background-color: white;
    text-align: right;
}

.active{
    background-color: #ffd001;
    color: white;
}

.main-nav{
    width: 100%;
    height: 6%;
    text-align: center;
    border-bottom: 2px solid #ffd001;
}

.content{
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    padding: 1%;
    overflow: scroll;
}

.btn-content{
    height: 100%;
    background-color: white;
    border-radius: 15px;
}

.goodpics{
    position: absolute;
    width: 10%;
    right: 2%;
    bottom: 0;
}

.main-nav-logo{
    width: auto;
    height: 100%;
}

.content-nav{
    width: 100%;
    border-bottom: 1px solid #ffd001;
    margin-bottom: 1%;
    height: 5%;
}

.content-nav-btn{
    border: 2px solid;
    background-color: #ffd001;
    color: white;
    border-radius: 58px;
    width: 10%;
    height: 90%;
    border-color: #404040;
}

.login-main{
    display: flex;
    height: 100%;
}

.login-form{
    height: 100%;
    width: 50%;
    border-left: 1px solid;
    background-color: #ffd001;
}

.login-pic{
    height: 100%;
    width: 50%;
    border-right: 1px solid;
    background-image: url(../assets/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.login-logo{
    width: 67%;
    margin-right: 16.5%;
}

.login-main-form{
    width: 50%;
    margin-right: 25%;
    border: 2px solid white;
    padding: 1%;
    text-align: center;
    border-radius: 15px;
    background-color: #ffffff66;
    margin-top: 10%;
}

.login-form-group{
    display: inline-grid;
    width: 90%;
    margin-bottom: 1%;
}

.login-input{
    width: 100%;
    border: 2px solid #817c7c;
    border-radius: 50px;
    padding-right: 1%;
}

.login-button{
    border: 2px solid #817c7c;
    border-radius: 50px;
    color: black;
    width: 40%;
    margin-right: 30%;
}

.login-goodpic{
    position: absolute;
    width: 12%;
    bottom: 0px;
    margin-right: 20.5%;
}

.main-form{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.main-form-group{
    margin-bottom: 1%;
}

.w-10{
    width: 10%;
}

.w-5{
    width: 20%;
}

.w-4{
    width: 25%;
}

.w-3{
    width: 33.3%;
}

.w-2{
    width: 50%;
}

.w-1{
    width: 100%;
}

.main-form-label{
    width: 19%;
    text-align: center;
}

.main-form-input{
    border-radius: 15px;
    width: 80%;
    border: 2px solid #ffd100;
}

.m-r-25{
    margin-right: 25%;
}

.m-b-1{
    margin-bottom: 1%;
}

.main-form-button{
    width: 100%;
    border: 2px solid black;
    border-radius: 15px;
    background-color: #ffd100;
}

#statusActive{
    color : green;
}

#statusDisactive{
    color : red;
}