﻿
.forme {
    width: 100%;
    padding: 0 10px;
    height: 40px;
    background: #f8f8f8;
    border: 1px solid rgba(0,0,0,.075);
    color: #727272 !important;
    font-size: 13px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    direction: rtl;
}

.title-h3, input {
    position: relative;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

.forme:hover {
    border: 1px solid #f60;
}

.textarea {
    height: 140px;
    max-height: 200px;
    max-width: 100%;
    margin: 0px;
    height: 118px;
    width: 484px;
}

.container h1 {
    font-family: 'FontAwesome';
}

.loginForm .row {
    /* margin: 0 !important; */
    padding: 10px 15px;
}

.field-validation-error {
    color: red;
}
