﻿@import url('../../fonts/LTBukra/29ltbukraregular.ttf');

@font-face {
    font-family: 'ltbukra';
    src: url('../../fonts/LTBukra/29ltbukraregular.ttf');
}

body {
    direction: rtl;
    font-family: 'ltbukra' !important;
}

.row {
    width: 100% !important;
    margin-right: 0 !important;
}

.container {
    width: 90%
}

.login-info {
    margin-top: 15% !important
}
.login-img {
    width:75% !important
}
    .login-info h3 {
        color: #413168;
        font-weight:700!important;
        font-size:24px;
    }

.bg-color {
    background: #fafafa;
    height: 100vh;
}

.btn-success {
    display: flex !important;
    background-color: #413168 !important;
    font-weight: 800 !important;
    height: 38px !important;
    padding-inline: 48px !important;
    border: white !important;
}

   .btn-success:hover {
        background-color: #1F9986
    }

    .add-icon {
        color: #fff;
        font-weight: 800;
        font-size: 21px;
    }

.form-control {
    padding:9px !important;
    border-radius:16px !important
}
a {
    color: #413168!important
}
.login {
    color: #2D5FA5;
    cursor: pointer;
    text-decoration: none;
}
.btn-check:focus + .btn-success, .btn-success:focus {
    box-shadow: 0 0 0 .1rem #6cd6c2 !important;
    border-color: #413168 !important;
}

.custom-select:focus, .custom-select:focus:active, .form-control:focus, .form-control:focus:active, .form-select:focus, .form-select:focus:active {
    box-shadow: 0 0 0 .1rem #6cd6c2 !important;
}

.btn-success {
    display: flex !important;
    background-color: #413168 !important;
    font-weight: 800 !important;
    height: 38px !important;
    padding-inline: 48px !important;
    border: white !important;
}

    .btn-success:hover {
        background-color: #1F9986 !important
    }

.img-color {
    background: #342842;
    background: linear-gradient(0deg, rgba(52, 40, 66, 1) 0%, rgba(132, 103, 168, 1) 74%);
    height: 100vh;
    position: relative
}
.img{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}
.register {
    font-size:13px;
    text-decoration:none;
}

@media(min-width:767px) and (max-width:1391px) {
    .login-info {
        margin-top: 5% !important
    }
}