﻿/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
    font-family: Sahel;
    src: url('../fonts/Sahel-FD.eot');
    src: url('../fonts/Sahel-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Sahel-FD.woff2') format('woff2'), url('../fonts/Sahel-FD.woff') format('woff'), url('../fonts/Sahel-FD.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: SahelB;
    src: url('../fonts/Sahel-Bold-FD.eot');
    src: url('../fonts/Sahel-Bold-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Sahel-Bold-FD.woff2') format('woff2'), url('../fonts/Sahel-Bold-FD.woff') format('woff'), url('../fonts/Sahel-Bold-FD.ttf') format('truetype');
}

@font-face {
    font-family: SahelT;
    src: url('fonts/Sahel-Black-FD.eot');
    src: url('fonts/Sahel-Black-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Sahel-Black-FD.woff2') format('woff2'), url('../fonts/Sahel-Black-FD.woff') format('woff'), url('../fonts/Sahel-Black-FD.ttf') format('truetype');
}
.container {
    display: flex;
    align-items: center; /* تراز عمودی */
    justify-content: space-between; /* فاصله بین عناصر */
    padding: 10px;
}
a:hover{
    text-decoration:none !important;
}
.textbox {
    flex: 1;
    /* margin-right: 10px; */
    direction: rtl;
    background-color: #ffffff42;
    padding: 8px;
    border-radius: 5px;
    color: #211e1e;
    font-weight: 700;
    font-size: medium;
}

button {
    background-color: #2dabab;
    border-radius: 5px;
    margin-right: 11px;
    padding: 8px;
    font-size: medium;
    white-space: nowrap;
}
.text-right{
    direction:rtl;
    text-align:right;
}
.margin-right15 {
    margin-right: 15px;
}
body {
    background: linear-gradient(45deg, rgb(0 0 0 / 80%), rgb(216 218 31 / 31%)), url(../images/login/exercise.jpg);
    background-size: cover;
    background-position: center;
    font-family: 'Lato', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    direction: ltr;
}

.login-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
    font-family:Sahel;
}

.login-title {
    font-size: 36px;
    margin-bottom: 20px;
    color: aquamarine;
    text-transform:uppercase;
}

.login-subtitle {
    font-size: 15px;
    margin-bottom: 10px;
    color: #d9db1f !important;
}

.login-welcome, .login-prompt {
    margin-bottom: 10px !important;
    color: #e6e6e6;
}
 
.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.form-inline {
    margin-right: 5px;
}
.form-inline .input-field {
    flex: 1;
    margin-right: 10px;
}
.send-again-btn {
    position: absolute;
    left: 10%;
    width: 77% !important;
    color: indianred;
    font-weight: bolder;
    background-color: antiquewhite;
}
.form-control {
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}

.submit-btn {
    background: #91d3bd;
    color: #0c0606;
    padding: 7px 28px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-right: 9px;
    width:max-content;
}

.submit-btn:hover {
    background: #0056b3;
}

.w-full {
    width: 100%;
}
 
.text-body-2 {
    display: ruby;
}

/****************************/
.dropbtn {
    /* background-color: #73e0b8; */
     color: tomato; 
    padding: 0;
    font-size: 22px;
    border: none;
    /* padding-right: 9px; */
    padding-left: 9px;
    display: flex;
    /* padding-top: 5px; */
    /* border: 1px solid black; */
    border-radius: 6px;
    margin-top: 4px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

.fade-in-image {
    animation: fadeIn 5s;
}




/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
     
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #c58f63;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    color: #288a66;
}

.hydrated {
    /*         margin-top: 8px;
        margin-left: 5px; */
}



.dropdown :hover {
    visibility: visible;
    opacity: 1;
    -prefixes-transition-delay: 0s, 0s;
}



 /***********************************************/

 
@media (max-width: 768px) {
    .form-group {
        /*flex-direction: column;*/
    }

    .form-inline .input-field {
        margin-right: 0;
        /*margin-bottom: 10px;*/
    }
}
@media (max-width: 400px) {
    .textbox {
        width: inherit;
        font-size: small;
    }
    .login-prompt {
        width: inherit;
        font-size: small;
        white-space: nowrap;
    }
    .login-title {
        width: inherit;
        font-size: small;
        white-space: nowrap;
    }
    button {
        margin-right: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 2px;
        padding-left: 2px;
        font-size: small;
        white-space: nowrap;
    }
 
}
input::placeholder {
    color: #342d2d; /* Change this to your desired color */
    opacity: 1; /* Optional: Adjusts the opacity */
}