﻿body {
    background: #7c7c7c;
    font-family: tahoma;
    font-size: 16px;
}

.formlogin {
    /*background: #f9f9ef url(/Resources/images/logoce.png) no-repeat 100% 10px;*/
    background: #f9f9ef;
    border-radius: 5px;
    box-shadow: 0 0 10px #666;
    padding-top: 15px;
    min-height: 252px;
    /* top: 50%; */
    margin-top: 125px;
    /* position: absolute; */
    /* z-index: 2; */
    /* left: 50%; */
}

    .formlogin .title {
        background: url(/resources/images/login-title.png) no-repeat 0 0;
        margin-left: -10px;
        padding-left: 30px;
        height: 47px;
        color: #fff;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .formlogin .content {
    }

        .formlogin .content input[type=submit] {
            background: #00bffe;
            border: none;
            color: #fff;
            font-size: 15px;
            font-weight: normal;
            width: 100%;
            line-height: 50px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            margin: 0;
            padding: 0;
            margin-top: 25px;
            transition: .2s;
        }

            .formlogin .content input[type=submit]:focus {
                outline: none;
                background: #03b4ed;
            }

        .formlogin .content input[type=text] {
            background: url(/Resources/images/login-icon1.png) no-repeat 10px 50%;
            border: 1px solid #ccc;
            line-height: 38px;
            height: 38px;
            width: 100%;
            margin-bottom: 20px;
            padding-left: 54px;
            color: #666;
            font-size: 14px;
        }

        .formlogin .content input[type=password] {
            background: url(/Resources/images/login-icon2.png) no-repeat 10px 50%;
            border: 1px solid #ccc;
            line-height: 38px;
            height: 38px;
            width: 100%;
            margin-bottom: 20px;
            padding-left: 54px;
            color: #666;
            font-size: 14px;
        }
