


.container {
    direction: rtl;
	font-weight: bold;
}

.card {
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #007bff;
    color: #fff;
}

.btn-outline-secondary {
    color: #007bff;
}

.btn-outline-secondary:hover {
    color: #0056b3;
}

.input-group-append button {
    border: none;
}

#togglePassword {
    cursor: pointer;
}

#signup-link {
    color: #007bff;
}

#signup-link:hover {
    color: #0056b3;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    float: inline-start;
}
.form-check-label {
    margin-bottom: 0px;
    margin-right: 1vw !important;
}


#signup-link {
   
    float: inline-start;
}
.fa-eye-slash:before {
    content: "\f070" !important;
}

.text-left.mt-3 {
    direction: rtl;
}
.text-left {
    text-align: right !important;
}
