﻿

html, body {
    height: 100%;
    width: 100%;
}

.slide {
    animation-name: fadeInDownBig;
    animation-duration: 1s;
    visibility: visible;
}

.Insection {
    width: 100%;
    height: 100%;
    position: relative;
}

#Menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    display: table;
    z-index: 11;
    table-layout: fixed;
}

    #Menu li {
        display: table-column;
        float: right;
        height: 70px;
        text-align: center;
        padding: 10px;
    }

        #Menu li a {
            text-decoration: none;
            color: #fff;
            line-height: 70px;
        }

#section0 {
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
}

    #section0.Co {
        background: url(../PortalCo/Images/Company.jpg) no-repeat center center !important;
        background-size: cover !important;
        display: block;
    }

    #section0.Hotel {
        background: url('../PortalHotel/Images/Hotel.jpg') no-repeat center center !important;
        background-size: cover !important;
        display: block;
    }

    #section0.Talar {
        background: url('../PortalTalar/Images/Talar.jpg') no-repeat center center !important;
        background-size: cover !important;
        display: block;
    }

    #section0.Amaken {
        background: url('../PortalAmaken/Images/Amaken.jpg') no-repeat center center !important;
        background-size: cover !important;
        display: block;
    }

    #section0.Etehadiye {
        background: url('../PortalAmaken/Images/etehadie.jpg') no-repeat center center !important;
        background-size: cover !important;
        display: block;
    }

    #section0.EB{
        background: url('../PortalEB/Images/EBusiness.jpg') no-repeat center center !important;
        background-size: cover !important;
        display: block;
    }


    #section0.EAjance {
        background: url('../PortalCo/Images/Reservation.jpg') no-repeat center center !important;
        background-size: cover !important;
        display: block;
    }

    #section0.Hospital {
        background: url('../PortalHospital/Images/Hospital.jpg') no-repeat center center !important;
        background-size: cover !important;
        display: block;
    }

    #section0.Nezarati {
        background: url('../PortalNezarati/Images/Nezarati.jpg') no-repeat center center !important;
        background-size: cover !important;
        display: block;
    }
    #section0.Parking {
        background: url('../PortalParking/Images/Parking.jpg') no-repeat center center !important;
        background-size: cover !important;
        display: block;
    }

.backabsolut {
    position: absolute;
    background: #000;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.5;
}

.Insection1 {
    position: relative;
    min-height: 450px;
    top: 20%;
    padding: 0;
}

.Insection2 {
    position: relative;
    min-height: 450px;
    top: 15%;
    display: none;
    padding: 0;
}

    .Insection2 > div:nth-child(1) {
        position: absolute;
        z-index: 12;
        width: 100%;
        height: 100%;
        padding: 0px 8%;
    }

    .Insection2 p {
        padding: 0;
        margin: 0;
    }

    .Insection2 img {
        width: 120px;
        margin: 0px auto 5px auto;
        border-radius: 100%;
    }

.p1 {
    width: 100%;
    height: 40px;
    padding-top: 50%;
    text-align: center;
    margin: 0;
}

.title1 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 12%;
    color: #fff;
    font-size: 27px;
    z-index: 12;
    font-weight: bold;
}

    .title1 span {
        display: block;
        font-size: 16px;
        padding-top: 30px;
        font-weight: normal;
    }

.title {
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.title_footer {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #fff;
    z-index: 20;
}

    .title_footer a {
        color: #fff;
        text-decoration: none;
    }

.btnLogin {
    position: absolute;
    height: 50px;
    bottom: 20%;
    right: auto;
    left: auto;
    z-index: 12;
    font-family: IRANSans;
    cursor: pointer;
    background: #2a97ba;
    color: #fff;
    border: 0px;
    display: none;
    animation-name: fadeInDown;
    animation-duration: 1s;
}

.btnLogin2 {
    width: 100%;
    height: 40px;
    font-family: IRANSans;
    cursor: pointer;
    background: #2a97ba;
    color: #fff;
    border: 0px;
    margin-top: 10px;
    animation-name: zoomIn;
    animation-duration: 1s;
}

.txtLogin {
    height: 37px;
    font-family: IRANSans;
    border: #fff solid 1px;
    animation-name: zoomIn;
    animation-duration: 1s;
}

    .txtLogin:focus {
        border: #fff solid 1px;
    }

.b1 {
    width: 100%;
    border-top: #ccc dashed 1px;
    position: absolute;
    top: 0px;
    left: 0px;
    animation-name: ChangeWidth;
    animation-duration: 0.8s;
    z-index: 12;
}

.b2 {
    width: 2px;
    height: 100%;
    border-right: #ccc dashed 1px;
    position: absolute;
    top: 0px;
    right: 0px;
    animation-name: ChangeHeight;
    animation-duration: 0.8s;
    z-index: 12;
}

.b3 {
    width: 100%;
    border-bottom: #ccc dashed 1px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    animation-name: ChangeWidth;
    animation-duration: 0.5s;
    z-index: 12;
}

.b4 {
    width: 2px;
    height: 100%;
    border-left: #ccc dashed 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    animation-name: ChangeHeight;
    animation-duration: 0.5s;
    z-index: 12;
}

.chk {
    width: 100px;
    height: 30px;
    background: #eee;
    border: #ccc solid 1px;
}

.loginBoxOut {
    animation-name: zoomOut;
    animation-duration: 1s;
}

.loginBoxIn {
    animation-name: zoomIn;
    animation-duration: 1s;
}

.RememberPass {
    display: inline-block;
    color: #fff;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 13px;
}

    .RememberPass:hover {
        color: dodgerblue;
    }

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes ChangeWidth {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@keyframes ChangeHeight {
    0% {
        height: 0px;
    }

    100% {
        height: 100%;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loginBoxOut {
    0% {
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: .4;
    }
}



/***********Capcha div*********/
.Capcha {
    background-color: #fcf8e3c7;
}

    .Capcha div {
        display: inline-block;
        float: right;
        position: relative !important;
        height: 100%;
    }

        .Capcha div:nth-child(2) {
        }

        .Capcha div:nth-child(3) {
        }

            .Capcha div:nth-child(3) img {
                border-radius: 0;
                padding: 0;
                margin: 0;
            }

        .Capcha div:nth-child(4) {
        }
