@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Bold.ttf') format('truetype');
    font-weight: 700;
}

body {
    font-family: 'Rubik', sans-serif;
    min-height: 100vh;
}

.auth-card {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.auth-title {
    font-weight: 600;
    color: #133B5C;
}

.form-control {
    height: 46px;
    border-radius: 8px;
}

.btn-auth {
    height: 46px;
    border-radius: 8px;
    font-weight: 500;
}

.auth-footer a {
    text-decoration: none;
    font-size: 14px;
}

.text-clr{
    color: #133B5C;
}

.bg-clr{
    color: #ffffff;
    background: #133B5C;
    border: 1px solid #133B5C;
}

.bg-clr:hover{
    color: #133B5C;
    background: #ffffff;
    border: 1px solid #133B5C;
}
