:root {
    --primary-color: #14213d;
    --secondary-color: #fca311;
    --secondary-dark-color: #d1870f;
    --cancel-color: #e5e5e5;
    --black-color: #000;
    --white-color: #fff;
}

.zain-extralight {
    font-family: "Zain", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.zain-light {
    font-family: "Zain", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.zain-regular {
    font-family: "Zain", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zain-bold {
    font-family: "Zain", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.zain-extrabold {
    font-family: "Zain", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.zain-black {
    font-family: "Zain", sans-serif;
    font-weight: 900;
    font-style: normal;
}

body,
html {
    width: 100%;
    height: 100vh;
    font-family: zain;
    direction: rtl;
}

.login__card {
    background: var(--primary-color);
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
        rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.logo {
    width: 50%;
    padding-bottom: 15px;
}
.float-left {
    float: right !important;
}

.float-right {
    float: left !important;
}

.btn--secondary {
    background-color: var(--secondary-color);
    font-weight: 600;
}

.btn--secondary:hover {
    background-color: var(--secondary-dark-color);
    font-weight: 600;
    color: var(--black-color);
}
