@import url(reset.css);
@import url(default.css);
@import url(../font/IranYekan/css/style.css);

body {
    background-color: #eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 !important;
    width: 100%;
    height: 100%;
}

.login {
    background: #212121;
    position: absolute;
    padding-bottom: 30px;
}

    .login > h2 {
        font-size: 22px;
        color: #fff;
        margin: 40px 40px 30px;
    }

    .login > div {
        height: 40px;
        background-color: #fff;
        width: calc(100% - 70px);
        margin: 15px 35px 0;
    }

        .login > div > svg {
            width: 16px;
            height: 16px;
            margin: 12px;
            float: right;
        }

        .login > div > input {
            float: left;
            width: calc(100% - 40px);
            background: none;
            border: none;
            padding: 11px 5px 11px 10px;
            font-family: iranyekan;
            color: #00243b;
            font-size: 13px;
        }

            .login > div > input::placeholder {
                color: rgb(51, 67, 73);
            }

            .login > div > input:disabled {
                color: #aaa;
            }

.login-item-description {
    color: rgb(230, 87, 5);
    font-size: 13px;
    width: calc(100% - 70px);
    margin: 15px 35px 0;
    background: none !important;
    line-height: 20px;
}

.forgot-password {
    float: right;
    color: #9fe3ec;
    font-size: 13px;
    text-decoration: underline;
    transition: all 0.2s linear;
}

    .forgot-password:hover {
        color: #fff;
    }

.btn-login {
    float: left;
    background-color: #23747f;
    color: #fff;
    transition: all 0.2s linear;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    font-size: 14px;
}

    .btn-login:hover:enabled {
        cursor: pointer;
        background-color: #338d99;
    }

@media screen and (max-width: 567px) {
    .login {
        width: 80%;
        left: 10%;
        top: calc(50% - 165px);
    }

    .forgot-password {
        margin: 0 35px;
    }

    .btn-login {
        margin: 15px 35px;
        width: calc(100% - 70px);
    }
}

@media screen and (min-width: 568px) {
    .login {
        width: 360px;
        left: calc(50% - 180px);
        top: calc(50% - 135px);
    }

    .forgot-password {
        margin: 20px 35px 0 0;
    }

    .btn-login {
        margin: 15px 0 0 35px;
        width: 110px;
    }
}
