.login {
    background: url(../Images/login_bg.png) repeat center;
    /*padding-top: 9%;*/
}

.panel-heading {
    background-color: transparent !important;
    border: 0px;
}

    .panel-heading img {
        margin: 0 auto;
    }

.panel {
    background-color: transparent !important;
    border: 0px;
}

#loginform input {
    background-color: transparent !important;
    border: 0px;
    box-shadow: none;
    color: #ffffff;
}

#loginform .form-control placeholder {
    background-color: transparent !important;
    border: 0px;
    box-shadow: none;
    color: #ffffff;
}

#loginform .input-group-addon {
    background-color: transparent !important;
    border: 0px;
    box-shadow: none;
    color: #ffffff;
}

#loginform .input-group {
    background: url(../Images/line1.png) no-repeat 50% 100%;
    padding-bottom: 10px;
}

#loginform .curpo {
    cursor: pointer;
}

#btn-login {
    min-width: 285px;
    background: #cdd1bf;
    color: #444444;
    font-weight: normal;
    font-family: Segoe UI, sans-serif;
}

::-webkit-input-placeholder {
    color: #cdd1bf !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ffffff !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff !important;
}

:-ms-input-placeholder {
    color: #ffffff !important;
}

.panel.panel-info {
    border: 0px;
    box-shadow: none;
}

.glyphicon-access {
    background: url(../Images/access_code_icon.png) no-repeat 0px 0px !important;
    border-radius: 0px;
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
}

.glyphicon-user1 {
    background: url(../Images/user_icon.png) no-repeat 0px 0px !important;
    border-radius: 0px;
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
}

.glyphicon-password {
    background: url(../Images/password_icon.png) no-repeat 0px 0px !important;
    border-radius: 0px;
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
}

.forgotPwd {
    font-size: 18px;
    width: 300px;
    color: #ffffff;
    margin-left: 155px;
    font-family: Segoe UI, sans-serif;
}

    .forgotPwd a {
        font-size: 14px;
        color: #ffffff;
        font-family: Segoe UI, sans-serif;
    }
