body, html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    font-size: 14px;
    padding: 0;
    width: 100%;
    height: 100%;
}

body { 
    background: -moz-linear-gradient(top, #ffffff 35%, #777973 35%, #777973 36%, #1b1b1b 36%);
    background: -webkit-linear-gradient(top, #ffffff 35%, #777973 35%, #777973 36%, #1b1b1b 36%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 35%, #777973 35%, #777973 36%, #1b1b1b 36%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1b1b1b',GradientType=0 );
    overflow: hidden;
}

.login_button {
    float: right;
    padding: 6px 10px;
    color: #fff;
    font-size: 14px;
    text-shadow: #050505 0 -1px 0;
    background-color: #187bbe;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px transparent;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 1px;
    margin-top: 4px;
}

.input_text {
    width: 200px;
    float: right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: solid 1px transparent;
    color: #555;
    padding: 8px;
    font-size: 13px;
}

.content_page {
    width: 100%;
    height: 513px;
    /*background-image: url('../imag/exp/synhelpdesk-bklogin.png');*/
    background-repeat: repeat-x;
}

.label_parola {
    width: 70px;
    float: left;
    padding: 8px;
    line-height: 14px;
    margin-top: -4px;
    color: #ffffff;
    font-weight: bold;
}

.label_utilizator {
    width: 70px;
    float: left;
    padding: 8px;
    line-height: 14px;
    margin-top: -4px;
    color: #ffffff;
    font-weight: bold;
}

.meniu_jos {
    width: 100%;
    height: 32px;
    background-image: url('../imag/exp/synhelpdesk-login-barajos.png');
    background-repeat: repeat-x;
    text-align: center;
    vertical-align: middle;
}

.heder_log {
    width: 350px;
    height: 42px;
    background-image: url('../imag/exp/synhelpdesk-logindlg-sus.png');
    background-repeat: repeat-x;
}

.buttom_log {
    width: 350px;
    height: 183px;
    background-image: url('../imag/exp/synhelpdesk-logindlg-jos.png');
    background-repeat: repeat-x;
    background-color: White;
    background-position: bottom;
}

.form_log {
    width: 350px;
    height: 220px;
    background-color: white;
    border: none;
    z-index: 999;
    margin-top: 234px;
}

.all_e {
    width: 700px;
    height: 400px;
}


.logo_stanga_sus {
    width: 380px;
    height: 100px;
    background-image: url(../imag/sigle/sigla.png);
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    left: 100px;
    top: 30px;
    right: auto;    
}


.logo_dreapta_sus {
    width: 200px;
    height: 100px;
    background-image: url(../imag/exp/synhelpdesk-sigla2.png);
    background-repeat: no-repeat;
    position: absolute;
    left: auto;
    top: 30px;
    right: 100px;
}

.footer {
    background-color: #1B1B1B;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 32px;
    color: #808080;
}

.eroare {
    color: Red;
    font-size: 12px;
    padding: 4px;
}
