* {
    font-family: Arial;
    font-size: 12px;
}

.err{
    padding:5px;
    border:1px solid #ff3f00 ;
    background-color: #ff9999;
    font-family: 'Oxygen', sans-serif;
}

.succ{
    padding:5px;
    border:1px solid #00cc33;
    background-color: #99ff99;
    font-family: 'Oxygen', sans-serif;
}

body{
    background-image: url("dotted.png");
    padding-top:100px;
    text-align:center;
}

#login-holder{
    margin:0 auto; 
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 11px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 4px 11px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 4px 11px rgba(50, 50, 50, 0.75);
    display:block;
    width:360px;
}

.form-input-holder{
    padding: 0px 0px 0px 40px;
    height:35px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    outline: none; 
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-left:3px solid #208ed3;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    background: #fff;
    width: 255px;
}
.inp-focus{
    border: 1px solid #444;
    border-left:3px solid #208ed3;
}

.style_input{
    padding: 4px 6px;
    height:35px;
    font-size: 14px;
    vertical-align: middle;
    outline: none;
    line-height: 20px;
    color: #555555;
    display: inline-block;
    position: relative;
    border:none !important;
    background-color: none !important;
    width: 255px;

}

.style_input2{
    padding: 6px 10px;
    height:35px;
    font-size: 14px;
    vertical-align: middle;
    outline: none;
    line-height: 20px;
    color: #555555;
    display: inline-block;
    position: relative;
    border:1px solid #ccc;
    background-color: none !important;
    width: 255px;
}

.form-row{
    position: relative;
    margin-bottom: 20px;
}

label.overlabel {
    position:absolute;
    top:10px;
    left:10px;
    z-index:1;
    color:#999;
}

.submit_style{
    display: block;
    border:none;
    padding: 10px 40px 10px 20px;
    height: 35px;
    float:right;
    text-align: left;
    color: #fff;
    background-color: #208ed3;
    background-image: url(../images/skin/login.png);
    background-repeat: no-repeat;
    background-position: right;
    font-weight: bold;
    cursor:pointer;
    font-family: 'Oxygen', sans-serif;
    font-size:14px;
    line-height: 15px;
}

.submit_style:hover{
    background-color: #0272bd;
}

.submit_style2{
    display: block;
    border:none;
    padding: 10px 40px 10px 20px;
    height: 35px;
    float:right;
    text-align: left;
    color: #fff;
    background-color: #ff6633;
    font-weight: bold;
    cursor:pointer;
    font-family: 'Oxygen', sans-serif;
    font-size:14px;
    line-height: 15px;
    position: absolute;top:0px;right:0px;padding: 10px 25px 10px 20px;background-image: url(../images/skin/appbar.email.png);
    background-repeat: no-repeat;
    background-position: right;
}

.submit_style2:hover{
    background-color: #ff3f00;
}

form{
    margin-bottom:0px;
}

label{
    color: #e8e8e8;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    font-family: 'Oxygen', sans-serif;
    font-size:14px;
    padding-left: 5px;
    margin-bottom:7px;
    font-weight: bold;
}

#username,#password{
    background-color: none !important;
}

input:-webkit-autofill {
    background-color: none !important;
    background-image: none;
    color: rgb(0, 0, 0);
}

#username-holder{
    background-image: url(../images/skin/appbar.user.png);
    background-repeat: no-repeat;
    background-position: left;
}

#password-holder{
    background-image: url(../images/skin/appbar.key.png);
    background-repeat: no-repeat;
    background-position: left;
}
#forgot-passwd{
    background-color: #f9f9f9;
    border-top: 1px solid silver;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
    padding: 12px 30px;
    /*text-align: center;*/
}
#forgot-passwd a{
    text-decoration: none;color: #555;font-family: 'Oxygen';
    cursor: pointer;
}
#forgot-passwd a:hover{
    color: #4d7496;
}
