
 /*{
    direction: rtl;
    font-family: "B Koodak" ;
    font-size: 1em;
    color: #fff;
}
body{
    background-color: #58583f;
    width: 75%;
    margin: auto;

}*/
.hs-form>div {
    display: block;
    width: 100%;
}
.hs-form #email {
    direction: ltr;
    text-align: left;
}
.hs-form input[type=text],textarea,input[type=email]{
    width: 90%;
    height: 70%;
    font-size: 15px;
    border: none;
    box-shadow: 0px 0px 0px 1px #aaa inset ;
    padding:5px 10px;
    box-sizing: border-box;
}
.hs-form input[type=submit]{
    width: 10% !important;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    background-color: gray;
    margin: auto;
    margin-top: 10px;
}
.hs-form input[type=submit]:hover{
    text-shadow:0 -1.6px 0 #fff;
    background-color: aliceblue;
    color: black;
}
.hs-form{
    width:100%;
    margin:50px auto;
    /*background-color: rgba(75, 99, 188, 0.41);*/
}
.hs-form >div{
    margin: 10px 0;
}
.hs-form >div>div>div{ /* form rows */
    width:100%;
    height: 35px;
    /*background-color: #ddd;*/
    margin-top: 10px;
}
.hs-form >div>div>div>div{
    float: right;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /*box-shadow: 0px 0px 0px 1px #bbb inset ;*/
    /*background-color:rgba(21, 52, 112, 0.16);*/
    background: transparent;
}

.hs-form div>div>div>div:nth-child(1){ /* form column 1 */
    width: 120px;
    text-shadow:0 1px 0 black;
    margin-left: 70px;
    color:#e2bf4e;
}

.hs-form >div>div.textarea-row{
    height: 120px;
}

.hs-form >div>div>div>div:nth-child(2) {
    width: 60%;
}

.hs-form textarea {
  height: 120px;
}

.hs-form .brief{
    height: 120px !important;
}
.hs-form .brief0{
    height: 120px !important;
}
.hs-form #middle{
    width: 100%;
    display: inline-block !important;
}
.hs-form #left{
    width: 50%;
    float: left;
}
.hs-form #right{
    width: 50%;
    float: right;
    margin-bottom:40px;
}
.hs-form #bottom {
    width: 100%;
    clear: both;
}
.hs-form #top>input[type=text] {
    width: 80% !important;
}
..hs-form uploadPic{
    text-align: right !important;
}
.hs-form .security {
    margin: auto;
    width: 35% !important;
    height: 100px;
    display: block;
    margin-top:35px;
    padding-left:95px;

}
.hs-form .security>div{
    width: 100% !important;
    margin-right:58px;
    margin-bottom:10px;
}
.hs-form #bottom>div>div>div{
    display: block !important;
}
.hs-form #submit{
    clear: both;
}
.hs-form #submit>div{
    width: 100% !important;
    margin: auto;
}

.RedBoder{
    border:solid 1px red !important;
}

.uploadPic {
    float:right !important;
    width:11% !important;
}
#right>div>div:nth-child(2) {
    margin-right:18px;
}
.container-fluid {
    background-color:#58583f !important;
}
input[type=email]{
    direction:ltr;
}