@import url('../fonts/fontiran.css');
body{
    font-family: IRANYekanX !important;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    direction: rtl !important;
    text-align: right !important;
    background: #FFFFFF;
}
.body{
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-box{
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 440px;
    transform: translateX(-50%);
    transition: 200ms;
}
.ca-username , .ca-password{
    direction: rtl;
    text-align: right;
    height: 50px;
    background-color: #FFFFFF;
    border-color: rgba(142, 142, 142, 0.58);
    font-family: IRANYekanX !important;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
.ca-btn-login {
    background-color: rgb(0, 201, 104) !important;
    display: block;
    width: 100%;
    border-radius: 10px;
    padding: 12px 0;
    border: 0;
    color: white;
}
.ca-btn-login:hover{
    background-color: rgb(0, 178, 91) !important;
}

.ca-username-label
{
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.username-box{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    z-index: 10;
}
.username-box img {
    top: 50%;
    right: 10px;
    height: 18px;
    transform: translateY(-50%);
    position: absolute;
}
.ca-username
{
    display: flex;
    padding: 8px 30px 8px 8px;
    resize: none;
    direction: rtl;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: inherit;
    height: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(212, 212, 212);
    appearance: none;
    width: 100%;
}
.send-password{
    margin-top: 10px;
    padding: 10px 10px;
    border-radius: 10px;
    background: #ededed;
}
.send-password-link
{
    cursor: pointer;
    font-size: .9rem;
    color: #777777;
}
.user-username-hint{
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 1rem;
}
.logo
{
    text-align: center;
    margin: 50px 0;
}
.logo__part-primary {
    fill: rgba(0, 0, 0, 0.9);
}
.logo__part-secondary {
    fill: rgb(0, 0, 0);
}
