body {
    direction: rtl;
    background: rgba(36, 93, 148, 1);
    background: linear-gradient(189deg, rgba(36, 93, 148, 1) 0%, rgba(109, 172, 155, 1) 100%);
    background-attachment: fixed;
    font-family: "Tajawal";
    color: #161616;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    -webkit-box-shadow: 0px 0px 20px 0px #245D94FF;
    -moz-box-shadow: 0px 0px 20px 0px #245D94FF;
    box-shadow: 0px 0px 20px 0px #245D94FF;
    border: 1px solid rgba(255,255,255,0);
    border-radius: .90rem;
}

.btn-primary {
    background: rgb(243, 243, 243);
    color: #323232;
    font-size: 16px;
    border: 0;
}
.btn-primary:hover {
    background: rgb(236, 236, 236);
    color: #245D94FF;
}
.span-account {
    color: #245D94FF;
}