@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir.woff2') format('woff2'),
    url('../fonts/Vazir.woff') format('woff'),
    url('../fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Bold.eot');
    src: url('../fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Bold.woff2') format('woff2'),
    url('../fonts/Vazir-Bold.woff') format('woff'),
    url('../fonts/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Light.eot');
    src: url('../fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Light.woff2') format('woff2'),
    url('../fonts/Vazir-Light.woff') format('woff'),
    url('../fonts/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Medium.eot');
    src: url('../fonts/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Medium.woff2') format('woff2'),
    url('../fonts/Vazir-Medium.woff') format('woff'),
    url('../fonts/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Thin.eot');
    src: url('../fonts/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Thin.woff2') format('woff2'),
    url('../fonts/Vazir-Thin.woff') format('woff'),
    url('../fonts/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Black.eot');
    src: url('../fonts/Vazir-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Black.woff2') format('woff2'),
    url('../fonts/Vazir-Black.woff') format('woff'),
    url('../fonts/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
}

body {
    font-family: 'Cairo', sans-serif;
}

input:focus {
    outline: none !important;
}

* {
    margin: 0px;
    padding: 0px;
    direction: rtl;
    text-align: right;
}

body {
    height: 100vh;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    background-image: url("https://primepetrogas.com/source/asset/uploads/slider/1400-01-03/photos/photo-532e14f64689472c3521c7fefa3848fd.jpg");
}
@media(max-width: 978px)  {

    body {

        background-size: cover;
    }
}

h1 {
    font-size: 40px !important;
    color: gray;
    margin-top: 250px !important;
}

p {
    font-size: 18px;
    color: white;
}

h3 {
    font-size: 25px;
    color: white;
}

.glyphicon-pencil {
    font-size: 50px;
    color: gray;
    float: right;
    margin-top: 20px;
}

.col-md-5 {
    padding: 15px;
    box-shadow: 0px 10px 20px #00000024;
    background: rgb(0 0 0 / 50%);
    border-radius: 5px;
    color: gray;
}

.label {
    font-weight: normal;
    margin-top: 15px;
    color: white;
    font-size: 14px;
}

.form-control {
    background: transparent !important;
    border-radius: 0px !important;
    font-size: 18px;
    margin-top: 15px;
    height: 40px;
    color: white;
    border: 1px solid #80808052 !important;
    border-radius: 5px !important;
}

input[type='checkbox'] {
    margin-top: 15px;
    width: 15px;
    height: 15px;
}

small {
    margin-right: 20px;
    font-size: 18px !important;
    color: white !important;
    position: relative;
    top: 7px;
}

.btn-info {
    margin-top: 20px;
    width: 120px;
}

.btn-warning {
    margin-top: 20px;
    width: 120px;
}

.login_pag {
    display: flex;
    align-content: center;
    align-items: center;
    margin-right: auto;
    /* height: 100%; */
    margin-top: 5rem;
    animation: 2s ease 0s normal forwards 1 zoom_in;
    transform: scale(0) translateY(-40px);
}

.carding {
    padding: 15px;
    box-shadow: 0px 10px 20px #00000024;
    background: rgb(0 0 0 / 50%);
    border-radius: 5px;
    color: gray;
}
.text_des{
    margin: 40px auto;
    position: relative;
    min-height: 70px;
}
.text_des>span{
    text-align: right !important;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    background-color: rgb(255,255,255,.5);
    padding: 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}
.text_des>span>span{
    /*font-size: 18px;*/
    font-weight: 600;
    color: #fff;
    float: left;
}
.login_page_head {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #0101023b;
    animation: 2s ease 0s normal forwards 1 fade_in;
}

@keyframes fade_in {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes zoom_in {
    0% {
        opacity: 0;
    translateY(- 40 px)
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}
/*swal*/
.swal2-container
{
    z-index: 9999!important;
}
.swal2-icon
{
    width: 4em!important;
    height: 4em!important;
    margin: 1em auto 1em;
}
.swal2-icon .swal2-icon-content
{
    font-size: 3.25em!important;
}
.swal2-title
{
    font-size: 1.2rem!important;
}
.swal2-content
{
    font-size: 1rem!important;
}
.swal2-styled
{
    font-size: .95em!important;
    padding: 0.325em 1em!important;
}
.swal2-popup
{
    width: 25em!important;
    padding: 1em 1.25em!important;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]
{
    width: 2.1em!important;
    top: 1.70em!important;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]
{
    width: 1.1em!important;
    top: 2.1em!important;
}
/*swal*/

.reset_password
{
    font-size: 12px!important;
    position: relative;
    top: 13px;
    text-decoration: none!important;
    color: crimson;
    float: left;
}
.form-control:focus {
    color: #e1e1e1;
}