﻿@font-face {
    font-family: 'b yekan';
    src: url('../fonts/BYekan.eot');
    src: local('b BYekan'), url('../fonts/BYekan.woff') format('woff'), url('../fonts/BYekan.ttf') format('truetype'), url('BYekan.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tahoma';
    src: url('../fonts/Tahoma.eot');
    src: local('Tahoma'), url('../fonts/Tahoma.woff') format('woff'), url('Tahoma.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'b nazanin';
    src: url('../fonts/BNazanin.eot');
    src: local('BNazanin'), url('../fonts/BNazanin.woff') format('woff'), url('BNazanin.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
                font-family: 'IRAN Sans1';
                src: url('/Content/fonts/IRANSansWeb.eot');
                src: local('IRAN Sans1'), url('../fonts/IRANSansWeb.woff') format('woff');
                font-weight: normal;
                font-style: normal;
            }



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 100;
}




.thTable{
    text-align:right;
    text-decoration:dashed;
   
}

.topribbon {
    width: 100%;
    background-image: url(../images/topribbon.jpg);
    background-repeat: repeat;
    height: 5px;
}


.h3style {
    margin: 0px auto;
}

.divitem {
    border-radius: 500px;
    -ms-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
    -webkit-border-radius: 500px;
    width: 100px;
    height: 100px;
    border: 4px solid #1ABB9C;
    background-color: #4b647c;
    cursor: pointer;
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 25px;
    transition: background-color 0.6s,border-color 0.5s;
    -o-transition: background-color 0.6s,border-color 0.5s;
    -ms-transition: background-color 0.6s,border-color 0.5s;
    -moz-transition: background-color 0.6s,border-color 0.5s;
    -webkit-transition: background-color 0.6s,border-color 0.5s;
    box-shadow: 0px 0px 30px white;
    margin-bottom: 15px;
}

    .divitem:hover {
        background-color: #1ABB9C;
        border-color: #4b647c;
        box-shadow: 0px 0px 15px white;
    }

    .divitem i {
        font-size: 40px;
    }

.divcontanerlogo {
    width: 100%;
    text-align: center;
    background-color: #4b647c;
}

.divbodycenter {
    background: -webkit-linear-gradient(#4b647c, #ffffff, #4b647c);
    background: -o-linear-gradient(#4b647c, #ffffff, #4b647c);
    background: -moz-linear-gradient(#4b647c, #ffffff, #4b647c);
    background: linear-gradient(#4b647c, #ffffff, #4b647c);
    width: 100%;
    height: 550px;
    text-align: center;
    font-family: 'b nazanin';
    font-size: 2.2em;
    padding-top: 10px;
}

    .divbodycenter a {
        color: white;
    }

.imageLOGO {
    margin: 0px auto;
    width: 400px;
    height: 210px;
}

.divfooter {
    width: 100%;
    height: 40px;
    background-color: #4b647c;
    position: fixed;
    bottom: 0;
}

.imglogo2 {
    width: 120px;
    height: 120px;
    border-radius: 500px;
    -ms-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
    -webkit-border-radius: 500px;
    margin: 30px auto;
    box-shadow: 0px 0px 20px #dbe8ff;
}

.imglogo {
    width: 120px;
    height: 120px;
    border-radius: 500px;
    -ms-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
    -webkit-border-radius: 500px;
    margin: 0 auto;
    margin-top: -70px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 40px #dbe8ff;
}

.aexit {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 500px;
    -ms-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
    -webkit-border-radius: 500px;
    width: 50px;
    height: 50px;
}

    .aexit:hover {
        background-color: red;
    }

body {
    font-family: 'IRAN Sans1';
    color: white;
    
    font-weight: 100;
}

    body ::-webkit-input-placeholder {
        font-family: 'b nazanin', sans-serif;
        color: white;
        font-weight: 100;
    }

    body :-moz-placeholder {
        font-family: 'b nazanin', sans-serif;
        color: white;
        opacity: 1;
        font-weight: 100;
    }

    body ::-moz-placeholder {
        font-family: 'b nazanin', sans-serif;
        color: white;
        opacity: 1;
        font-weight: 100;
    }

    body :-ms-input-placeholder {
        font-family: 'b nazanin', sans-serif;
        color: white;
        font-weight: 100;
    }

.wrapper {
    background: #431747;
  /* background-color:#2E2E2E;
    /*background: -webkit-linear-gradient(top left, #2A3F54 0%, #4b647c 100%);
    background: linear-gradient(to bottom right, #2A3F54 0%, #4b647c 100%);*/
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    overflow: hidden;
}

    .wrapper.form-success .container h1 {
        -webkit-transform: translateY(85px);
        transform: translateY(85px);
    }

.container {
    width: 100%;
    margin: 100px auto;
    height: 100%;
    text-align: center;
}

    .container h1 {
        font-size: 40px;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        font-weight: 200;
        font-family: 'b nazanin';
    }

form {
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

    form input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0;
        border: 1px solid rgba(255, 255, 255, 0.4);
        background-color: rgba(255, 255, 255, 0.2);
        width: 250px;
        border-radius: 3px;
        height: 40px;
        margin: 0 auto 10px auto;
        display: block;
        text-align: center;
        font-size: 18px;
        color: white;
        -webkit-transition-duration: 0.65s;
        transition-duration: 0.65s;
        font-weight: 100;
    }

        form input:hover {
            background-color: rgba(255, 255, 255, 0.4);
        }

        form input:focus {
            background-color: white;
            width: 300px;
            color: #385a83;
        }

    form button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0;
        background-color: #1ABB9C;
        border: 0;
        padding: 0px 0px;
        color: #dbe8ff;
        border-radius: 3px;
        width: 250px;
        height: 40px;
        cursor: pointer;
        font-size: 18px;
        -webkit-transition-duration: 0.45s;
        transition-duration: 0.45s;
        font-family: 'b nazanin';
    }

        form button:hover {
            background-color: #dbe8ff;
            color: #385a83;
        }

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .bg-bubbles li {
        position: absolute;
        list-style: none;
        display: block;
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.15);
        bottom: -160px;
        -webkit-animation: square 25s infinite;
        animation: square 25s infinite;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

        .bg-bubbles li:nth-child(1) {
            left: 10%;
        }

        .bg-bubbles li:nth-child(2) {
            left: 20%;
            width: 80px;
            height: 80px;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            -webkit-animation-duration: 17s;
            animation-duration: 17s;
        }

        .bg-bubbles li:nth-child(3) {
            left: 25%;
            -webkit-animation-delay: 4s;
            animation-delay: 4s;
        }

        .bg-bubbles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            -webkit-animation-duration: 22s;
            animation-duration: 22s;
            background-color: rgba(255, 255, 255, 0.25);
        }

        .bg-bubbles li:nth-child(5) {
            left: 70%;
        }

        .bg-bubbles li:nth-child(6) {
            left: 80%;
            width: 120px;
            height: 120px;
            -webkit-animation-delay: 3s;
            animation-delay: 3s;
            background-color: rgba(255, 255, 255, 0.2);
        }

        .bg-bubbles li:nth-child(7) {
            left: 32%;
            width: 160px;
            height: 160px;
            -webkit-animation-delay: 7s;
            animation-delay: 7s;
        }

        .bg-bubbles li:nth-child(8) {
            left: 55%;
            width: 20px;
            height: 20px;
            -webkit-animation-delay: 15s;
            animation-delay: 15s;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
        }

        .bg-bubbles li:nth-child(9) {
            left: 25%;
            width: 10px;
            height: 10px;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
            background-color: rgba(255, 255, 255, 0.3);
        }

        .bg-bubbles li:nth-child(10) {
            left: 90%;
            width: 160px;
            height: 160px;
            -webkit-animation-delay: 11s;
            animation-delay: 11s;
        }

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-1000px) rotate(600deg);
        transform: translateY(-1000px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-1000px) rotate(600deg);
        transform: translateY(-1000px) rotate(600deg);
    }
}
