﻿.inputUsername {
    background: url(../images/username.png) no-repeat transparent right center;
    float: left;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: right;
    color: #ffffff;
    font-size: 15px;
    font-family: Bnazanin;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.45);
    margin: 2%;
    padding-right: 30px;
    padding-bottom:10px;
}
.inputPassword {
    background: url(../images/password.png) no-repeat transparent right center;
    float: left;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: right;
    color: #ffffff;
    font-size: 15px;
    font-family: Bnazanin;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.45);
    margin: 2%;
    padding-right: 30px;
    padding-bottom: 10px;
}
.inputCaptcha {
    background: url(../images/Captcha.png) no-repeat transparent right center;
    float: left;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: right;
    color: #ffffff;
    font-size: 15px;
    font-family: Bnazanin;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.45);
    margin: 2%;
    padding-right: 30px;
    padding-bottom:10px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bcb5be;
    font-size: 13px;
    font-family: 'Yekan';
    text-align: right;
    padding-right: 15px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #bcb5be;
    font-size: 13px;
    font-family: 'Yekan';
    text-align: right;
    padding-right: 15px;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #bcb5be;
    font-size: 13px;
    font-family: 'Yekan';
    text-align: right;
    padding-right: 15px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #bcb5be;
    font-size: 13px;
    font-family: 'Yekan';
    text-align: right;
    padding-right:15px;
}

*:focus {
    outline: none;
}
