﻿/*!
 * CSS for Login Form of HIS
 */

.form-control {
    font-size: 16px !important;
    height: 36px !important;
}

.control-label {
    font-size: 14px !important;
    height: 32px !important;
    padding-top: 6px !important;
    padding-left: 2px !important;
}

.container {
    max-width: 350px;
}

body, html {
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(103, 103, 103), rgb(135, 135, 135), rgb(103, 103, 103));
}

.errorLogin {
    color:red ; 
    font-weight: bold;
}
