﻿
@media only screen and (min-width: 992px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.main-line-height {
    line-height: 1.25rem;
}

.logo-login {
    height: auto;
    width: 174px;
}

.login-window {
    width: 390px;
    border: solid;
    border-width: 1px;
    border-color: #d3d3d3;
}

.text-fa-h3 {
    font-size: .9375rem;
}

.login-window input {
    color: #616161;
    font-size: .8125rem;
    font-weight: 300;
}

.header-line-height {
    line-height: 1.9375rem;
}

.phone-input {
    display: flex;
    border: 2px solid rgba(0,180,216,.17);
    padding: 3px;
    direction: rtl;
}


.btn-red, .btn-red-signup {
    background-color: var(--Primary);
    color: #fff !important;
    border-radius: 8px;
}

    .btn-red:focus {
        box-shadow: 0 0 0 0.2rem rgb(88 1 1 / 25%);
        -webkit-box-shadow: 0 0 0 0.2rem rgb(88 1 1 / 25%);
    }

.js-toggle-password {
    position: absolute;
    top: 30%;
    left: 5%;
    font-size: 1rem;
}

    .js-toggle-password:hover {
        cursor: pointer;
    }

.text-fa-h1 {
    font-size: 1.0625rem;
}

.font-weight-medium {
    font-weight: 500;
}

.border-bottom {
    border-bottom: 1px solid #000 !important;
}

.border-light {
    border-color: #eaeded !important;
}

.form-control {
    border-radius: 8px;
    height: 45px;
}

.m-3 {
    margin: 20px !important;
}

.text-caption {
    font-size: .75rem !important;
    font-weight: normal !important;
}

.input-digit {
    width:5%;
    color: #616161;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    border-bottom: 2px solid #bdbdbd;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--Primary);
    outline: 0;
    box-shadow: 0 2px 4px 0 rgb(107 4 4 / 12%);
    -webkit-box-shadow: 0 2px 4px 0 rgb(107 4 4 / 12%);
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.25rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}
