﻿@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSansWeb.ttf') format('truetype');
}


/*فراموشی رمز عبور*/
input.noarrow::-webkit-outer-spin-button,
input.noarrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.noarrow[type=number] {
    -moz-appearance: textfield;
}
.input-icon-wrap {
    border: 1px solid #ddd;
    display: flex;
    flex-direction: row;
}
.input-icon {
    background: #ddd;
}
canvas {
    /*prevent interaction with the canvas*/
    pointer-events: none;
}
.input-with-icon {
    border: none;
    flex: 1;
}
.input-icon, .input-with-icon {
    padding: 10px;
}
/*---------------------------------*/
body, html {
    font-family: "IRANSans";
    background: #ffffff url('../../Image/Login/background.png') repeat;
}

#cover {
    
    background-size: cover;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

    #cover:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
    }

#cover-caption {
    width: 100%;
    position: relative;
    z-index: 1;
}

/* only used for background overlay not needed for centering */
formLogin:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(142, 142, 142, 0.60);
    z-index: -1;
    border-radius: 10px;
}

.Internet_Banck {
    background: rgb(75,6,19);
    background: linear-gradient(306deg, rgba(75,6,19,1) 0%, rgba(134,14,36,1) 100%);
    color: rgb(255, 255, 255);
    border-radius: 7px;
    padding: 1.3%;
}
.MainBox {
    background-color: rgba(195, 194, 194, 0.47);
    border-radius: 7px;
    padding: 2%;
}
.Shobe_Name {
    background: rgb(88,88,88);
    background: linear-gradient(82deg, rgba(88,88,88,1) 0%, rgba(47,47,47,1) 100%);
    border-radius: 5px;
    padding: 1.3%;
}
.btn-default {
    background: rgb(176,176,176);
    background: linear-gradient(279deg, rgba(176,176,176,1) 0%, rgba(158,157,157,1) 100%);
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    font-size: 18px !important;
}
.btn-Custom-danger {
    background: rgb(75,6,19);
    background: linear-gradient(306deg, rgba(75,6,19,1) 0%, rgba(134,14,36,1) 100%);
    color:rgb(255, 255, 255);
    width:60%;
}
    .btn-Custom-danger:hover {
        background: unset !important;
        border-bottom: 2px rgb(75,6,19) solid;
        border-top: 2px rgb(75,6,19) solid;
        color: rgb(75,6,19);
        transition: 0.2s;
        font-weight: bold;
        width: 69%;
    }
.o_Link {
    border-bottom: 2px rgb(75,6,19) double;
    border-top: 2px rgb(75,6,19) double;
}
.o_Link a{
    color:rgb(255, 255, 255);
}
    .o_Link a:hover {
        text-decoration: none;
        color:#e0cc2f;
    }
#Eye:hover{
    color:#e0cc2f!important;
}
#KeyBoard:hover {
    color: #e0cc2f !important;
}
.bg-KeyBoard{
    background-color:rgba(47,47,47,1);
}
#KeyB{
    border-radius:10px;
    padding:2%;
}