﻿/*#region -TRANSLUCENT- */

.input-trans {
    border-color: rgba(255, 255, 255, 0.79);
    color: #fff;
    background: rgba(0,0,0,0.3);
    border: none;
    outline: none;
    padding: 10px;
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border-radius: 4px;
    box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
}

.input-group-trans {
    position: relative;
    margin-bottom: 15px;
}

    .input-group-trans .input-lg {
        font-size: 18px;
        padding-right: 40px;
        padding-left: 20px;
    }

    .input-group-trans i {
        position: absolute;
        right: 12px;
        font-size: 20px;
        top: 13px;
        color: rgba(255, 255, 255, 0.5);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
    }

input.form-control.input-trans::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
}

input.input-trans:-webkit-autofill, textarea.input-trans:-webkit-autofill, select.input-trans:-webkit-autofill {
    -webkit-text-fill-color: #484848;
}

/*#endregion */

