﻿* {
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}
body{color:#ffffff; font-size:14px; font-family:Arial, Helvetica, sans-serif; padding:0; margin:0;}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.btn-default {
    background-color: #F4BB42;
    border-color: #ccc;
    color: #333;
}
.btn-default:hover {
    background-color: #fff;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.login{float:right;}
a{color:#F4BB42; text-decoration:none;}
.lnk_lang{position:fixed; top:20px; right:10px; color:transparent; background:url(images/arabic_ho.png) no-repeat}
.lnk_lang:Hover{ background:url(images/arabic.png) no-repeat}
.user{background:#fff url(icons/ic_user.png) no-repeat 5px; text-indent:20px;}
.pass{background:#fff url(icons/ic_lock.png) no-repeat 5px; text-indent:20px;}
#softec{position:fixed; bottom:10px; left:10px;}
#softec *{font-size:9pt; text-transform:uppercase;}


