@font-face {
    font-family: "RubikFont";
    src: url("../fonts/Rubik/static/Rubik-Medium.ttf");   
}

body{
    font-family: 'RubikFont';
}

select, input, textarea{
    text-align: right !important;
}

.formDiv{
    margin-top: 1% !important;
}

.login-div{
    border: 2px solid black;
    width: 50%;
    margin-right: 25%;
    height: 500px;
    border-radius: 50px;
    background-color: whitesmoke;
    margin-top: 5%;
    box-shadow: 3px 4px 6px #959590;
    padding: 1%;
}