﻿:root {
    --DarkColor: #190619;
    --Blue: rgb(30,140,60);
    --BlackColor: #f2f4f4;
}


@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'IranSans';
    src: url( '/fonts/IRANSansMobile_Light.ttf' ) format( 'truetype' );
}

@font-face {
    font-family: 'sepahbod';
    src: url( '/fonts/sepahbod.otf' ) format( 'opentype' );
}

@font-face {
    font-family: 'Sarbaz';
    src: url( '/fonts/Sarbaz-Black.otf' ) format( 'opentype' );
}

* {
    font-family: 'IranSans', arial;
    direction: rtl;
    text-align: right;
}

.page[b-1mzj6d937u] {
    display: block !important;
}

html {
    height: 100%;
}

body {
    height: 100%;
    color: #7792b1;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    background-color: #ffffff;
    /*background-image: url(../Pic/bg.jpg);*/
    position: relative;
    border-bottom: none;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: linear-gradient(-45deg, #009fe7 0%, #009fe7 33%, #009fe7 85%);
}

/*body:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000000;
        z-index: -1;
        border-radius: inherit;
        display: block;
        opacity: 0.3;
    }*/

.AuthLogin {
    width: 400px;
    padding: 40px;
    height: max-content;
    background-color: white;
    position: absolute;
    right: 5em;
    top: 0;
    bottom: 0;
    margin: auto;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

    .AuthLogin .imgDiv {
        margin: -20px -50px 30px -50px;
        text-align: center;
    }

    .AuthLogin img {
        width: 12em;
    }

    .AuthLogin h1, .AuthLogin h2 {
        text-align: center;
        color: var(--Blue);
        font-size: 1.3em;
        font-weight: bold;
        font-family: 'sepahbod';
    }

    .AuthLogin h3 {
        text-align: center;
        color: gray !important;
        font-size: 1.1em;
        margin-top: 2em;
    }

.btn {
    border-radius: 60px;
}

.form-control {
    color: black;
    min-height: 38px;
    font-weight: bold;
    display: initial;
    -webkit-background-clip: padding-box;
    background-color: #f2f4f4 !important;
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    -webkit-transition: background 0s ease-out 0s;
    -o-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    outline: none;
    -moz-border-radius: 1em !important;
    -webkit-border-radius: 1em !important;
    border-radius: 1em !important;
    padding: 0 1em;
}

    .form-control:-webkit-autofill,
    .form-control:-webkit-autofill:hover,
    .form-control:-webkit-autofill:focus,
    .form-control:-webkit-autofill:active,
    .form-control:focus,
    .form-control:-internal-autofill-selected,
    .form-control:-webkit-autofill {
        outline: none;
        background-color: #f2f4f4 !important;
        color: black !important;
    }

.btn-success {
    background-color: var(--Blue);
    border-color: #6c2c6c;
    display: block;
    width: 100%;
    padding: 0.5em;
}

.btn-info {
    background-color: #00CFDD;
    border-color: #00CFDD;
    color: #ffffff;
}

.spanBTN {
    cursor: pointer;
}

.form-control::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control:focus {
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
}

input[type=text]:focus {
    border: 0;
    outline: none;
}

.CG {
    position: absolute;
    top: 0.5em;
    left: 0em;
    direction: ltr;
    color: white;
}

form {
    margin: 20px 0;
}

.ShowVid {
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: none;
}

    .ShowVid video {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        max-width: 80%;
        top: 0;
        bottom: 0;
    }

    .ShowVid span {
        position: absolute;
        color: white;
        font-size: 3em;
        right: 1em;
        top: 0.5em;
        cursor: pointer;
        z-index: 999999999999;
    }



.logoBalaban {
    background-image: url(/Pic/BalabanW.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    display: block !important;
    width: 10em;
    height: 10em;
    position: relative;
    bottom: 1em;
    left: 0;
    background-size: 24em;
    right: 0;
    margin: auto;
}

.BackLog {
    position: absolute;
    left: 5em;
    width: 55%;
    top: 5em;
}

    .BackLog .BL1 {
        width: 100%;
    }

    .BackLog .BL2 {
        width: 100%;
    }

@media screen and (max-width: 1200px) {
    .BackLog {
        left: 2em;
        top: 8em;
    }
}

@media screen and (max-width: 1000px) {
    .BackLog {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        max-width: 500px;
        margin: auto;
        text-align: center;
    }

    .AuthLogin {
        width: 600px;
        max-width: 90%;
        padding: 40px 40px 5px 40px;
        height: max-content;
        position: relative;
        right: 0;
        top: 1em;
        bottom: 0;
        margin: auto;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
    }

        .AuthLogin img {
            width: 8em;
        }

    .BackLog .BL2 {
        width: 80%;
    }

    .BackLog .BL1 {
        width: 80%;
        margin: auto;
    }

    .AuthLogin h3 {
        margin-top: 0.5em;
    }

    .AuthLogin .imgDiv {
        margin: -20px -50px 15px -50px;
    }
}

@media screen and (max-width: 600px) {
    .AuthLogin {
        top: 1em;
        padding: 40px 20px 0 20px;
        background-position: 0 132px;
    }

        .AuthLogin .imgDiv {
            margin: -20px -20px 20px -20px;
        }

        .AuthLogin img {
            width: 8em;
        }

        .AuthLogin h1, .AuthLogin h2, .AuthLogin h3 {
            font-size: 1em;
        }

    .btn {
        margin: 5px 0;
    }
}
