
input[type="text"],
input[type="password"],
textarea,
textarea.form-control {
    text-align: left;
    height: 50px;
    margin: 5px;
    padding: 0 20px;
    vertical-align: middle;
    background: #1e1e1e;
    /*background: url('../../../Images/vector/bgmaster.gif') center;*/
    /*border: 1px solid #eee;*/
    font-family: SFProDisplay;
    font-size: 17px;
    font-weight: 300;
    line-height: 50px;
    color: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}


textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;

}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #222;
    border: 3px solid #fbbfbf;
    color:#fbbfbf;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}





.btn11 {
	width: 50%;
	height: 50px;
    margin: 0 auto;

    background: #111;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.btn11:hover {color: #fbbfbf; background:#222; border:1px solid #fbbfbf; }

.btn11:active { outline: 0; opacity: 0.6; color: #fbbfbf; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.btn11:focus { outline: 0; opacity: 0.6; background: #399599; color: #fbbfbf; }

.btn11:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #fbbfbf; color: #fbbfbf; }
