








@import url('anim.css');

body, html, form {
    height: 100%;
}


body {
    background: url('/Portals/PortalH/Images/header_Login.jpg') no-repeat center center;
    background-size: cover;
}

    body:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1C394E;
        opacity: 0.1;
        z-index: -1;
    }


.hm-login-content {
    border-radius: 15px;
    background: #fff;
    margin-top: 20%;
    position: relative;
    width: 80%;
    margin-right: 10%;
    padding-top: 10px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    overflow: hidden;
    height: 425px;
}


    .hm-login-content input[type=text], .hm-login-content input[type=password] {
        height: 40px;
        border-radius: 8px;
        border-left: none;
        border-right: none;
        border-top: none;
    }


.hm-login-type {
    width: 100%;
    height: 100px;
}

.hm-login-header {
    width: 100%;
    height: 150px;
    position: relative;
    margin-bottom: 40px;
    float: right;
    text-align: center;
}


    .hm-login-header div {
        position: relative;
        width: 120px;
        height: 120px;
        margin: 10px auto;
    }

        .hm-login-header div:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: #1C394E;
            z-index: 0;
            transition: all 0.5s;
        }

    .hm-login-header img {
        z-index: 1;
        position: relative;
        max-width:120px;
    }



    .hm-login-header:hover > div:before {
        width: 130px;
        height: 130px;
        top: -5px;
        left: -5px;
    }

.login-body {
    float: left;
    width: 100%;
    height: 280px;
    top: 150px;
    transition: all 1s;
    position: absolute;
    animation-duration: 1s;
}


.hm-login-content input[type=submit], .hm-login-content button {
    width: 150px;
    margin: 10px auto;
    border: #1C394E solid 1px;
    border-radius: 18px;
    height: 35px;
    line-height: 33px;
    background: #fff;
    font-weight: bold;
    color: #1C394E;
    cursor: pointer;
    float: left;
    font-family: IRANSans;
}

    .hm-login-content input[type=submit]:focus, .hm-login-content button:focus {
        outline: none !important;
        background: #f8f8f8;
    }


.hm-login-content a {
    font-size: 12px;
    font-weight: bold;
    color: #1C394E;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    right: 10px;
}




@media (max-width: 1440px) {

    .hm-login-content {
        width:100%;
        margin-right:0;
    }

}